@pixotope/react-context-store 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.
@@ -8,13 +8,13 @@
8
8
  CLI Target: es6
9
9
  CJS Build start
10
10
  ESM Build start
11
- CJS dist/index.cjs 15.37 KB
12
- CJS dist/index.cjs.map 25.31 KB
13
- CJS ⚡️ Build success in 29ms
14
11
  ESM dist/index.js 15.11 KB
15
12
  ESM dist/index.js.map 25.09 KB
16
13
  ESM ⚡️ Build success in 29ms
14
+ CJS dist/index.cjs 15.37 KB
15
+ CJS dist/index.cjs.map 25.31 KB
16
+ CJS ⚡️ Build success in 29ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1514ms
18
+ DTS ⚡️ Build success in 1853ms
19
19
  DTS dist/index.d.cts 2.21 KB
20
20
  DTS dist/index.d.ts 2.21 KB
@@ -5,10 +5,10 @@
5
5
 
6
6
   RUN  v3.2.4 /home/circleci/project/packages/react-context-store
7
7
 
8
- ✓ src/store.test.tsx (12 tests) 45ms
8
+ ✓ src/store.test.tsx (12 tests) 74ms
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  12 passed (12)
12
-  Start at  08:21:39
13
-  Duration  2.67s (transform 88ms, setup 110ms, collect 276ms, tests 45ms, environment 486ms, prepare 405ms)
12
+  Start at  15:56:24
13
+  Duration  2.92s (transform 308ms, setup 102ms, collect 267ms, tests 74ms, environment 849ms, prepare 882ms)
14
14
 
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @pixotope/react-context-store
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/react-context-store",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "typescript": "^5.7.2",
21
21
  "use-sync-external-store": "^1.5.0",
22
22
  "vitest": "^3.2.4",
23
- "@pixotope/utils": "0.0.1"
23
+ "@pixotope/utils": "0.1.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=17.0.0"