@osdk/generator-converters 0.3.0 → 0.4.1-main-20240411211601

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-20240411211601
4
+
5
+ ### Patch Changes
6
+
7
+ - @osdk/api@1.6.1-main-20240411211601
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator-converters",
3
- "version": "0.3.0",
3
+ "version": "0.4.1-main-20240411211601",
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.5.0",
25
- "@osdk/gateway": "2.1.0"
24
+ "@osdk/api": "1.6.1-main-20240411211601",
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"
@@ -47,13 +46,12 @@
47
46
  "types": "./build/types/index.d.ts",
48
47
  "scripts": {
49
48
  "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
50
- "dev:transpile": "tsup --watch",
51
49
  "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
52
50
  "lint": "eslint . && dprint check --config $(find-up dprint.json)",
53
51
  "test": "vitest run",
54
52
  "test:watch": "vitest",
55
53
  "transpile": "tsup",
56
54
  "transpileWatch": "tsup --watch",
57
- "typecheck": "tsc-absolute --build"
55
+ "typecheck": "tsc-absolute"
58
56
  }
59
57
  }
@@ -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