@phcdevworks/spectre-tokens 3.4.0 → 3.5.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -17,7 +17,7 @@ translate Spectre contracts for specific frameworks and runtimes.
17
17
  | Project team | `project-design` |
18
18
  | Repository role | Spectre L1 design-token contract |
19
19
  | Package/artifact | `@phcdevworks/spectre-tokens` |
20
- | Current version/status | 3.4.0 |
20
+ | Current version/status | 3.5.0 |
21
21
 
22
22
  ## Standard Workflow
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-tokens",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "@phcdevworks/spectre-tokens is the design-token package of the Spectre system. It provides a complete, UI-ready token surface for downstream Spectre packages and compatible applications.",
5
5
  "keywords": [
6
6
  "phcdevworks",
@@ -96,13 +96,14 @@
96
96
  "access": "public"
97
97
  },
98
98
  "peerDependencies": {
99
- "typescript": "^5.9 || ^6.0"
99
+ "typescript": "^5.0 || ^6.0 || ^7.0"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@phcdevworks/spectre-manifest": "^1.1.0",
103
103
  "@types/node": "^26.1.1",
104
- "@typescript-eslint/eslint-plugin": "^8.64.0",
105
- "@typescript-eslint/parser": "^8.64.0",
104
+ "@typescript-eslint/eslint-plugin": "^8.65.0",
105
+ "@typescript-eslint/parser": "^8.65.0",
106
+ "@typescript/native": "npm:typescript@^7.0.2",
106
107
  "colord": "^2.9.3",
107
108
  "eslint": "^10.7.0",
108
109
  "jiti": "^2.7.0",
@@ -111,8 +112,8 @@
111
112
  "ts-node": "^10.9.2",
112
113
  "tsup": "^8.5.1",
113
114
  "tsx": "^4.23.1",
114
- "typescript": "^6.0.3",
115
- "typescript-eslint": "^8.64.0",
115
+ "typescript": "npm:@typescript/typescript6@^6.0.2",
116
+ "typescript-eslint": "^8.65.0",
116
117
  "vitest": "^4.1.10"
117
118
  },
118
119
  "overrides": {