@oneie/plugin-track 0.1.1 → 0.1.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/package.json +19 -3
package/package.json
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneie/plugin-track",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "ONE
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Astro integration that injects the ONE analytics pixel — served from one.ie, so nothing ships in your bundle.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"astro-integration",
|
|
8
|
+
"astro-component",
|
|
9
|
+
"astro",
|
|
10
|
+
"withastro",
|
|
11
|
+
"analytics",
|
|
12
|
+
"tracking",
|
|
13
|
+
"pixel",
|
|
14
|
+
"one"
|
|
15
|
+
],
|
|
16
|
+
"homepage": "https://github.com/one-ie/one",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/one-ie/packages.git",
|
|
20
|
+
"directory": "plugin-track"
|
|
21
|
+
},
|
|
6
22
|
"type": "module",
|
|
7
23
|
"main": "src/index.ts",
|
|
8
24
|
"exports": {
|
|
@@ -11,7 +27,7 @@
|
|
|
11
27
|
},
|
|
12
28
|
"peerDependencies": {
|
|
13
29
|
"astro": ">=6.0.0",
|
|
14
|
-
"@oneie/frontend": "^0.1.
|
|
30
|
+
"@oneie/frontend": "^0.1.2"
|
|
15
31
|
},
|
|
16
32
|
"devDependencies": {
|
|
17
33
|
"astro": "^6.2.2",
|