@osdk/generator-converters 0.4.0 → 0.4.1-main-20240412164446

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 ADDED
@@ -0,0 +1,7 @@
1
+ # @osdk/generator-converters
2
+
3
+ ## 0.4.1-main-20240412164446
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/api@1.6.1-main-20240412164446
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-converters",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-main-20240412164446",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -21,13 +21,13 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@osdk/api": "1.6.0",
24
+ "@osdk/api": "1.6.1-main-20240412164446",
25
25
  "@osdk/gateway": "2.2.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "ts-expect": "^1.3.0",
29
29
  "typescript": "^5.4.2",
30
- "vitest": "^1.2.2"
30
+ "vitest": "^1.4.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -36,8 +36,7 @@
36
36
  "files": [
37
37
  "build/types",
38
38
  "build/js",
39
- "changelog",
40
- "CHANGELOG_OLD.md",
39
+ "CHANGELOG.md",
41
40
  "package.json",
42
41
  "templates",
43
42
  "*.d.ts"
@@ -1,5 +0,0 @@
1
- type: improvement
2
- improvement:
3
- description: Dynamic ontology data loading
4
- links:
5
- - https://github.com/palantir/osdk-ts/pull/89
@@ -1,5 +0,0 @@
1
- type: improvement
2
- improvement:
3
- description: Initial Interfaces Support
4
- links:
5
- - https://github.com/palantir/osdk-ts/pull/101
@@ -1,5 +0,0 @@
1
- type: improvement
2
- improvement:
3
- description: Partial interface down selection and conversion to object and back
4
- links:
5
- - https://github.com/palantir/osdk-ts/pull/107
@@ -1,5 +0,0 @@
1
- type: fix
2
- fix:
3
- description: Fix long and decimal types to correctly be strings in legacy-client
4
- links:
5
- - https://github.com/palantir/osdk-ts/pull/113
@@ -1,5 +0,0 @@
1
- type: improvement
2
- improvement:
3
- description: Bump TS and make writing test network mocks easier
4
- links:
5
- - https://github.com/palantir/osdk-ts/pull/120
@@ -1,5 +0,0 @@
1
- type: improvement
2
- improvement:
3
- description: Improves tsconfig
4
- links:
5
- - https://github.com/palantir/osdk-ts/pull/141