@kheopskit/react 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -4
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # @kheopskit/react
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`806b8d3`](https://github.com/kheopskit/kheopskit/commit/806b8d394ba7c2576c76d9de72a15d7927bcff9e) - update peer deps
8
+
9
+ - Updated dependencies [[`806b8d3`](https://github.com/kheopskit/kheopskit/commit/806b8d394ba7c2576c76d9de72a15d7927bcff9e)]:
10
+ - @kheopskit/core@0.0.2
11
+
3
12
  ## 0.0.1
4
13
 
5
14
  ### Patch Changes
6
15
 
7
- - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) Thanks [@0xKheops](https://github.com/0xKheops)! - refactor property names
16
+ - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) - refactor property names
8
17
 
9
- - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) Thanks [@0xKheops](https://github.com/0xKheops)! - initial alpha release
18
+ - [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd) - initial alpha release
10
19
 
11
20
  - Updated dependencies [[`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd), [`e1cebed`](https://github.com/kheopskit/kheopskit/commit/e1cebed92d303f041070e0ae146ee34d9eb717bd)]:
12
21
  - @kheopskit/core@0.0.1
@@ -15,7 +24,7 @@
15
24
 
16
25
  ### Patch Changes
17
26
 
18
- - [`4f378f9`](https://github.com/0xKheops/kheopskit-alpha/commit/4f378f9b61e555b7b66ef3bfaf107ab8e6ac62b1) Thanks [@0xKheops](https://github.com/0xKheops)! - refactor property names
27
+ - [`4f378f9`](https://github.com/0xKheops/kheopskit-alpha/commit/4f378f9b61e555b7b66ef3bfaf107ab8e6ac62b1) - refactor property names
19
28
 
20
29
  - Updated dependencies [[`4f378f9`](https://github.com/0xKheops/kheopskit-alpha/commit/4f378f9b61e555b7b66ef3bfaf107ab8e6ac62b1)]:
21
30
  - @kheopskit/core@0.0.1-alpha.1
@@ -24,7 +33,7 @@
24
33
 
25
34
  ### Patch Changes
26
35
 
27
- - [`3216d3b`](https://github.com/0xKheops/kheopskit-alpha/commit/3216d3b4ca1f2fadbebe9a4275e7b864ac89d222) Thanks [@0xKheops](https://github.com/0xKheops)! - initial alpha release
36
+ - [`3216d3b`](https://github.com/0xKheops/kheopskit-alpha/commit/3216d3b4ca1f2fadbebe9a4275e7b864ac89d222) - initial alpha release
28
37
 
29
38
  - Updated dependencies [[`3216d3b`](https://github.com/0xKheops/kheopskit-alpha/commit/3216d3b4ca1f2fadbebe9a4275e7b864ac89d222)]:
30
39
  - @kheopskit/core@0.0.1-alpha.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kheopskit/react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,18 +23,16 @@
23
23
  },
24
24
  "license": "ISC",
25
25
  "peerDependencies": {
26
- "polkadot-api": ">=1.10.0",
27
- "react": "^19.0.0",
28
- "react-dom": "^19.0.0",
29
- "rxjs": ">=7.8.0"
26
+ "react": ">=18.0.0",
27
+ "react-dom": ">=18.0.0",
28
+ "rxjs": ">=7.0.0"
30
29
  },
31
30
  "dependencies": {
32
- "@kheopskit/core": "0.0.1"
31
+ "@kheopskit/core": "0.0.2"
33
32
  },
34
33
  "devDependencies": {
35
34
  "@types/react": "^19.1.5",
36
35
  "@types/react-dom": "^19.1.5",
37
- "polkadot-api": "^1.12.0",
38
36
  "react": "^19.1.0",
39
37
  "react-dom": "^19.1.0",
40
38
  "rxjs": "^7.8.2"