@powerlines/plugin-napi-rs 0.2.132 → 0.2.134

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 (1) hide show
  1. package/package.json +20 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-napi-rs",
3
- "version": "0.2.132",
3
+ "version": "0.2.134",
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"],
@@ -132,27 +132,26 @@
132
132
  "typings": "dist/index.d.mts",
133
133
  "files": ["dist/**/*"],
134
134
  "dependencies": {
135
- "@alloy-js/core": "^0.23.1",
136
- "@alloy-js/json": "^0.23.0",
137
- "@alloy-js/markdown": "^0.23.0",
138
- "@alloy-js/typescript": "^0.23.0",
139
- "@napi-rs/cli": "^3.6.2",
140
- "@powerlines/plugin-alloy": "0.26.175",
141
- "@powerlines/plugin-automd": "0.1.545",
142
- "@powerlines/plugin-plugin": "0.12.496",
143
- "@stryke/convert": "^0.7.10",
144
- "@stryke/fs": "^0.33.79",
145
- "@stryke/path": "^0.29.6",
146
- "@stryke/string-format": "^0.17.21",
147
- "@stryke/type-checks": "^0.6.12",
148
- "@stryke/types": "^0.12.7",
149
- "automd": "^0.4.3",
150
- "defu": "^6.1.7",
151
- "powerlines": "0.47.84"
135
+ "@alloy-js/core": "catalog:",
136
+ "@alloy-js/json": "catalog:",
137
+ "@alloy-js/markdown": "catalog:",
138
+ "@alloy-js/typescript": "catalog:",
139
+ "@napi-rs/cli": "catalog:",
140
+ "@powerlines/plugin-alloy": "workspace:*",
141
+ "@powerlines/plugin-automd": "workspace:*",
142
+ "@powerlines/plugin-plugin": "workspace:*",
143
+ "@stryke/convert": "catalog:",
144
+ "@stryke/fs": "catalog:",
145
+ "@stryke/path": "catalog:",
146
+ "@stryke/string-format": "catalog:",
147
+ "@stryke/type-checks": "catalog:",
148
+ "@stryke/types": "catalog:",
149
+ "automd": "catalog:",
150
+ "defu": "catalog:",
151
+ "powerlines": "workspace:*"
152
152
  },
153
- "devDependencies": { "@types/node": "^25.9.1" },
153
+ "devDependencies": { "@types/node": "catalog:" },
154
154
  "peerDependencies": { "@napi-rs/wasm-runtime": ">=1.1.4" },
155
155
  "peerDependenciesMeta": { "@napi-rs/wasm-runtime": { "optional": true } },
156
- "publishConfig": { "access": "public" },
157
- "gitHead": "2189a84915b30f069b9877d1f38bdf92f88b54fa"
156
+ "publishConfig": { "access": "public" }
158
157
  }