@osdk/unit-testing 0.18.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86 → 0.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,17 @@
1
1
  # @osdk/unit-testing
2
2
 
3
- ## 0.18.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86
3
+ ## 0.19.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - 765ae4e: Re-registering a mock client stub with the same pattern now overrides the previous stub (latest registered wins) instead of being shadowed by it.
8
+
9
+ ### Patch Changes
10
+
8
11
  - Updated dependencies [db2bfa2]
9
12
  - Updated dependencies [cbf692b]
10
- - @osdk/client@2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86
11
- - @osdk/api@2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86
13
+ - @osdk/client@2.45.0
14
+ - @osdk/api@2.45.0
12
15
 
13
16
  ## 0.18.0
14
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/unit-testing",
3
- "version": "0.18.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
3
+ "version": "0.19.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -41,9 +41,9 @@
41
41
  "tiny-invariant": "^1.3.3"
42
42
  },
43
43
  "peerDependencies": {
44
- "@osdk/api": "^2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
45
- "@osdk/client": "^2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
46
- "@osdk/functions": "^1.17.0"
44
+ "@osdk/api": "^2.45.0",
45
+ "@osdk/functions": "^1.17.0",
46
+ "@osdk/client": "^2.45.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-documenter": "^7.26.32",
@@ -52,11 +52,11 @@
52
52
  "msw": "^2.11.1",
53
53
  "typescript": "~5.5.4",
54
54
  "vitest": "^3.2.4",
55
- "@osdk/api": "~2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
56
- "@osdk/client": "~2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
57
- "@osdk/client.test.ontology": "~2.44.1-main-cbf692ba4eae9967f0269a2a009b4df4ac0c0f86",
58
- "@osdk/monorepo.api-extractor": "~0.7.0",
55
+ "@osdk/api": "~2.45.0",
59
56
  "@osdk/functions": "~1.17.0",
57
+ "@osdk/client.test.ontology": "~2.45.0",
58
+ "@osdk/client": "~2.45.0",
59
+ "@osdk/monorepo.api-extractor": "~0.7.0",
60
60
  "@osdk/monorepo.tsconfig": "~0.7.0"
61
61
  },
62
62
  "publishConfig": {