@osdk/react 0.12.0 → 0.12.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1

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 +9 -0
  2. package/package.json +9 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @osdkkit/react
2
2
 
3
+ ## 0.12.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1
4
+
5
+ ### Patch Changes
6
+
7
+ - 58248f8: Move @osdk/client.test.ontology from peerDependencies to devDependencies to fix npm resolution errors in consuming repos
8
+ - Updated dependencies [58248f8]
9
+ - @osdk/client@2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1
10
+ - @osdk/api@2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1
11
+
3
12
  ## 0.12.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/react",
3
- "version": "0.12.0",
3
+ "version": "0.12.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,19 +54,15 @@
54
54
  }
55
55
  },
56
56
  "peerDependencies": {
57
- "@osdk/api": "^2.8.0",
58
- "@osdk/client": "^2.8.0",
57
+ "@osdk/api": ">=2.10.1-beta.0",
58
+ "@osdk/client": ">=2.10.1-beta.0",
59
59
  "@osdk/foundry.admin": "*",
60
60
  "@osdk/foundry.core": "*",
61
61
  "@types/react": "^17 || ^18 || ^19",
62
62
  "react": "^17 || ^18 || ^19",
63
- "react-dom": "^17 || ^18 || ^19",
64
- "@osdk/client.test.ontology": "2.10.0"
63
+ "react-dom": "^17 || ^18 || ^19"
65
64
  },
66
65
  "peerDependenciesMeta": {
67
- "@osdk/client.test.ontology": {
68
- "optional": true
69
- },
70
66
  "@osdk/foundry.admin": {
71
67
  "optional": true
72
68
  },
@@ -89,10 +85,11 @@
89
85
  "react": "^18.3.1",
90
86
  "tiny-invariant": "^1.3.3",
91
87
  "typescript": "~5.5.4",
92
- "@osdk/api": "2.10.0",
93
- "@osdk/client": "2.10.0",
94
- "@osdk/monorepo.tsconfig": "~0.7.0",
95
- "@osdk/monorepo.api-extractor": "~0.7.0"
88
+ "@osdk/api": "2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
89
+ "@osdk/client": "2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
90
+ "@osdk/client.test.ontology": "2.10.1-main-58248f8eef5a7b73c80866736a59f70b7dcb43d1",
91
+ "@osdk/monorepo.api-extractor": "~0.7.0",
92
+ "@osdk/monorepo.tsconfig": "~0.7.0"
96
93
  },
97
94
  "publishConfig": {
98
95
  "access": "public"