@powerlines/plugin-asyncapi 0.1.22 → 0.1.23
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-I_Eof84P.d.cts → index-BcY0T9cl.d.cts} +5 -1
- package/dist/{index-I_Eof84P.d.ts → index-BcY0T9cl.d.ts} +5 -1
- 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 +6 -6
|
@@ -1510,5 +1510,9 @@ type AsyncAPIPluginResolvedConfig = ResolvedConfig & {
|
|
|
1510
1510
|
};
|
|
1511
1511
|
};
|
|
1512
1512
|
type AsyncAPIPluginContext<TResolvedConfig extends AsyncAPIPluginResolvedConfig = AsyncAPIPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1513
|
+
declare type __ΩAsyncAPIPluginOptions = any[];
|
|
1514
|
+
declare type __ΩAsyncAPIPluginUserConfig = any[];
|
|
1515
|
+
declare type __ΩAsyncAPIPluginResolvedConfig = any[];
|
|
1516
|
+
declare type __ΩAsyncAPIPluginContext = any[];
|
|
1513
1517
|
|
|
1514
|
-
export type { AsyncAPIPluginContext as A, Plugin as P, AsyncAPIPluginOptions as a, AsyncAPIPluginUserConfig as b, AsyncAPIPluginResolvedConfig as c };
|
|
1518
|
+
export type { AsyncAPIPluginContext as A, Plugin as P, __ΩAsyncAPIPluginOptions as _, AsyncAPIPluginOptions as a, AsyncAPIPluginUserConfig as b, AsyncAPIPluginResolvedConfig as c, __ΩAsyncAPIPluginUserConfig as d, __ΩAsyncAPIPluginResolvedConfig as e, __ΩAsyncAPIPluginContext as f };
|
|
@@ -1510,5 +1510,9 @@ type AsyncAPIPluginResolvedConfig = ResolvedConfig & {
|
|
|
1510
1510
|
};
|
|
1511
1511
|
};
|
|
1512
1512
|
type AsyncAPIPluginContext<TResolvedConfig extends AsyncAPIPluginResolvedConfig = AsyncAPIPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1513
|
+
declare type __ΩAsyncAPIPluginOptions = any[];
|
|
1514
|
+
declare type __ΩAsyncAPIPluginUserConfig = any[];
|
|
1515
|
+
declare type __ΩAsyncAPIPluginResolvedConfig = any[];
|
|
1516
|
+
declare type __ΩAsyncAPIPluginContext = any[];
|
|
1513
1517
|
|
|
1514
|
-
export type { AsyncAPIPluginContext as A, Plugin as P, AsyncAPIPluginOptions as a, AsyncAPIPluginUserConfig as b, AsyncAPIPluginResolvedConfig as c };
|
|
1518
|
+
export type { AsyncAPIPluginContext as A, Plugin as P, __ΩAsyncAPIPluginOptions as _, AsyncAPIPluginOptions as a, AsyncAPIPluginUserConfig as b, AsyncAPIPluginResolvedConfig as c, __ΩAsyncAPIPluginUserConfig as d, __ΩAsyncAPIPluginResolvedConfig as e, __ΩAsyncAPIPluginContext as f };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig } from './index-
|
|
1
|
+
import { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, P as Plugin } from './index-BcY0T9cl.cjs';
|
|
2
|
+
export { c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig, f as __ΩAsyncAPIPluginContext, _ as __ΩAsyncAPIPluginOptions, e as __ΩAsyncAPIPluginResolvedConfig, d as __ΩAsyncAPIPluginUserConfig } from './index-BcY0T9cl.cjs';
|
|
3
3
|
import '@asyncapi/generator';
|
|
4
4
|
import '@asyncapi/parser/esm/models/v3/asyncapi';
|
|
5
5
|
import '@storm-software/build-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig } from './index-
|
|
1
|
+
import { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, P as Plugin } from './index-BcY0T9cl.js';
|
|
2
|
+
export { c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig, f as __ΩAsyncAPIPluginContext, _ as __ΩAsyncAPIPluginOptions, e as __ΩAsyncAPIPluginResolvedConfig, d as __ΩAsyncAPIPluginUserConfig } from './index-BcY0T9cl.js';
|
|
3
3
|
import '@asyncapi/generator';
|
|
4
4
|
import '@asyncapi/parser/esm/models/v3/asyncapi';
|
|
5
5
|
import '@storm-software/build-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig } from '../index-
|
|
1
|
+
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig, f as __ΩAsyncAPIPluginContext, _ as __ΩAsyncAPIPluginOptions, e as __ΩAsyncAPIPluginResolvedConfig, d as __ΩAsyncAPIPluginUserConfig } from '../index-BcY0T9cl.cjs';
|
|
2
2
|
import '@asyncapi/generator';
|
|
3
3
|
import '@asyncapi/parser/esm/models/v3/asyncapi';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig } from '../index-
|
|
1
|
+
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig, f as __ΩAsyncAPIPluginContext, _ as __ΩAsyncAPIPluginOptions, e as __ΩAsyncAPIPluginResolvedConfig, d as __ΩAsyncAPIPluginUserConfig } from '../index-BcY0T9cl.js';
|
|
2
2
|
import '@asyncapi/generator';
|
|
3
3
|
import '@asyncapi/parser/esm/models/v3/asyncapi';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@asyncapi/generator';
|
|
2
2
|
import '@asyncapi/parser/esm/models/v3/asyncapi';
|
|
3
|
-
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig } from '../index-
|
|
3
|
+
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig, f as __ΩAsyncAPIPluginContext, _ as __ΩAsyncAPIPluginOptions, e as __ΩAsyncAPIPluginResolvedConfig, d as __ΩAsyncAPIPluginUserConfig } from '../index-BcY0T9cl.cjs';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
|
6
6
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@asyncapi/generator';
|
|
2
2
|
import '@asyncapi/parser/esm/models/v3/asyncapi';
|
|
3
|
-
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig } from '../index-
|
|
3
|
+
export { A as AsyncAPIPluginContext, a as AsyncAPIPluginOptions, c as AsyncAPIPluginResolvedConfig, b as AsyncAPIPluginUserConfig, f as __ΩAsyncAPIPluginContext, _ as __ΩAsyncAPIPluginOptions, e as __ΩAsyncAPIPluginResolvedConfig, d as __ΩAsyncAPIPluginUserConfig } from '../index-BcY0T9cl.js';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
|
6
6
|
import '@storm-software/config/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-asyncapi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from AsyncAPI specifications.",
|
|
6
6
|
"repository": {
|
|
@@ -106,13 +106,13 @@
|
|
|
106
106
|
"@stryke/http": "^0.11.3",
|
|
107
107
|
"@stryke/path": "^0.19.2",
|
|
108
108
|
"defu": "^6.1.4",
|
|
109
|
-
"powerlines": "^0.23.
|
|
109
|
+
"powerlines": "^0.23.3"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@powerlines/nx": "^0.10.
|
|
113
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
114
|
-
"@types/node": "^
|
|
112
|
+
"@powerlines/nx": "^0.10.20",
|
|
113
|
+
"@powerlines/plugin-plugin": "^0.11.28",
|
|
114
|
+
"@types/node": "^24.10.1"
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": { "access": "public" },
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
118
118
|
}
|