@1sat/cli 0.0.2 → 0.0.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.
- package/package.json +2 -2
- package/bin/1sat +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "CLI for 1Sat Ordinals SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/cli.ts",
|
|
7
7
|
"bin": {
|
|
8
8
|
"1sat": "./src/cli.ts"
|
|
9
9
|
},
|
|
10
|
-
"files": ["src"
|
|
10
|
+
"files": ["src"],
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "bun build ./src/cli.ts --compile --outfile=bin/1sat --external pg --external pg-native --external pg-query-stream --external tedious --external oracledb --external mysql",
|
|
13
13
|
"dev": "bun run src/cli.ts",
|
package/bin/1sat
DELETED
|
Binary file
|