@wix/design-system-tokens 1.154.0 → 1.156.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 (1) hide show
  1. package/package.json +19 -18
package/package.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.154.0",
4
- "packageManager": "yarn@3.5.0",
5
- "author": "augustinasv@wix.com",
6
- "license": "MIT",
3
+ "version": "1.156.0",
4
+ "scripts": {
5
+ "build": "cp -r tokens/* .",
6
+ "figma-to-dictionary": "ts-node src/scripts/figma-to-dictionary.ts",
7
+ "generate": "ts-node src/generate.ts && yarn run lint && yarn run build",
8
+ "lint": "yarn run eslint ./src --fix",
9
+ "test": "jest",
10
+ "test:watch": "jest --watch",
11
+ "ts": "tsc --noEmit"
12
+ },
7
13
  "devDependencies": {
8
14
  "@types/jest": "^27.5.2",
9
15
  "eslint": "^9.21.0",
@@ -14,24 +20,19 @@
14
20
  "ts-node": "^10.9.2",
15
21
  "typescript": "^5.8.3"
16
22
  },
17
- "description": "Design system tokens",
18
- "scripts": {
19
- "build": "cp -r tokens/* .",
20
- "generate": "ts-node src/generate.ts && yarn run lint && yarn run build",
21
- "test": "jest",
22
- "test:watch": "jest --watch",
23
- "lint": "yarn run eslint ./src --fix",
24
- "figma-to-dictionary": "ts-node src/scripts/figma-to-dictionary.ts"
25
- },
26
- "publishConfig": {
27
- "registry": "https://registry.npmjs.org/",
28
- "access": "public"
29
- },
30
23
  "wix": {
31
24
  "artifact": {
32
25
  "artifactId": "wix-design-system-tokens",
33
26
  "groupId": "com.wixpress"
34
27
  }
35
28
  },
36
- "falconPackageHash": "64cc390b31ee510ba02ad38fa74d1fcd36d18961ae3384f188128768"
29
+ "publishConfig": {
30
+ "registry": "https://registry.npmjs.org/",
31
+ "access": "public"
32
+ },
33
+ "license": "MIT",
34
+ "author": "augustinasv@wix.com",
35
+ "description": "Design system tokens",
36
+ "packageManager": "yarn@3.5.0",
37
+ "falconPackageHash": "83a717c108c0772a851771e4efe9d0a2c779164575fbe1bc14a2e38f"
37
38
  }