@rubriclab/bunl 0.0.16 → 0.0.18
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/build/client.js +1 -1
- package/client.ts +1 -1
- package/package.json +2 -2
package/build/client.js
CHANGED
package/client.ts
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"name": "@rubriclab/bunl",
|
|
6
6
|
"description": "Expose localhost to the world",
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.18",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"demo": "bun --hot demo.ts",
|
|
26
26
|
"client:upgrade": "bun rm -g @rubriclab/bunl && bun i -g @rubriclab/bunl@latest",
|
|
27
27
|
"build": "BUILD=build/client.js && bun build client.ts --outdir build --target node && echo -e \"#! /usr/bin/env node\n$(cat $BUILD)\" > $BUILD",
|
|
28
|
-
"publish": "bun run build && npm publish"
|
|
28
|
+
"npm:publish": "bun run build && npm publish"
|
|
29
29
|
},
|
|
30
30
|
"type": "module",
|
|
31
31
|
"peerDependencies": {
|