@osdk/client.unstable 2.4.0-rc.19 → 2.4.1

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @osdk/client.unstable
2
2
 
3
+ ## 2.4.1
4
+
5
+ ## 2.4.0
6
+
7
+ ### Patch Changes
8
+
9
+ - 322c5bc: Simulated release
10
+ - a01b8d4: Revert import block data changes
11
+ - 764e5f1: Add marking constraints
12
+ - 5c76e33: Trim value type before putting it in SPT IR
13
+
3
14
  ## 2.4.0-rc.19
4
15
 
5
16
  ## 2.4.0-beta.18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client.unstable",
3
- "version": "2.4.0-rc.19",
3
+ "version": "2.4.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "~5.5.4",
34
- "@osdk/monorepo.api-extractor": "~0.3.0-beta.1",
35
- "@osdk/monorepo.tsconfig": "~0.3.0-beta.1"
34
+ "@osdk/monorepo.api-extractor": "~0.3.0",
35
+ "@osdk/monorepo.tsconfig": "~0.3.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public"