@powerlines/plugin-style-dictionary 0.3.365 → 0.3.369
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.
- package/package.json +19 -52
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-style-dictionary",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.369",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to generate project code with Style Dictionary.",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "github",
|
|
19
19
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
20
|
-
"directory": "packages/plugin-style-dictionary"
|
|
20
|
+
"directory": "packages/plugins/plugin-style-dictionary"
|
|
21
21
|
},
|
|
22
22
|
"funding": {
|
|
23
23
|
"type": "github",
|
|
@@ -45,49 +45,16 @@
|
|
|
45
45
|
],
|
|
46
46
|
"type": "module",
|
|
47
47
|
"exports": {
|
|
48
|
-
".": {
|
|
49
|
-
"require": {
|
|
50
|
-
"types": "./dist/index.d.cts",
|
|
51
|
-
"default": "./dist/index.cjs"
|
|
52
|
-
},
|
|
53
|
-
"import": {
|
|
54
|
-
"types": "./dist/index.d.mts",
|
|
55
|
-
"default": "./dist/index.mjs"
|
|
56
|
-
},
|
|
57
|
-
"default": {
|
|
58
|
-
"types": "./dist/index.d.mts",
|
|
59
|
-
"default": "./dist/index.mjs"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
"./package.json": "./package.json",
|
|
48
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
63
49
|
"./types": {
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"default": "./dist/types/index.cjs"
|
|
67
|
-
},
|
|
68
|
-
"import": {
|
|
69
|
-
"types": "./dist/types/index.d.mts",
|
|
70
|
-
"default": "./dist/types/index.mjs"
|
|
71
|
-
},
|
|
72
|
-
"default": {
|
|
73
|
-
"types": "./dist/types/index.d.mts",
|
|
74
|
-
"default": "./dist/types/index.mjs"
|
|
75
|
-
}
|
|
50
|
+
"import": "./dist/types/index.mjs",
|
|
51
|
+
"require": "./dist/types/index.cjs"
|
|
76
52
|
},
|
|
77
53
|
"./types/plugin": {
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"import": {
|
|
83
|
-
"types": "./dist/types/plugin.d.mts",
|
|
84
|
-
"default": "./dist/types/plugin.mjs"
|
|
85
|
-
},
|
|
86
|
-
"default": {
|
|
87
|
-
"types": "./dist/types/plugin.d.mts",
|
|
88
|
-
"default": "./dist/types/plugin.mjs"
|
|
89
|
-
}
|
|
90
|
-
}
|
|
54
|
+
"import": "./dist/types/plugin.mjs",
|
|
55
|
+
"require": "./dist/types/plugin.cjs"
|
|
56
|
+
},
|
|
57
|
+
"./package.json": "./package.json"
|
|
91
58
|
},
|
|
92
59
|
"main": "./dist/index.cjs",
|
|
93
60
|
"module": "./dist/index.mjs",
|
|
@@ -95,20 +62,20 @@
|
|
|
95
62
|
"typings": "dist/index.d.mts",
|
|
96
63
|
"files": ["dist/**/*"],
|
|
97
64
|
"dependencies": {
|
|
98
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
99
|
-
"@storm-software/config-tools": "^1.190.
|
|
100
|
-
"@stryke/path": "^0.
|
|
101
|
-
"@stryke/type-checks": "^0.6.
|
|
102
|
-
"@stryke/types": "^0.12.
|
|
65
|
+
"@powerlines/plugin-esbuild": "^0.13.463",
|
|
66
|
+
"@storm-software/config-tools": "^1.190.2",
|
|
67
|
+
"@stryke/path": "^0.29.2",
|
|
68
|
+
"@stryke/type-checks": "^0.6.8",
|
|
69
|
+
"@stryke/types": "^0.12.3",
|
|
103
70
|
"defu": "^6.1.7",
|
|
104
|
-
"jiti": "^2.
|
|
105
|
-
"powerlines": "^0.47.
|
|
71
|
+
"jiti": "^2.7.0",
|
|
72
|
+
"powerlines": "^0.47.7",
|
|
106
73
|
"style-dictionary": "^5.4.0"
|
|
107
74
|
},
|
|
108
75
|
"devDependencies": {
|
|
109
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
110
|
-
"@types/node": "^25.
|
|
76
|
+
"@powerlines/plugin-plugin": "^0.12.419",
|
|
77
|
+
"@types/node": "^25.7.0"
|
|
111
78
|
},
|
|
112
79
|
"publishConfig": { "access": "public" },
|
|
113
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
|
|
114
81
|
}
|