@laot/bridge 1.0.5 → 1.0.7
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/ltbridge-v1.0.6.zip +0 -0
- package/dist/ltbridge.js +24 -24
- package/dist/modules.dat +1 -1
- package/package.json +3 -2
- package/dist/ltbridge-v1.0.4.zip +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laot/bridge",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "LTBridge CLI for fetching and bundling FiveM modules.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"main": "dist/ltbridge.js",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "node scripts/compiler.js && esbuild bin/ltbridge.js --bundle --minify --platform=node --target=node18 --packages=external --outfile=dist/ltbridge.js",
|
|
26
|
-
"
|
|
26
|
+
"zip": "node scripts/zip-dist.js",
|
|
27
|
+
"prepublishOnly": "npm run build && npm run zip"
|
|
27
28
|
},
|
|
28
29
|
"bin": {
|
|
29
30
|
"ltbridge": "./dist/ltbridge.js"
|
package/dist/ltbridge-v1.0.4.zip
DELETED
|
Binary file
|