@livequery/react 2.0.92 → 2.0.94
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/index.js +2 -4897
- package/dist/index.js.map +4 -30
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://github.com/livequery/react"
|
|
5
5
|
},
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.94",
|
|
8
8
|
"description": "",
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
@@ -30,11 +30,10 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"clean": "rm -rf dist",
|
|
33
|
-
"build:js": "bun build ./src/index.ts --outdir ./dist --target browser --format esm --sourcemap",
|
|
33
|
+
"build:js": "bun build ./src/index.ts --outdir ./dist --target browser --format esm --sourcemap --packages=external --production",
|
|
34
34
|
"build:types": "bunx tsc -p tsconfig.build.json",
|
|
35
35
|
"build": "bun run clean && bun run build:js && bun run build:types",
|
|
36
|
-
"build:watch": "bun build ./src/index.ts --outdir ./dist --target browser --format esm --watch"
|
|
37
|
-
"prepublishOnly": "bun run build"
|
|
36
|
+
"build:watch": "bun build ./src/index.ts --outdir ./dist --target browser --format esm --sourcemap --packages=external --watch"
|
|
38
37
|
},
|
|
39
38
|
"author": "",
|
|
40
39
|
"license": "ISC"
|