@couch-kit/client 0.5.0 → 0.5.1
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/CHANGELOG.md +6 -0
- package/dist/index.js +52 -1946
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@couch-kit/client",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "React hooks for phone controllers in Couch Kit party games — WebSocket client and action dispatch",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"sideEffects": false,
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "bun build ./src/index.ts --outdir ./dist --target browser && tsc -p tsconfig.build.json",
|
|
38
|
+
"build": "bun build ./src/index.ts --outdir ./dist --target browser --external react --external @couch-kit/core && tsc -p tsconfig.build.json",
|
|
39
39
|
"prepublishOnly": "bun run build",
|
|
40
40
|
"test": "bun test",
|
|
41
41
|
"lint": "eslint src/",
|