@powerlines/plugin-hey-api 0.1.351 → 0.1.352

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
@@ -7,7 +7,7 @@ let _stryke_path_join_paths = require("@stryke/path/join-paths");
7
7
  let _stryke_type_checks_is_set_object = require("@stryke/type-checks/is-set-object");
8
8
  let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-string");
9
9
  let defu = require("defu");
10
- defu = require_runtime.__toESM(defu);
10
+ defu = require_runtime.__toESM(defu, 1);
11
11
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
12
12
 
13
13
  //#region src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-hey-api",
3
- "version": "0.1.351",
3
+ "version": "0.1.352",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code using Hey API.",
6
6
  "repository": {
@@ -124,13 +124,13 @@
124
124
  "@stryke/types": "^0.11.3",
125
125
  "defu": "^6.1.7",
126
126
  "jiti": "^2.6.1",
127
- "powerlines": "^0.42.38"
127
+ "powerlines": "^0.42.39"
128
128
  },
129
129
  "devDependencies": {
130
- "@powerlines/plugin-plugin": "^0.12.348",
130
+ "@powerlines/plugin-plugin": "^0.12.349",
131
131
  "@types/node": "^25.6.0"
132
132
  },
133
133
  "publishConfig": { "access": "public" },
134
134
  "types": "./dist/index.d.cts",
135
- "gitHead": "9cec72510580fd8ee2cafc64ccae8ca65e7746a4"
135
+ "gitHead": "dbee10b00be4d975152b4e5b82422c2a94455f70"
136
136
  }