@powerlines/plugin-capnp 0.1.400 → 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.
- package/dist/index.cjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -7,7 +7,7 @@ let _stryke_path_is_parent_path = require("@stryke/path/is-parent-path");
|
|
|
7
7
|
let _stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
8
8
|
let _stryke_path_replace = require("@stryke/path/replace");
|
|
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-capnp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.402",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from Cap'n Proto schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@stryke/types": "^0.11.3",
|
|
96
96
|
"defu": "^6.1.7",
|
|
97
97
|
"jiti": "^2.6.1",
|
|
98
|
-
"powerlines": "^0.42.
|
|
98
|
+
"powerlines": "^0.42.40"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
101
|
+
"@powerlines/plugin-plugin": "^0.12.350",
|
|
102
102
|
"@types/node": "^25.6.0"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": { "access": "public" },
|
|
105
105
|
"types": "./dist/index.d.cts",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "53fe118324ce5a30936fc934f219781021d72844"
|
|
107
107
|
}
|