@powerlines/plugin-untyped 0.2.340 → 0.2.342
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.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/plugin.d.cts +1 -5
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +1 -5
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
1
|
+
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig } from "./types/plugin.cjs";
|
|
2
2
|
import { Plugin } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -15,5 +15,5 @@ declare module "powerlines" {
|
|
|
15
15
|
*/
|
|
16
16
|
declare const plugin: <TContext extends UntypedPluginContext = UntypedPluginContext>(options?: UntypedPluginOptions) => Plugin<TContext>;
|
|
17
17
|
//#endregion
|
|
18
|
-
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig,
|
|
18
|
+
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig, plugin as default, plugin };
|
|
19
19
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
1
|
+
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig } from "./types/plugin.mjs";
|
|
2
2
|
import { Plugin } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -15,5 +15,5 @@ declare module "powerlines" {
|
|
|
15
15
|
*/
|
|
16
16
|
declare const plugin: <TContext extends UntypedPluginContext = UntypedPluginContext>(options?: UntypedPluginOptions) => Plugin<TContext>;
|
|
17
17
|
//#endregion
|
|
18
|
-
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig,
|
|
18
|
+
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig, plugin as default, plugin };
|
|
19
19
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
2
|
-
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
1
|
+
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig } from "./plugin.cjs";
|
|
2
|
+
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
2
|
-
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
1
|
+
import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig } from "./plugin.mjs";
|
|
2
|
+
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -26,10 +26,6 @@ interface UntypedPluginResolvedConfig extends ResolvedConfig {
|
|
|
26
26
|
interface UntypedPluginContext<TResolvedConfig extends UntypedPluginResolvedConfig = UntypedPluginResolvedConfig> extends PluginContext<TResolvedConfig> {
|
|
27
27
|
untyped: ReturnType<typeof getGenerateAction>;
|
|
28
28
|
}
|
|
29
|
-
declare type __ΩUntypedPluginOptions = any[];
|
|
30
|
-
declare type __ΩUntypedPluginUserConfig = any[];
|
|
31
|
-
declare type __ΩUntypedPluginResolvedConfig = any[];
|
|
32
|
-
declare type __ΩUntypedPluginContext = any[];
|
|
33
29
|
//#endregion
|
|
34
|
-
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
30
|
+
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig };
|
|
35
31
|
//# sourceMappingURL=plugin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UAqBiB,oBAAA;;AAAjB;;;;EAME,MAAA;EAWe;;;;;;EAHf,UAAA;AAAA;AAAA,UAGe,uBAAA,SAAgC,UAAA;EAC/C,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAA;EACnD,OAAA,EAAS,oBAAA;AAAA;AAAA,UAGM,oBAAA,yBACS,2BAAA,GACtB,2BAAA,UACM,aAAA,CAAc,eAAA;EACtB,OAAA,EAAS,UAAA,QAAkB,iBAAA;AAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UAqBiB,oBAAA;;AAAjB;;;;EAME,MAAA;EAWe;;;;;;EAHf,UAAA;AAAA;AAAA,UAGe,uBAAA,SAAgC,UAAA;EAC/C,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAA;EACnD,OAAA,EAAS,oBAAA;AAAA;AAAA,UAGM,oBAAA,yBACS,2BAAA,GACtB,2BAAA,UACM,aAAA,CAAc,eAAA;EACtB,OAAA,EAAS,UAAA,QAAkB,iBAAA;AAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -26,10 +26,6 @@ interface UntypedPluginResolvedConfig extends ResolvedConfig {
|
|
|
26
26
|
interface UntypedPluginContext<TResolvedConfig extends UntypedPluginResolvedConfig = UntypedPluginResolvedConfig> extends PluginContext<TResolvedConfig> {
|
|
27
27
|
untyped: ReturnType<typeof getGenerateAction>;
|
|
28
28
|
}
|
|
29
|
-
declare type __ΩUntypedPluginOptions = any[];
|
|
30
|
-
declare type __ΩUntypedPluginUserConfig = any[];
|
|
31
|
-
declare type __ΩUntypedPluginResolvedConfig = any[];
|
|
32
|
-
declare type __ΩUntypedPluginContext = any[];
|
|
33
29
|
//#endregion
|
|
34
|
-
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig
|
|
30
|
+
export { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig };
|
|
35
31
|
//# sourceMappingURL=plugin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UAqBiB,oBAAA;;AAAjB;;;;EAME,MAAA;EAWe;;;;;;EAHf,UAAA;AAAA;AAAA,UAGe,uBAAA,SAAgC,UAAA;EAC/C,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAA;EACnD,OAAA,EAAS,oBAAA;AAAA;AAAA,UAGM,oBAAA,yBACS,2BAAA,GACtB,2BAAA,UACM,aAAA,CAAc,eAAA;EACtB,OAAA,EAAS,UAAA,QAAkB,iBAAA;AAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UAqBiB,oBAAA;;AAAjB;;;;EAME,MAAA;EAWe;;;;;;EAHf,UAAA;AAAA;AAAA,UAGe,uBAAA,SAAgC,UAAA;EAC/C,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAA;EACnD,OAAA,EAAS,oBAAA;AAAA;AAAA,UAGM,oBAAA,yBACS,2BAAA,GACtB,2BAAA,UACM,aAAA,CAAc,eAAA;EACtB,OAAA,EAAS,UAAA,QAAkB,iBAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-untyped",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.342",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -90,15 +90,15 @@
|
|
|
90
90
|
"keywords": ["untyped", "powerlines", "storm-software", "powerlines-plugin"],
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"@storm-software/untyped": "^0.24.135",
|
|
93
|
-
"@stryke/convert": "^0.6.
|
|
94
|
-
"powerlines": "^0.42.
|
|
93
|
+
"@stryke/convert": "^0.6.58",
|
|
94
|
+
"powerlines": "^0.42.30"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
97
|
+
"@powerlines/plugin-plugin": "^0.12.340",
|
|
98
98
|
"@storm-software/config": "^1.137.26",
|
|
99
99
|
"@types/node": "^25.5.2"
|
|
100
100
|
},
|
|
101
101
|
"publishConfig": { "access": "public" },
|
|
102
102
|
"types": "./dist/index.d.cts",
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "454fceda20c6f4dda53f6bc5901e5768ac253365"
|
|
104
104
|
}
|