@driveflux/web-analytics 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
2
2
 
3
- > @driveflux/web-analytics@1.0.5 build /Users/flux/Projects/flux-master/shared/web-analytics
3
+ > @driveflux/web-analytics@1.0.6 build /Users/flux/Projects/flux-master/shared/web-analytics
4
4
  > fab
5
5
 
6
6
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
7
7
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
8
8
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
9
9
   WARN  Issue while reading "/Users/flux/Projects/flux-master/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
10
- Successfully compiled: 1 file with swc (205.72ms)
11
- Successfully compiled: 1 file with swc (217.45ms)
10
+ Successfully compiled: 1 file with swc (203.56ms)
11
+ Successfully compiled: 1 file with swc (213.18ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @driveflux/web-analytics
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Versions and dependencies fixes
8
+
3
9
  ## 1.0.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/web-analytics",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "react": "^18.3.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@driveflux/eslint-config": "1.0.8",
24
- "@driveflux/fab": "1.0.9",
23
+ "@driveflux/eslint-config": "1.0.9",
24
+ "@driveflux/fab": "1.0.10",
25
25
  "@driveflux/tsconfig": "1.0.2",
26
26
  "@swc/cli": "^0.3.14",
27
27
  "@swc/core": "1.6.5",