@osdk/unit-testing 0.10.0 → 0.10.1-beta.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 +16 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @osdk/unit-testing
2
2
 
3
+ ## 0.10.1-beta.0
4
+
5
+ ### Patch Changes
6
+
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
+ - Updated dependencies [a492285]
9
+ - Updated dependencies [60aff19]
10
+ - Updated dependencies [04a3588]
11
+ - Updated dependencies [cdc73e0]
12
+ - Updated dependencies [798ad89]
13
+ - Updated dependencies [d36591a]
14
+ - Updated dependencies [6923158]
15
+ - @osdk/api@2.23.1-beta.2
16
+ - @osdk/client@2.23.1-beta.2
17
+ - @osdk/functions@1.10.1-beta.0
18
+
3
19
  ## 0.10.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/unit-testing",
3
- "version": "0.10.0",
3
+ "version": "0.10.1-beta.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -42,20 +42,20 @@
42
42
  "vitest": "^3.2.4"
43
43
  },
44
44
  "peerDependencies": {
45
- "@osdk/api": "^2.20.0",
46
- "@osdk/client": "^2.20.0",
47
- "@osdk/functions": "^1.10.0"
45
+ "@osdk/api": "^2.23.1-beta.2",
46
+ "@osdk/client": "^2.23.1-beta.2",
47
+ "@osdk/functions": "^1.10.1-beta.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-documenter": "^7.26.32",
51
51
  "@microsoft/api-extractor": "^7.52.11",
52
- "@osdk/foundry.admin": "2.57.0",
52
+ "@osdk/foundry.admin": "2.61.0",
53
53
  "msw": "^2.11.1",
54
54
  "typescript": "~5.5.4",
55
- "@osdk/api": "~2.20.0",
56
- "@osdk/client.test.ontology": "~2.20.0",
57
- "@osdk/client": "~2.20.0",
58
- "@osdk/functions": "~1.10.0",
55
+ "@osdk/api": "~2.23.1-beta.2",
56
+ "@osdk/client": "~2.23.1-beta.2",
57
+ "@osdk/functions": "~1.10.1-beta.0",
58
+ "@osdk/client.test.ontology": "~2.23.1-beta.0",
59
59
  "@osdk/monorepo.api-extractor": "~0.7.0",
60
60
  "@osdk/monorepo.tsconfig": "~0.7.0"
61
61
  },