@neon-rs/cli 0.0.73 → 0.0.74

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/index.js +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -13485,8 +13485,6 @@ var lib = __nccwpck_require__(4071);
13485
13485
  ;// CONCATENATED MODULE: ./node_modules/cargo-messages/lib/index.mjs
13486
13486
 
13487
13487
 
13488
-
13489
-
13490
13488
  ;// CONCATENATED MODULE: ./src/commands/dist.ts
13491
13489
 
13492
13490
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",