@powerlines/plugin-napi-rs 0.0.1 → 0.1.0
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-napi-rs",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for integrating with N-API Rust modules.",
|
|
6
6
|
"keywords": ["napi-rs", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -123,9 +123,9 @@
|
|
|
123
123
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
124
124
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
125
125
|
"@napi-rs/cli": "^3.6.2",
|
|
126
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
127
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
126
|
+
"@powerlines/plugin-alloy": "^0.26.38",
|
|
127
|
+
"@powerlines/plugin-automd": "^0.1.420",
|
|
128
|
+
"@powerlines/plugin-plugin": "^0.12.371",
|
|
129
129
|
"@stryke/fs": "^0.33.66",
|
|
130
130
|
"@stryke/path": "^0.27.4",
|
|
131
131
|
"@stryke/string-format": "^0.17.9",
|
|
@@ -133,11 +133,11 @@
|
|
|
133
133
|
"@stryke/types": "^0.11.3",
|
|
134
134
|
"automd": "^0.4.3",
|
|
135
135
|
"defu": "^6.1.7",
|
|
136
|
-
"powerlines": "^0.43.
|
|
136
|
+
"powerlines": "^0.43.19"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": { "@types/node": "^25.6.0" },
|
|
139
139
|
"peerDependencies": { "@napi-rs/wasm-runtime": ">=1.1.4" },
|
|
140
140
|
"peerDependenciesMeta": { "@napi-rs/wasm-runtime": { "optional": true } },
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "1687f6de2e2358e8d2e96d026b577abe32ed5c67"
|
|
143
143
|
}
|