@powerlines/plugin-asyncapi 0.1.401 → 0.1.402

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +4 -4
package/dist/index.cjs CHANGED
@@ -6,7 +6,7 @@ let _stryke_fs_exists = require("@stryke/fs/exists");
6
6
  let _stryke_fs_package_fns = require("@stryke/fs/package-fns");
7
7
  let _stryke_path_join = require("@stryke/path/join");
8
8
  let defu = require("defu");
9
- defu = require_runtime.__toESM(defu);
9
+ defu = require_runtime.__toESM(defu, 1);
10
10
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
11
11
 
12
12
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-asyncapi",
3
- "version": "0.1.401",
3
+ "version": "0.1.402",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code from AsyncAPI specifications.",
6
6
  "repository": {
@@ -96,13 +96,13 @@
96
96
  "@stryke/http": "^0.12.54",
97
97
  "@stryke/path": "^0.27.4",
98
98
  "defu": "^6.1.7",
99
- "powerlines": "^0.42.38"
99
+ "powerlines": "^0.42.39"
100
100
  },
101
101
  "devDependencies": {
102
- "@powerlines/plugin-plugin": "^0.12.348",
102
+ "@powerlines/plugin-plugin": "^0.12.349",
103
103
  "@types/node": "^25.6.0"
104
104
  },
105
105
  "publishConfig": { "access": "public" },
106
106
  "types": "./dist/index.d.cts",
107
- "gitHead": "9cec72510580fd8ee2cafc64ccae8ca65e7746a4"
107
+ "gitHead": "dbee10b00be4d975152b4e5b82422c2a94455f70"
108
108
  }