@powerlines/plugin-style-dictionary 0.3.52 → 0.3.53
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/node_modules/.pnpm/{@storm-software_config-tools@1.188.78_magicast@0.5.1 → @storm-software_config-tools@1.188.79_magicast@0.5.1}/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs +1 -1
- package/dist/node_modules/.pnpm/{@storm-software_config-tools@1.188.78_magicast@0.5.1 → @storm-software_config-tools@1.188.79_magicast@0.5.1}/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
|
|
3
|
-
const require_chunk_POXTJ6GF = require('./node_modules/.pnpm/@storm-software_config-tools@1.188.
|
|
3
|
+
const require_chunk_POXTJ6GF = require('./node_modules/.pnpm/@storm-software_config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs');
|
|
4
4
|
const require_file_header = require('./style-dictionary/file-header.cjs');
|
|
5
5
|
let __stryke_type_checks_is_function = require("@stryke/type-checks/is-function");
|
|
6
6
|
let defu = require("defu");
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.188.
|
|
1
|
+
import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs";
|
|
2
2
|
import { fileHeader } from "./style-dictionary/file-header.mjs";
|
|
3
3
|
import { isFunction } from "@stryke/type-checks/is-function";
|
|
4
4
|
import defu from "defu";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
|
|
3
3
|
var LogLevelLabel = {
|
|
4
4
|
SILENT: "silent",
|
|
5
5
|
FATAL: "fatal",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.
|
|
1
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.79_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
|
|
2
2
|
var LogLevelLabel = {
|
|
3
3
|
SILENT: "silent",
|
|
4
4
|
FATAL: "fatal",
|
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.53",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code with Style Dictionary.",
|
|
6
6
|
"repository": {
|
|
@@ -127,13 +127,13 @@
|
|
|
127
127
|
"@stryke/types": "^0.10.30",
|
|
128
128
|
"defu": "^6.1.4",
|
|
129
129
|
"jiti": "^2.6.1",
|
|
130
|
-
"powerlines": "^0.37.
|
|
130
|
+
"powerlines": "^0.37.26",
|
|
131
131
|
"style-dictionary": "^5.1.4"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
134
|
+
"@powerlines/plugin-plugin": "^0.12.104",
|
|
135
135
|
"@types/node": "^24.10.8"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": { "access": "public" },
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "641addc639bbab3679a139dcaeb2ad810da4ca3e"
|
|
139
139
|
}
|