@powerlines/plugin-untyped 0.2.557 → 0.2.558

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig } from "./types/plugin.cjs";
2
+ import "./types/index.cjs";
2
3
  import { Plugin } from "powerlines";
3
-
4
4
  //#region src/index.d.ts
5
5
  declare module "powerlines" {
6
6
  interface Config {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA2BY,MAAA;IACR,OAAA,GAAU,oBAAoB;EAAA;AAAA;;;;;;;cAUrB,MAAA,oBACM,oBAAA,GAAuB,oBAAA,EAExC,OAAA,GAAS,oBAAA,KACR,MAAA,CAAO,QAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA2BY;IACR,UAAU;;;;;;;;;cAUD,SACX,iBAAiB,uBAAuB,sBAExC,UAAS,yBACR,OAAO"}
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { UntypedPluginContext, UntypedPluginOptions, UntypedPluginResolvedConfig, UntypedPluginUserConfig } from "./types/plugin.mjs";
2
+ import "./types/index.mjs";
2
3
  import { Plugin } from "powerlines";
3
-
4
4
  //#region src/index.d.ts
5
5
  declare module "powerlines" {
6
6
  interface Config {
@@ -1,6 +1,5 @@
1
1
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
2
  import { getGenerateAction } from "@storm-software/untyped/generate";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface UntypedPluginOptions {
6
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;UAqBiB,oBAAA;;AAAjB;;;;EAME,MAAA;EAWe;;;;;;EAHf,UAAU;AAAA;AAAA,UAGK,uBAAA,SAAgC,UAAU;EACzD,OAAA,GAAU,oBAAA;AAAA;AAAA,UAGK,2BAAA,SAAoC,cAAc;EACjE,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;;;;;;EAMf;;;;;;;EAQA;;UAGe,gCAAgC;EAC/C,UAAU;;UAGK,oCAAoC;EACnD,SAAS;;UAGM,qBACf,wBAAwB,8BACtB,qCACM,cAAc;EACtB,SAAS,kBAAkB"}
@@ -1,6 +1,5 @@
1
1
  import { getGenerateAction } from "@storm-software/untyped/generate";
2
2
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
3
-
4
3
  //#region src/types/plugin.d.ts
5
4
  interface UntypedPluginOptions {
6
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-untyped",
3
- "version": "0.2.557",
3
+ "version": "0.2.558",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
6
6
  "repository": {
@@ -89,16 +89,15 @@
89
89
  "files": ["dist"],
90
90
  "keywords": ["untyped", "powerlines", "powerlines-plugin"],
91
91
  "dependencies": {
92
- "@storm-software/untyped": "^0.24.231",
93
- "@stryke/convert": "^0.7.26",
94
- "powerlines": "0.47.142",
95
- "untyped": "^1.5.2"
92
+ "@storm-software/untyped": "catalog:",
93
+ "@stryke/convert": "catalog:",
94
+ "powerlines": "workspace:*",
95
+ "untyped": "catalog:"
96
96
  },
97
97
  "devDependencies": {
98
- "@powerlines/plugin-plugin": "0.12.554",
99
- "@types/node": "^25.9.4"
98
+ "@powerlines/plugin-plugin": "workspace:*",
99
+ "@types/node": "catalog:"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
- "types": "./dist/index.d.cts",
103
- "gitHead": "237e375dd938a17d2d363344b4d2c38c0173a76e"
102
+ "types": "./dist/index.d.cts"
104
103
  }