@pantoken/compose 0.1.2 → 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 +11 -3
package/package.json CHANGED
@@ -1,22 +1,27 @@
1
1
  {
2
2
  "name": "@pantoken/compose",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Emit Instructure design tokens as Jetpack Compose (Kotlin) via Style Dictionary.",
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": "platforms/compose"
9
12
  },
10
13
  "files": [
11
14
  "dist"
12
15
  ],
13
16
  "type": "module",
17
+ "sideEffects": false,
14
18
  "exports": {
15
19
  ".": "./dist/index.mjs",
16
20
  "./package.json": "./package.json"
17
21
  },
18
22
  "publishConfig": {
19
- "access": "public"
23
+ "access": "public",
24
+ "provenance": true
20
25
  },
21
26
  "scripts": {
22
27
  "dev": "vp pack --watch",
@@ -35,6 +40,9 @@
35
40
  "vite": "catalog:",
36
41
  "vite-plus": "catalog:"
37
42
  },
43
+ "engines": {
44
+ "node": ">=22.18.0"
45
+ },
38
46
  "pantoken": {
39
47
  "key": "compose",
40
48
  "kind": "subpath"