@pantoken/vue 0.1.3 → 0.1.4

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.
Files changed (1) hide show
  1. package/package.json +13 -3
package/package.json CHANGED
@@ -1,23 +1,30 @@
1
1
  {
2
2
  "name": "@pantoken/vue",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Vue plugin for pantoken: registers the web components and reads tokens.",
5
+ "homepage": "https://pantoken.iywahl.com",
6
+ "bugs": "https://github.com/thedannywahl/pantoken/issues",
5
7
  "license": "MIT",
6
8
  "repository": {
7
9
  "type": "git",
8
- "url": "git+https://github.com/thedannywahl/pantoken.git"
10
+ "url": "git+https://github.com/thedannywahl/pantoken.git",
11
+ "directory": "renderers/vue"
9
12
  },
10
13
  "files": [
11
14
  "dist"
12
15
  ],
13
16
  "type": "module",
17
+ "sideEffects": [
18
+ "**/*.css"
19
+ ],
14
20
  "exports": {
15
21
  ".": "./dist/index.mjs",
16
22
  "./components.css": "./dist/components.css",
17
23
  "./package.json": "./package.json"
18
24
  },
19
25
  "publishConfig": {
20
- "access": "public"
26
+ "access": "public",
27
+ "provenance": true
21
28
  },
22
29
  "scripts": {
23
30
  "generate": "node scripts/generate.ts",
@@ -43,6 +50,9 @@
43
50
  "optional": true
44
51
  }
45
52
  },
53
+ "engines": {
54
+ "node": ">=22.18.0"
55
+ },
46
56
  "pantoken": {
47
57
  "key": "vue",
48
58
  "kind": "subpath"