@pixotope/query 0.0.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.
@@ -0,0 +1,20 @@
1
+
2
+ > @pixotope/query@0.0.1 build /home/circleci/project/packages/query
3
+ > tsup src/index.ts --format cjs,esm --dts --sourcemap
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.0
8
+ CLI Target: es6
9
+ CJS Build start
10
+ ESM Build start
11
+ CJS dist/index.cjs 22.16 KB
12
+ CJS dist/index.cjs.map 41.69 KB
13
+ CJS ⚡️ Build success in 27ms
14
+ ESM dist/index.js 20.95 KB
15
+ ESM dist/index.js.map 41.69 KB
16
+ ESM ⚡️ Build success in 27ms
17
+ DTS Build start
18
+ DTS ⚡️ Build success in 1465ms
19
+ DTS dist/index.d.cts 9.23 KB
20
+ DTS dist/index.d.ts 9.23 KB
@@ -0,0 +1,4 @@
1
+
2
+ > @pixotope/query@0.0.1 check-types /home/circleci/project/packages/query
3
+ > tsc --noEmit
4
+
@@ -0,0 +1,15 @@
1
+
2
+ > @pixotope/query@0.0.1 test /home/circleci/project/packages/query
3
+ > vitest
4
+
5
+
6
+  RUN  v3.2.4 /home/circleci/project/packages/query
7
+
8
+ ✓ src/useSubscriptionCore.test.ts (21 tests) 62ms
9
+ ✓ src/useQuery.test.ts (17 tests) 327ms
10
+
11
+  Test Files  2 passed (2)
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)
15
+