@livequery/react 2.0.133 → 2.0.134
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/package.json +61 -61
package/package.json
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
"name": "@livequery/react",
|
|
3
|
+
"repository": {
|
|
4
|
+
"url": "https://github.com/livequery/react"
|
|
5
|
+
},
|
|
6
|
+
"type": "module",
|
|
7
|
+
"version": "2.0.134",
|
|
8
|
+
"description": "",
|
|
9
|
+
"main": "./dist/index.js",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js",
|
|
15
|
+
"default": "./dist/index.js"
|
|
5
16
|
},
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/index.js",
|
|
15
|
-
"default": "./dist/index.js"
|
|
16
|
-
},
|
|
17
|
-
"./createContextFromHook": {
|
|
18
|
-
"types": "./dist/createContextFromHook.d.ts",
|
|
19
|
-
"import": "./dist/createContextFromHook.js",
|
|
20
|
-
"default": "./dist/createContextFromHook.js"
|
|
21
|
-
},
|
|
22
|
-
"./LivequeryClientContext": {
|
|
23
|
-
"types": "./dist/LivequeryClientContext.d.ts",
|
|
24
|
-
"import": "./dist/LivequeryClientContext.js",
|
|
25
|
-
"default": "./dist/LivequeryClientContext.js"
|
|
26
|
-
},
|
|
27
|
-
"./useAction": {
|
|
28
|
-
"types": "./dist/useAction.d.ts",
|
|
29
|
-
"import": "./dist/useAction.js",
|
|
30
|
-
"default": "./dist/useAction.js"
|
|
31
|
-
},
|
|
32
|
-
"./useCollection": {
|
|
33
|
-
"types": "./dist/useCollection.d.ts",
|
|
34
|
-
"import": "./dist/useCollection.js",
|
|
35
|
-
"default": "./dist/useCollection.js"
|
|
36
|
-
},
|
|
37
|
-
"./useDocument": {
|
|
38
|
-
"types": "./dist/useDocument.d.ts",
|
|
39
|
-
"import": "./dist/useDocument.js",
|
|
40
|
-
"default": "./dist/useDocument.js"
|
|
41
|
-
},
|
|
42
|
-
"./useObservable": {
|
|
43
|
-
"types": "./dist/useObservable.d.ts",
|
|
44
|
-
"import": "./dist/useObservable.js",
|
|
45
|
-
"default": "./dist/useObservable.js"
|
|
46
|
-
}
|
|
17
|
+
"./createContextFromHook": {
|
|
18
|
+
"types": "./dist/createContextFromHook.d.ts",
|
|
19
|
+
"import": "./dist/createContextFromHook.js",
|
|
20
|
+
"default": "./dist/createContextFromHook.js"
|
|
47
21
|
},
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"@types/react": "^19.2.14"
|
|
22
|
+
"./LivequeryClientContext": {
|
|
23
|
+
"types": "./dist/LivequeryClientContext.d.ts",
|
|
24
|
+
"import": "./dist/LivequeryClientContext.js",
|
|
25
|
+
"default": "./dist/LivequeryClientContext.js"
|
|
53
26
|
},
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
27
|
+
"./useAction": {
|
|
28
|
+
"types": "./dist/useAction.d.ts",
|
|
29
|
+
"import": "./dist/useAction.js",
|
|
30
|
+
"default": "./dist/useAction.js"
|
|
58
31
|
},
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"build:prod": "bun run build",
|
|
64
|
-
"build:watch": "bunx tsc -p tsconfig.build.json --watch"
|
|
32
|
+
"./useCollection": {
|
|
33
|
+
"types": "./dist/useCollection.d.ts",
|
|
34
|
+
"import": "./dist/useCollection.js",
|
|
35
|
+
"default": "./dist/useCollection.js"
|
|
65
36
|
},
|
|
66
|
-
"
|
|
67
|
-
|
|
37
|
+
"./useDocument": {
|
|
38
|
+
"types": "./dist/useDocument.d.ts",
|
|
39
|
+
"import": "./dist/useDocument.js",
|
|
40
|
+
"default": "./dist/useDocument.js"
|
|
41
|
+
},
|
|
42
|
+
"./useObservable": {
|
|
43
|
+
"types": "./dist/useObservable.d.ts",
|
|
44
|
+
"import": "./dist/useObservable.js",
|
|
45
|
+
"default": "./dist/useObservable.js"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"files": [
|
|
49
|
+
"dist/**/*"
|
|
50
|
+
],
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@types/react": "^19.2.14"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"@livequery/client": "^2.0.134",
|
|
56
|
+
"rxjs": "^7.8.2",
|
|
57
|
+
"react": "^19.2.5"
|
|
58
|
+
},
|
|
59
|
+
"scripts": {
|
|
60
|
+
"clean": "rm -rf dist",
|
|
61
|
+
"build:types": "bunx tsc -p tsconfig.build.json",
|
|
62
|
+
"build": "bun run clean && bun run build:types",
|
|
63
|
+
"build:prod": "bun run build",
|
|
64
|
+
"build:watch": "bunx tsc -p tsconfig.build.json --watch"
|
|
65
|
+
},
|
|
66
|
+
"author": "",
|
|
67
|
+
"license": "ISC"
|
|
68
68
|
}
|