@liner-fe/design-token 2.3.20 → 2.3.22

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.
@@ -565,4 +565,4 @@ export {
565
565
  useDarkTheme,
566
566
  vars
567
567
  };
568
- //# sourceMappingURL=index.mjs.map
568
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@liner-fe/design-token",
3
- "version": "2.3.20",
3
+ "version": "2.3.22",
4
+ "type": "module",
4
5
  "devDependencies": {
5
6
  "@eslint/js": "^9.22.0",
6
7
  "@internal/design-token-primitive": "workspace:^",
@@ -12,8 +13,8 @@
12
13
  "prettier": "2.8.8",
13
14
  "react": "^18.2.0",
14
15
  "recoil": "^0.5.2",
15
- "ts-node": "^10.9.2",
16
16
  "tsc-alias": "^1.8.10",
17
+ "tsx": "^4.19.4",
17
18
  "typescript": "^5.1.3",
18
19
  "typescript-eslint": "^8.26.1"
19
20
  },
@@ -25,22 +26,22 @@
25
26
  "build": "yarn create-css && node build.mjs && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
26
27
  "build:package": "yarn build",
27
28
  "prepack": "yarn build",
28
- "create-css": "ts-node ./scripts/index.ts"
29
+ "create-css": "yarn ts-node ./scripts/index.ts",
30
+ "ts-node": "tsx --tsconfig tsconfig.build.json"
29
31
  },
30
32
  "publishConfig": {
31
33
  "access": "public",
32
- "main": "./lib/index.mjs"
34
+ "main": "./lib/index.js"
33
35
  },
34
36
  "exports": {
35
37
  ".": {
36
38
  "types": "./lib/index.d.ts",
37
- "import": "./lib/index.mjs",
38
- "require": "./lib/index.cjs"
39
+ "import": "./lib/index.js"
39
40
  },
40
41
  "./index.css": "./lib/index.css",
41
42
  "./package.json": "./package.json"
42
43
  },
43
- "main": "./lib/index.cjs",
44
+ "main": "./lib/index.js",
44
45
  "types": "./lib/index.d.ts",
45
46
  "files": [
46
47
  "lib",
File without changes