@osdk/client 0.22.0-beta.2 → 0.22.0-beta.3
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 +9 -0
- package/build/browser/{chunk-UZNE4SRM.js → chunk-DDW5DG74.js} +3 -3
- package/build/browser/{chunk-UZNE4SRM.js.map → chunk-DDW5DG74.js.map} +1 -1
- package/build/browser/index.js +2 -2
- package/build/browser/public/unstable-do-not-use.js +2 -2
- package/build/esm/{chunk-UZNE4SRM.js → chunk-DDW5DG74.js} +3 -3
- package/build/esm/{chunk-UZNE4SRM.js.map → chunk-DDW5DG74.js.map} +1 -1
- package/build/esm/index.js +2 -2
- package/build/esm/public/unstable-do-not-use.js +2 -2
- package/package.json +10 -10
package/build/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { USER_AGENT } from './chunk-
|
|
2
|
-
export { ActionValidationError, createAttachmentFromRid, createAttachmentUpload, createClient } from './chunk-
|
|
1
|
+
import { USER_AGENT } from './chunk-DDW5DG74.js';
|
|
2
|
+
export { ActionValidationError, createAttachmentFromRid, createAttachmentUpload, createClient } from './chunk-DDW5DG74.js';
|
|
3
3
|
export { isOk } from '@osdk/client.api';
|
|
4
4
|
export { PalantirApiError } from '@osdk/shared.net.errors';
|
|
5
5
|
import { createSharedClientContext } from '@osdk/shared.client.impl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createSimpleAsyncCache, createClientInternal, createObjectSet, esm_exports, convertWireToOsdkObjects } from '../chunk-
|
|
2
|
-
export { augment } from '../chunk-
|
|
1
|
+
import { createSimpleAsyncCache, createClientInternal, createObjectSet, esm_exports, convertWireToOsdkObjects } from '../chunk-DDW5DG74.js';
|
|
2
|
+
export { augment } from '../chunk-DDW5DG74.js';
|
|
3
3
|
import { symbolClientContext } from '@osdk/shared.client';
|
|
4
4
|
import { getBulkLinksPage, getLinkTypesForObjectTypes, loadOntologyEntities, createTemporaryObjectSet, loadAllOntologies } from '@osdk/client.unstable';
|
|
5
5
|
import { batchEnableWatcher } from '@osdk/client.unstable.osw';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/client",
|
|
3
|
-
"version": "0.22.0-beta.
|
|
3
|
+
"version": "0.22.0-beta.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"tiny-invariant": "^1.3.1",
|
|
29
29
|
"type-fest": "^4.18.2",
|
|
30
30
|
"ws": "^8.18.0",
|
|
31
|
-
"@osdk/api": "~1.
|
|
32
|
-
"@osdk/client.api": "0.22.0-beta.
|
|
31
|
+
"@osdk/api": "~1.10.0-beta.0",
|
|
32
|
+
"@osdk/client.api": "0.22.0-beta.3",
|
|
33
33
|
"@osdk/client.unstable": "0.1.0",
|
|
34
34
|
"@osdk/client.unstable.osw": "0.1.0",
|
|
35
|
-
"@osdk/generator-converters": "~0.
|
|
35
|
+
"@osdk/generator-converters": "~0.8.0-beta.0",
|
|
36
|
+
"@osdk/shared.client": "~0.0.0",
|
|
36
37
|
"@osdk/shared.client.impl": "~0.1.0",
|
|
37
38
|
"@osdk/shared.net.errors": "~1.1.0",
|
|
38
|
-
"@osdk/shared.net.fetch": "~0.1.0"
|
|
39
|
-
"@osdk/shared.client": "~0.0.0"
|
|
39
|
+
"@osdk/shared.net.fetch": "~0.1.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"pino": "^9.1.0"
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"ts-expect": "^1.3.0",
|
|
65
65
|
"typescript": "^5.5.4",
|
|
66
66
|
"zod": "^3.23.8",
|
|
67
|
-
"@osdk/client.test.ontology": "~1.2.0-beta.
|
|
68
|
-
"@osdk/internal.foundry": "~0.
|
|
69
|
-
"@osdk/internal.foundry
|
|
67
|
+
"@osdk/client.test.ontology": "~1.2.0-beta.3",
|
|
68
|
+
"@osdk/internal.foundry.core": "~0.2.0-beta.1",
|
|
69
|
+
"@osdk/internal.foundry": "~0.5.0-beta.1",
|
|
70
70
|
"@osdk/monorepo.api-extractor": "~0.0.0",
|
|
71
71
|
"@osdk/monorepo.tsconfig": "~0.0.0",
|
|
72
72
|
"@osdk/monorepo.tsup": "~0.0.0",
|
|
73
|
-
"@osdk/shared.test": "~1.
|
|
73
|
+
"@osdk/shared.test": "~1.7.0-beta.0"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|