@pixotope/query 0.0.1 → 0.1.0

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.
@@ -10,11 +10,11 @@
10
10
  ESM Build start
11
11
  CJS dist/index.cjs 22.16 KB
12
12
  CJS dist/index.cjs.map 41.69 KB
13
- CJS ⚡️ Build success in 27ms
13
+ CJS ⚡️ Build success in 30ms
14
14
  ESM dist/index.js 20.95 KB
15
15
  ESM dist/index.js.map 41.69 KB
16
- ESM ⚡️ Build success in 27ms
16
+ ESM ⚡️ Build success in 31ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1465ms
18
+ DTS ⚡️ Build success in 1507ms
19
19
  DTS dist/index.d.cts 9.23 KB
20
20
  DTS dist/index.d.ts 9.23 KB
@@ -5,11 +5,11 @@
5
5
 
6
6
   RUN  v3.2.4 /home/circleci/project/packages/query
7
7
 
8
- ✓ src/useSubscriptionCore.test.ts (21 tests) 62ms
9
- ✓ src/useQuery.test.ts (17 tests) 327ms
8
+ ✓ src/useSubscriptionCore.test.ts (21 tests) 58ms
9
+ ✓ src/useQuery.test.ts (17 tests) 409ms
10
10
 
11
11
   Test Files  2 passed (2)
12
12
   Tests  38 passed (38)
13
-  Start at  08:21:39
14
-  Duration  2.96s (transform 236ms, setup 245ms, collect 480ms, tests 390ms, environment 1.12s, prepare 1.22s)
13
+  Start at  15:56:24
14
+  Duration  2.97s (transform 289ms, setup 270ms, collect 452ms, tests 467ms, environment 1.41s, prepare 927ms)
15
15
 
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @pixotope/query
2
+
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9256ddb: - bum minor version for all packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixotope/query",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "typescript": "^5.7.2",
21
21
  "vitest": "^3.2.4",
22
22
  "react": "^19.1.0",
23
- "@pixotope/zmq-client": "0.0.1",
24
- "@pixotope/utils": "0.0.1"
23
+ "@pixotope/zmq-client": "0.2.0",
24
+ "@pixotope/utils": "0.1.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=17.0.0"