@osdk/generator 1.10.0-main-20240412174954 → 1.10.0-main-20240419171533
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wireObjectTypeV2ToV1ObjectInterfaceString.d.ts","sourceRoot":"","sources":["../../../src/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAEV,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAG7B,wBAAgB,yCAAyC,CACvD,mBAAmB,EAAE,sBAAsB,EAC3C,SAAS,SAAK,
|
|
1
|
+
{"version":3,"file":"wireObjectTypeV2ToV1ObjectInterfaceString.d.ts","sourceRoot":"","sources":["../../../src/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAEV,sBAAsB,EACvB,MAAM,qBAAqB,CAAC;AAG7B,wBAAgB,yCAAyC,CACvD,mBAAmB,EAAE,sBAAsB,EAC3C,SAAS,SAAK,UA2Ef;AAgDD,wBAAgB,uBAAuB,CACrC,WAAW,CAAC,EAAE,MAAM,EACpB,cAAc,CAAC,EAAE,OAAO,UAQzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/generator",
|
|
3
|
-
"version": "1.10.0-main-
|
|
3
|
+
"version": "1.10.0-main-20240419171533",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"prettier": "^3.0.3",
|
|
26
26
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
27
27
|
"tiny-invariant": "^1.3.1",
|
|
28
|
-
"@osdk/api": "1.6.
|
|
28
|
+
"@osdk/api": "1.6.2-main-20240419171533",
|
|
29
29
|
"@osdk/gateway": "2.2.0",
|
|
30
|
-
"@osdk/generator-converters": "0.4.1-main-
|
|
30
|
+
"@osdk/generator-converters": "0.4.1-main-20240419171533"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^18.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
|
|
55
55
|
"fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
|
|
56
56
|
"lint": "eslint . && dprint check --config $(find-up dprint.json)",
|
|
57
|
-
"test": "vitest run",
|
|
57
|
+
"test": "vitest run --pool=forks",
|
|
58
58
|
"test:watch": "vitest",
|
|
59
59
|
"transpile": "tsup",
|
|
60
60
|
"transpileWatch": "tsup --watch",
|