@barnaby.build/barnaby 0.0.250 → 0.0.252
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/dist/assets/{index-OiAv9uCy.js → index-Chgx-d1Y.js} +64 -64
- package/dist/index.html +1 -1
- package/dist-electron/main/index.js +5227 -5232
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barnaby.build/barnaby",
|
|
3
3
|
"productName": "Barnaby",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.252",
|
|
5
5
|
"main": "dist-electron/main/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"barnaby": "bin/barnaby.cjs"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prebuild:dist:raw": "node scripts/sync-icon.mjs",
|
|
48
48
|
"build:dist:raw": "tsc && vite build",
|
|
49
49
|
"build:dist": "node scripts/run-with-version-bump.mjs \"npm run build:dist:raw\"",
|
|
50
|
-
"build:portable:raw": "npm run build:dist:raw && electron-builder --win portable && node scripts/apply-exe-icon.mjs",
|
|
50
|
+
"build:portable:raw": "npm run build:dist:raw && electron-builder --win portable --publish never && node scripts/apply-exe-icon.mjs",
|
|
51
51
|
"build": "node scripts/build-dispatch.mjs",
|
|
52
52
|
"build:raw": "npm run build:portable:raw",
|
|
53
53
|
"build:portable": "node scripts/run-with-version-bump.mjs \"npm run build:portable:raw\"",
|