@stacksjs/analytics 0.56.34 → 0.57.2
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.
- package/dist/drivers/fathom.d.ts +1 -0
- package/dist/drivers/fathom.mjs +1 -0
- package/dist/drivers/index.d.ts +1 -0
- package/dist/drivers/index.mjs +1 -0
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -1
- package/package.json +4 -8
- package/dist/fathom.d.ts +0 -2
- package/dist/fathom.mjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const fathomWip = 1;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const fathomWip = 1;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fathom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./fathom.mjs";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { }
|
|
1
|
+
export * from './drivers';
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export * from "./drivers/index.mjs";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/analytics",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.57.2",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "Stacks Analytics. Privacy-friendly.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -33,10 +33,6 @@
|
|
|
33
33
|
".": {
|
|
34
34
|
"types": "./dist/index.d.ts",
|
|
35
35
|
"import": "./dist/index.mjs"
|
|
36
|
-
},
|
|
37
|
-
"./fathom": {
|
|
38
|
-
"types": "./dist/fathom.d.ts",
|
|
39
|
-
"import": "./dist/fathom.mjs"
|
|
40
36
|
}
|
|
41
37
|
},
|
|
42
38
|
"module": "dist/index.mjs",
|
|
@@ -49,11 +45,11 @@
|
|
|
49
45
|
"README.md"
|
|
50
46
|
],
|
|
51
47
|
"peerDependencies": {
|
|
52
|
-
"@stacksjs/cli": "0.
|
|
53
|
-
"@stacksjs/config": "0.
|
|
48
|
+
"@stacksjs/cli": "0.57.2",
|
|
49
|
+
"@stacksjs/config": "0.57.2"
|
|
54
50
|
},
|
|
55
51
|
"devDependencies": {
|
|
56
|
-
"@stacksjs/development": "0.
|
|
52
|
+
"@stacksjs/development": "0.57.2"
|
|
57
53
|
},
|
|
58
54
|
"scripts": {
|
|
59
55
|
"build": "unbuild",
|
package/dist/fathom.d.ts
DELETED
package/dist/fathom.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|