@osdk/unit-testing 0.10.1-main-4e2a115a796e8664c3972548bb02e707baafa912 → 0.11.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 +8 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,19 @@
1
1
  # @osdk/unit-testing
2
2
 
3
- ## 0.10.1-main-4e2a115a796e8664c3972548bb02e707baafa912
3
+ ## 0.11.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
7
  - 60aff19: Bump `@osdk/foundry.*` and `@osdk/internal.foundry.*` catalog entries from `2.57.0` to `2.61.0`. Includes type-fixups for the new `applyScenario` / `scenarioReference` discriminated-union variants and the now-required `QueryParameterV2.required` field.
8
+
9
+ ### Patch Changes
10
+
8
11
  - Updated dependencies [a492285]
9
12
  - Updated dependencies [60aff19]
13
+ - Updated dependencies [35ad6d1]
10
14
  - Updated dependencies [6923158]
11
- - @osdk/api@2.24.0-main-4e2a115a796e8664c3972548bb02e707baafa912
12
- - @osdk/client@2.24.0-main-4e2a115a796e8664c3972548bb02e707baafa912
15
+ - @osdk/api@2.24.0
16
+ - @osdk/client@2.24.0
13
17
 
14
18
  ## 0.10.0
15
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/unit-testing",
3
- "version": "0.10.1-main-4e2a115a796e8664c3972548bb02e707baafa912",
3
+ "version": "0.11.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -42,9 +42,9 @@
42
42
  "vitest": "^3.2.4"
43
43
  },
44
44
  "peerDependencies": {
45
- "@osdk/api": "^2.24.0-main-4e2a115a796e8664c3972548bb02e707baafa912",
46
- "@osdk/client": "^2.24.0-main-4e2a115a796e8664c3972548bb02e707baafa912",
47
- "@osdk/functions": "^1.10.0"
45
+ "@osdk/api": "^2.24.0",
46
+ "@osdk/functions": "^1.10.0",
47
+ "@osdk/client": "^2.24.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-documenter": "^7.26.32",
@@ -52,9 +52,9 @@
52
52
  "@osdk/foundry.admin": "2.61.0",
53
53
  "msw": "^2.11.1",
54
54
  "typescript": "~5.5.4",
55
- "@osdk/api": "~2.24.0-main-4e2a115a796e8664c3972548bb02e707baafa912",
56
- "@osdk/client": "~2.24.0-main-4e2a115a796e8664c3972548bb02e707baafa912",
57
- "@osdk/client.test.ontology": "~2.23.1-main-4e2a115a796e8664c3972548bb02e707baafa912",
55
+ "@osdk/api": "~2.24.0",
56
+ "@osdk/client": "~2.24.0",
57
+ "@osdk/client.test.ontology": "~2.24.0",
58
58
  "@osdk/functions": "~1.10.0",
59
59
  "@osdk/monorepo.api-extractor": "~0.7.0",
60
60
  "@osdk/monorepo.tsconfig": "~0.7.0"