@powerlines/plugin-untyped 0.1.23 → 0.1.26
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-DgCFreXQ.d.cts → index-Cf4--OMw.d.cts} +6 -0
- package/dist/{index-DgCFreXQ.d.ts → index-Cf4--OMw.d.ts} +6 -0
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +7 -7
|
@@ -1184,6 +1184,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
1184
1184
|
* @returns A logger function
|
|
1185
1185
|
*/
|
|
1186
1186
|
extendLog: (name: string) => LogFn;
|
|
1187
|
+
/**
|
|
1188
|
+
* Generates a checksum representing the current context state
|
|
1189
|
+
*
|
|
1190
|
+
* @returns A promise that resolves to a string representing the checksum
|
|
1191
|
+
*/
|
|
1192
|
+
generateChecksum: () => Promise<string>;
|
|
1187
1193
|
}
|
|
1188
1194
|
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
|
|
1189
1195
|
/**
|
|
@@ -1184,6 +1184,12 @@ interface UnresolvedContext<TResolvedConfig extends ResolvedConfig = ResolvedCon
|
|
|
1184
1184
|
* @returns A logger function
|
|
1185
1185
|
*/
|
|
1186
1186
|
extendLog: (name: string) => LogFn;
|
|
1187
|
+
/**
|
|
1188
|
+
* Generates a checksum representing the current context state
|
|
1189
|
+
*
|
|
1190
|
+
* @returns A promise that resolves to a string representing the checksum
|
|
1191
|
+
*/
|
|
1192
|
+
generateChecksum: () => Promise<string>;
|
|
1187
1193
|
}
|
|
1188
1194
|
type Context<TResolvedConfig extends ResolvedConfig = ResolvedConfig> = Omit<UnresolvedContext<TResolvedConfig>, "config"> & {
|
|
1189
1195
|
/**
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { U as UntypedPluginContext, a as UntypedPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from './index-
|
|
1
|
+
import { U as UntypedPluginContext, a as UntypedPluginOptions, P as Plugin } from './index-Cf4--OMw.cjs';
|
|
2
|
+
export { c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from './index-Cf4--OMw.cjs';
|
|
3
3
|
import '@storm-software/untyped/generate';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { U as UntypedPluginContext, a as UntypedPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from './index-
|
|
1
|
+
import { U as UntypedPluginContext, a as UntypedPluginOptions, P as Plugin } from './index-Cf4--OMw.js';
|
|
2
|
+
export { c as UntypedPluginResolvedConfig, b as UntypedPluginUserConfig, f as __ΩUntypedPluginContext, _ as __ΩUntypedPluginOptions, e as __ΩUntypedPluginResolvedConfig, d as __ΩUntypedPluginUserConfig } from './index-Cf4--OMw.js';
|
|
3
3
|
import '@storm-software/untyped/generate';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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-
|
|
1
|
+
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-Cf4--OMw.cjs';
|
|
2
2
|
import '@storm-software/untyped/generate';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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-
|
|
1
|
+
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-Cf4--OMw.js';
|
|
2
2
|
import '@storm-software/untyped/generate';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
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-Cf4--OMw.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
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-Cf4--OMw.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-untyped",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -107,15 +107,15 @@
|
|
|
107
107
|
"@stryke/types": "^0.10.2",
|
|
108
108
|
"defu": "^6.1.4",
|
|
109
109
|
"jiti": "^2.6.1",
|
|
110
|
-
"@storm-software/untyped": "^0.24.
|
|
111
|
-
"powerlines": "^0.23.
|
|
110
|
+
"@storm-software/untyped": "^0.24.29",
|
|
111
|
+
"powerlines": "^0.23.9"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@storm-software/config": "^1.134.
|
|
115
|
-
"@powerlines/nx": "^0.10.
|
|
116
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
114
|
+
"@storm-software/config": "^1.134.48",
|
|
115
|
+
"@powerlines/nx": "^0.10.26",
|
|
116
|
+
"@powerlines/plugin-plugin": "^0.11.34",
|
|
117
117
|
"@types/node": "^24.10.1"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "d217b583335e4615b4e28fba7325f51fbd78a3f6"
|
|
121
121
|
}
|