@osdk/client 0.21.3 → 0.21.4
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 +13 -0
- package/build/browser/{chunk-4EPPWEVB.js → chunk-AMCFX3VC.js} +3 -3
- package/build/{esm/chunk-4EPPWEVB.js.map → browser/chunk-AMCFX3VC.js.map} +1 -1
- package/build/browser/index.js +2 -2
- package/build/browser/public/unstable-do-not-use.js +2 -2
- package/build/cjs/{chunk-ELJ5FKSD.cjs → chunk-BKZR2NQV.cjs} +3 -3
- package/build/cjs/{chunk-ELJ5FKSD.cjs.map → chunk-BKZR2NQV.cjs.map} +1 -1
- package/build/cjs/index.cjs +6 -6
- package/build/cjs/public/unstable-do-not-use.cjs +8 -8
- package/build/esm/Client.d.ts +1 -1
- package/build/esm/{chunk-4EPPWEVB.js → chunk-AMCFX3VC.js} +3 -3
- package/build/{browser/chunk-4EPPWEVB.js.map → esm/chunk-AMCFX3VC.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 +11 -11
package/build/browser/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-AMCFX3VC.js';
|
|
2
|
+
export { ActionValidationError, createAttachmentFromRid, createAttachmentUpload, createClient } from './chunk-AMCFX3VC.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-AMCFX3VC.js';
|
|
2
|
+
export { augment } from '../chunk-AMCFX3VC.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';
|
|
@@ -1945,7 +1945,7 @@ var createStandardOntologyProviderFactory = (client) => {
|
|
|
1945
1945
|
};
|
|
1946
1946
|
|
|
1947
1947
|
// src/util/UserAgent.ts
|
|
1948
|
-
var USER_AGENT = `osdk-client/${"0.21.
|
|
1948
|
+
var USER_AGENT = `osdk-client/${"0.21.4"}`;
|
|
1949
1949
|
|
|
1950
1950
|
// src/createMinimalClient.ts
|
|
1951
1951
|
function createMinimalClient(metadata, baseUrl, tokenProvider, options = {}, fetchFn = global.fetch, objectSetFactory = createObjectSet) {
|
|
@@ -2286,5 +2286,5 @@ exports.createClientInternal = createClientInternal;
|
|
|
2286
2286
|
exports.createObjectSet = createObjectSet;
|
|
2287
2287
|
exports.createSimpleAsyncCache = createSimpleAsyncCache;
|
|
2288
2288
|
exports.esm_exports = esm_exports2;
|
|
2289
|
-
//# sourceMappingURL=chunk-
|
|
2290
|
-
//# sourceMappingURL=chunk-
|
|
2289
|
+
//# sourceMappingURL=chunk-BKZR2NQV.cjs.map
|
|
2290
|
+
//# sourceMappingURL=chunk-BKZR2NQV.cjs.map
|