@osdk/generator 1.10.0 → 1.11.0-main-20240514141215

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.
@@ -91,6 +91,7 @@ export declare const TodoWireOntology: {
91
91
  foreignKeyPropertyApiName: string;
92
92
  }[];
93
93
  implementsInterfaces: never[];
94
+ implementsInterfaces2: {};
94
95
  sharedPropertyTypeMapping: {};
95
96
  };
96
97
  Person: {
@@ -119,6 +120,7 @@ export declare const TodoWireOntology: {
119
120
  foreignKeyPropertyApiName: string;
120
121
  }[];
121
122
  implementsInterfaces: never[];
123
+ implementsInterfaces2: {};
122
124
  sharedPropertyTypeMapping: {};
123
125
  };
124
126
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TodoWireOntology.d.ts","sourceRoot":"","sources":["../../../../src/util/test/TodoWireOntology.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6IK,CAAC"}
1
+ {"version":3,"file":"TodoWireOntology.d.ts","sourceRoot":"","sources":["../../../../src/util/test/TodoWireOntology.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/generator",
3
- "version": "1.10.0",
3
+ "version": "1.11.0-main-20240514141215",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -11,11 +11,13 @@
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./build/types/index.d.ts",
14
+ "browser": "./build/js/index.browser.mjs",
14
15
  "import": "./build/js/index.mjs",
15
16
  "require": "./build/js/index.cjs"
16
17
  },
17
18
  "./*": {
18
19
  "types": "./build/types/public/*.d.ts",
20
+ "browser": "./build/js/public/*.browser.mjs",
19
21
  "import": "./build/js/public/*.mjs",
20
22
  "require": "./build/js/public/*.cjs"
21
23
  }
@@ -23,17 +25,17 @@
23
25
  "dependencies": {
24
26
  "fetch-retry": "^5.0.6",
25
27
  "prettier": "^3.0.3",
26
- "prettier-plugin-organize-imports": "^3.2.3",
28
+ "prettier-plugin-organize-imports": "^3.2.4",
27
29
  "tiny-invariant": "^1.3.1",
28
- "@osdk/api": "^1.7.0",
29
- "@osdk/gateway": "^2.2.0",
30
- "@osdk/generator-converters": "^0.5.0"
30
+ "@osdk/api": "^1.8.0-main-20240514141215",
31
+ "@osdk/gateway": "^2.3.0-main-20240514141215",
32
+ "@osdk/generator-converters": "^0.5.1-main-20240514141215"
31
33
  },
32
34
  "devDependencies": {
33
35
  "@types/node": "^18.0.0",
34
36
  "ts-expect": "^1.3.0",
35
- "typescript": "^5.4.2",
36
- "vitest": "^1.4.0"
37
+ "typescript": "^5.4.5",
38
+ "vitest": "^1.6.0"
37
39
  },
38
40
  "publishConfig": {
39
41
  "access": "public"