@powerlines/plugin-untyped 0.1.37 → 0.1.38
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-D4nR0MOK.d.cts → index-B-kFoRGY.d.cts} +186 -229
- package/dist/{index-D4nR0MOK.d.ts → index-B-kFoRGY.d.ts} +186 -229
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/types/index.d.cts +1 -2
- package/dist/types/index.d.ts +1 -2
- package/dist/types/plugin.d.cts +1 -2
- package/dist/types/plugin.d.ts +1 -2
- package/package.json +11 -11
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@storm-software/untyped/generate';
|
|
2
|
-
export { U as UntypedPluginContext, a as UntypedPluginOptions, c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from '../index-
|
|
2
|
+
export { U as UntypedPluginContext, a as UntypedPluginOptions, c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from '../index-B-kFoRGY.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
|
@@ -15,7 +15,6 @@ import 'semver';
|
|
|
15
15
|
import 'ts-morph';
|
|
16
16
|
import 'unplugin';
|
|
17
17
|
import '@stryke/fs/resolve';
|
|
18
|
-
import 'node:fs';
|
|
19
18
|
import '@stryke/types/tsconfig';
|
|
20
19
|
import 'typescript';
|
|
21
20
|
import '@stryke/types/array';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@storm-software/untyped/generate';
|
|
2
|
-
export { U as UntypedPluginContext, a as UntypedPluginOptions, c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from '../index-
|
|
2
|
+
export { U as UntypedPluginContext, a as UntypedPluginOptions, c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from '../index-B-kFoRGY.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
|
@@ -15,7 +15,6 @@ import 'semver';
|
|
|
15
15
|
import 'ts-morph';
|
|
16
16
|
import 'unplugin';
|
|
17
17
|
import '@stryke/fs/resolve';
|
|
18
|
-
import 'node:fs';
|
|
19
18
|
import '@stryke/types/tsconfig';
|
|
20
19
|
import 'typescript';
|
|
21
20
|
import '@stryke/types/array';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-untyped",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -99,23 +99,23 @@
|
|
|
99
99
|
"files": ["dist/**/*"],
|
|
100
100
|
"keywords": ["untyped", "powerlines", "storm-software", "powerlines-plugin"],
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@stryke/path": "^0.21.
|
|
103
|
-
"@stryke/helpers": "^0.9.
|
|
104
|
-
"@stryke/fs": "^0.33.
|
|
105
|
-
"@stryke/json": "^0.9.
|
|
106
|
-
"@stryke/type-checks": "^0.3.
|
|
107
|
-
"@stryke/types": "^0.10.
|
|
102
|
+
"@stryke/path": "^0.21.2",
|
|
103
|
+
"@stryke/helpers": "^0.9.10",
|
|
104
|
+
"@stryke/fs": "^0.33.4",
|
|
105
|
+
"@stryke/json": "^0.9.11",
|
|
106
|
+
"@stryke/type-checks": "^0.3.18",
|
|
107
|
+
"@stryke/types": "^0.10.8",
|
|
108
108
|
"defu": "^6.1.4",
|
|
109
109
|
"jiti": "^2.6.1",
|
|
110
110
|
"@storm-software/untyped": "^0.24.29",
|
|
111
|
-
"powerlines": "^0.
|
|
111
|
+
"powerlines": "^0.25.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@storm-software/config": "^1.134.48",
|
|
115
|
-
"@powerlines/nx": "^0.10.
|
|
116
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
115
|
+
"@powerlines/nx": "^0.10.38",
|
|
116
|
+
"@powerlines/plugin-plugin": "^0.11.46",
|
|
117
117
|
"@types/node": "^24.10.1"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "acb1d0727c31f10519b7a59d73d245e6949414d3"
|
|
121
121
|
}
|