@goody9807/codeview 0.1.2 → 0.1.3

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goody9807/codeview",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CodeView CLI — 透传壳,spawn 平台 Rust 二进制。所有逻辑在 Rust binary 内。",
5
5
  "bin": {
6
6
  "codeview": "bin/codeview.js"
@@ -9,10 +9,10 @@
9
9
  "bin"
10
10
  ],
11
11
  "optionalDependencies": {
12
- "@goody9807/codeview-darwin-arm64": "0.1.1",
13
- "@goody9807/codeview-darwin-x64": "0.1.1",
14
- "@goody9807/codeview-linux-x64": "0.1.1",
15
- "@goody9807/codeview-win32-x64": "0.1.1"
12
+ "@goody9807/codeview-darwin-arm64": "0.1.3",
13
+ "@goody9807/codeview-darwin-x64": "0.1.3",
14
+ "@goody9807/codeview-linux-x64": "0.1.3",
15
+ "@goody9807/codeview-win32-x64": "0.1.3"
16
16
  },
17
17
  "scripts": {
18
18
  "build": "bun build src/index.ts --format=cjs --target=node --outfile bin/codeview.js && node -e \"const fs=require('fs');const p='bin/codeview.js';const s=fs.readFileSync(p,'utf8');const out=s.replace(/^(#!.*\\n)+/,'');fs.writeFileSync(p,'#!/usr/bin/env node\\n'+out)\"",