tmex-cli 0.6.2 → 0.6.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 -1
- package/resources/fe-dist/assets/DevicePage-BGPoxSI1.js.map +0 -1
- package/resources/fe-dist/assets/DevicesPage-ImyBiwEt.js.map +0 -1
- package/resources/fe-dist/assets/SettingsPage-CyMAR4ec.js.map +0 -1
- package/resources/fe-dist/assets/index-qxM5NVWd.js.map +0 -1
- package/resources/fe-dist/assets/select-CALI7PWC.js.map +0 -1
- package/resources/fe-dist/assets/switch-CkhOAzoZ.js.map +0 -1
- package/resources/fe-dist/assets/useValueChanged-WtzSkCNQ.js.map +0 -1
- package/resources/gateway-drizzle/meta/0000_snapshot.json +0 -495
- package/resources/gateway-drizzle/meta/0001_snapshot.json +0 -511
- package/resources/gateway-drizzle/meta/0002_snapshot.json +0 -535
- package/resources/gateway-drizzle/meta/0003_snapshot.json +0 -542
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tmex-cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tmex": "./bin/tmex.js",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"build:runtime": "bun build src/runtime/server.ts --outdir ./dist/runtime --target bun --format esm",
|
|
22
22
|
"build:cli": "bun build src/cli-node.ts --outfile ./dist/cli-node.js --target node --format esm",
|
|
23
23
|
"build": "bun run clean && bun run bundle:resources && bun run build:runtime && bun run build:cli",
|
|
24
|
+
"release": "npm publish",
|
|
24
25
|
"test": "bun test src"
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|