@qqbrowser/qbot-claw-launcher 0.9.56 → 0.9.57

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/dist/version.js +1 -1
  2. package/package.json +2 -2
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.LAUNCHER_VERSION=void 0,exports.LAUNCHER_VERSION="0.9.56";
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.LAUNCHER_VERSION=void 0,exports.LAUNCHER_VERSION="0.9.57";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qqbrowser/qbot-claw-launcher",
3
- "version": "0.9.56",
3
+ "version": "0.9.57",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "build": "node scripts/inject-version.js && tsc && node scripts/obfuscate.js && chmod +x dist/index.js",
19
- "postinstall": "mkdir -p fs-xattr/build/Release && cp prebuilds/xattr.node fs-xattr/build/Release/ && mkdir -p parcel-watcher/build/Release && cp prebuilds/watcher.node parcel-watcher/build/Release/",
19
+ "prepare": "test -d prebuilds && mkdir -p fs-xattr/build/Release parcel-watcher/build/Release && cp prebuilds/xattr.node fs-xattr/build/Release/ && cp prebuilds/watcher.node parcel-watcher/build/Release/ && echo '✅ prebuilds copied' || true",
20
20
  "prepack": "rm -rf node_modules/fs-xattr && cp -r fs-xattr node_modules/fs-xattr && rm -rf node_modules/@parcel/watcher && mkdir -p node_modules/@parcel && cp -r parcel-watcher node_modules/@parcel/watcher && mkdir -p node_modules/fs-xattr/build/Release && cp prebuilds/xattr.node node_modules/fs-xattr/build/Release/ && mkdir -p node_modules/@parcel/watcher/build/Release && cp prebuilds/watcher.node node_modules/@parcel/watcher/build/Release/ && bash scripts/clean-native-sources.sh && bash scripts/verify-universal-binary.sh",
21
21
  "start": "node dist/index.js",
22
22
  "dev": "ts-node src/index.ts",