@osdk/client 2.1.0-beta.17 → 2.1.0-beta.18

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @osdk/client
2
2
 
3
+ ## 2.1.0-beta.18
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/api@2.1.0-beta.18
8
+ - @osdk/client.unstable@2.1.0-beta.18
9
+ - @osdk/generator-converters@2.1.0-beta.18
10
+
3
11
  ## 2.1.0-beta.17
4
12
 
5
13
  ### Patch Changes
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export const USER_AGENT = `osdk-client/${"2.1.0-beta.17"}`;
16
+ export const USER_AGENT = `osdk-client/${"2.1.0-beta.18"}`;
17
17
  //# sourceMappingURL=UserAgent.js.map
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export const USER_AGENT = `osdk-client/${"2.1.0-beta.17"}`;
16
+ export const USER_AGENT = `osdk-client/${"2.1.0-beta.18"}`;
17
17
  //# sourceMappingURL=UserAgent.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/client",
3
- "version": "2.1.0-beta.17",
3
+ "version": "2.1.0-beta.18",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -34,9 +34,9 @@
34
34
  "tiny-invariant": "^1.3.1",
35
35
  "type-fest": "^4.18.2",
36
36
  "ws": "^8.18.0",
37
- "@osdk/client.unstable": "2.1.0-beta.17",
38
- "@osdk/api": "~2.1.0-beta.17",
39
- "@osdk/generator-converters": "2.1.0-beta.17",
37
+ "@osdk/api": "~2.1.0-beta.18",
38
+ "@osdk/client.unstable": "2.1.0-beta.18",
39
+ "@osdk/generator-converters": "2.1.0-beta.18",
40
40
  "@osdk/shared.net.errors": "~2.1.0-beta.1",
41
41
  "@osdk/shared.client.impl": "~1.1.0-beta.3",
42
42
  "@osdk/shared.net.fetch": "~1.1.0-beta.1"
@@ -59,11 +59,11 @@
59
59
  "ts-expect": "^1.3.0",
60
60
  "typescript": "~5.5.4",
61
61
  "zod": "^3.23.8",
62
- "@osdk/client.test.ontology": "~2.1.0-beta.17",
62
+ "@osdk/client.test.ontology": "~2.1.0-beta.18",
63
63
  "@osdk/monorepo.api-extractor": "~0.0.0",
64
64
  "@osdk/monorepo.tsconfig": "~0.0.0",
65
65
  "@osdk/monorepo.tsup": "~0.0.0",
66
- "@osdk/shared.test": "~2.1.0-beta.17"
66
+ "@osdk/shared.test": "~2.1.0-beta.18"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public"