@powerlines/plugin-style-dictionary 0.3.514 → 0.3.515
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
const require_file_header = require('../style-dictionary/file-header.cjs');
|
|
2
|
-
let _powerlines_schema = require("@powerlines/schema");
|
|
3
2
|
let _stryke_type_checks_is_function = require("@stryke/type-checks/is-function");
|
|
3
|
+
let powerlines_schema = require("powerlines/schema");
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/resolve-hooks.ts
|
|
6
6
|
async function resolveBuilder(context, input) {
|
|
7
7
|
if ((0, _stryke_type_checks_is_function.isFunction)(input)) return input;
|
|
8
|
-
return (0,
|
|
8
|
+
return (0, powerlines_schema.resolve)(context, input);
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* Resolves Powerlines Style Dictionary custom hook builders into a Style
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fileHeader } from "../style-dictionary/file-header.mjs";
|
|
2
|
-
import { resolve } from "@powerlines/schema";
|
|
3
2
|
import { isFunction } from "@stryke/type-checks/is-function";
|
|
3
|
+
import { resolve } from "powerlines/schema";
|
|
4
4
|
|
|
5
5
|
//#region src/helpers/resolve-hooks.ts
|
|
6
6
|
async function resolveBuilder(context, input) {
|
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.515",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Powerlines plugin to generate project code with Style Dictionary.",
|
|
6
6
|
"keywords": [
|
|
@@ -97,20 +97,19 @@
|
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@power-plant/core": "^0.0.23",
|
|
99
99
|
"@power-plant/style-dictionary": "^0.0.8",
|
|
100
|
-
"@powerlines/plugin-power-plant": "^0.1.
|
|
101
|
-
"@powerlines/schema": "^0.11.127",
|
|
100
|
+
"@powerlines/plugin-power-plant": "^0.1.2",
|
|
102
101
|
"@storm-software/config-tools": "^1.190.109",
|
|
103
102
|
"@stryke/string-format": "^0.17.38",
|
|
104
103
|
"@stryke/type-checks": "^0.6.29",
|
|
105
104
|
"@stryke/types": "^0.12.24",
|
|
106
105
|
"defu": "^6.1.7",
|
|
107
|
-
"powerlines": "^0.47.
|
|
106
|
+
"powerlines": "^0.47.146",
|
|
108
107
|
"style-dictionary": "^5.5.0"
|
|
109
108
|
},
|
|
110
109
|
"devDependencies": {
|
|
111
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
110
|
+
"@powerlines/plugin-plugin": "^0.12.558",
|
|
112
111
|
"@types/node": "^25.9.5"
|
|
113
112
|
},
|
|
114
113
|
"publishConfig": { "access": "public" },
|
|
115
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "e86d6fab3bd4d2e2f9f6d05df8df7a07d399857e"
|
|
116
115
|
}
|