@powerlines/plugin-style-dictionary 0.3.235 → 0.3.238
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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/node_modules/.pnpm/{@storm-software_config-tools@1.189.27_magicast@0.5.2 → @storm-software_config-tools@1.189.28_magicast@0.5.2}/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs +1 -1
- package/dist/node_modules/.pnpm/{@storm-software_config-tools@1.189.27_magicast@0.5.2 → @storm-software_config-tools@1.189.28_magicast@0.5.2}/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/powerlines) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
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.189.
|
|
3
|
+
const require_chunk_POXTJ6GF = require('./node_modules/.pnpm/@storm-software_config-tools@1.189.28_magicast@0.5.2/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 __powerlines_plugin_esbuild_helpers_resolve = require("@powerlines/plugin-esbuild/helpers/resolve");
|
|
6
6
|
let __stryke_type_checks_is_function = require("@stryke/type-checks/is-function");
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.189.
|
|
1
|
+
import { LogLevelLabel } from "./node_modules/.pnpm/@storm-software_config-tools@1.189.28_magicast@0.5.2/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs";
|
|
2
2
|
import { fileHeader } from "./style-dictionary/file-header.mjs";
|
|
3
3
|
import { resolve } from "@powerlines/plugin-esbuild/helpers/resolve";
|
|
4
4
|
import { isFunction } from "@stryke/type-checks/is-function";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28_magicast@0.5.2/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.189.
|
|
1
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28_magicast@0.5.2/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.238",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to generate project code with Style Dictionary.",
|
|
6
6
|
"keywords": [
|
|
@@ -95,19 +95,19 @@
|
|
|
95
95
|
"typings": "dist/index.d.mts",
|
|
96
96
|
"files": ["dist/**/*"],
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@powerlines/plugin-esbuild": "^0.13.
|
|
98
|
+
"@powerlines/plugin-esbuild": "^0.13.342",
|
|
99
99
|
"@stryke/path": "^0.26.19",
|
|
100
100
|
"@stryke/type-checks": "^0.5.38",
|
|
101
101
|
"@stryke/types": "^0.10.52",
|
|
102
102
|
"defu": "^6.1.4",
|
|
103
103
|
"jiti": "^2.6.1",
|
|
104
|
-
"powerlines": "^0.
|
|
104
|
+
"powerlines": "^0.41.2",
|
|
105
105
|
"style-dictionary": "^5.3.3"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
108
|
+
"@powerlines/plugin-plugin": "^0.12.288",
|
|
109
109
|
"@types/node": "^25.4.0"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": { "access": "public" },
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "f53c211d745492a562800e7beec598d860ac2092"
|
|
113
113
|
}
|