@uniformdev/mesh-sdk 20.75.1-alpha.16 → 20.76.2

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/dist/index.esm.js CHANGED
@@ -18,7 +18,7 @@ var _IntegrationDefinitionClient = class _IntegrationDefinitionClient extends Ap
18
18
  const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url), { ...options, teamId });
19
19
  return await this.apiClient(fetchUri);
20
20
  }
21
- /** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link rotateCredential}. */
21
+ /** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link IntegrationDefinitionClient.rotateCredential}. */
22
22
  async upsert(body) {
23
23
  const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url));
24
24
  return await this.apiClient(fetchUri, {
@@ -167,7 +167,7 @@ var getLogger = (prefix, debug) => {
167
167
  };
168
168
 
169
169
  // src/temp/version.ts
170
- var UNIFORM_MESH_SDK_VERSION = "20.75.0";
170
+ var UNIFORM_MESH_SDK_VERSION = "20.76.2";
171
171
 
172
172
  // src/framepost/constants.ts
173
173
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.js CHANGED
@@ -64,7 +64,7 @@ var _IntegrationDefinitionClient = class _IntegrationDefinitionClient extends im
64
64
  const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url), { ...options, teamId });
65
65
  return await this.apiClient(fetchUri);
66
66
  }
67
- /** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link rotateCredential}. */
67
+ /** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link IntegrationDefinitionClient.rotateCredential}. */
68
68
  async upsert(body) {
69
69
  const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url));
70
70
  return await this.apiClient(fetchUri, {
@@ -213,7 +213,7 @@ var getLogger = (prefix, debug) => {
213
213
  };
214
214
 
215
215
  // src/temp/version.ts
216
- var UNIFORM_MESH_SDK_VERSION = "20.75.0";
216
+ var UNIFORM_MESH_SDK_VERSION = "20.76.2";
217
217
 
218
218
  // src/framepost/constants.ts
219
219
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
package/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ var _IntegrationDefinitionClient = class _IntegrationDefinitionClient extends Ap
18
18
  const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url), { ...options, teamId });
19
19
  return await this.apiClient(fetchUri);
20
20
  }
21
- /** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link rotateCredential}. */
21
+ /** Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via {@link IntegrationDefinitionClient.rotateCredential}. */
22
22
  async upsert(body) {
23
23
  const fetchUri = this.createUrl(__privateGet(_IntegrationDefinitionClient, _url));
24
24
  return await this.apiClient(fetchUri, {
@@ -167,7 +167,7 @@ var getLogger = (prefix, debug) => {
167
167
  };
168
168
 
169
169
  // src/temp/version.ts
170
- var UNIFORM_MESH_SDK_VERSION = "20.75.0";
170
+ var UNIFORM_MESH_SDK_VERSION = "20.76.2";
171
171
 
172
172
  // src/framepost/constants.ts
173
173
  var DEFAULT_REQUEST_TIMEOUT = 5e3;
@@ -343,7 +343,7 @@ interface VerifyDelegationTokenOptions {
343
343
  jwksUrl?: string | URL;
344
344
  /**
345
345
  * Clock tolerance in seconds for `exp` / `nbf` validation.
346
- * @default 2
346
+ * @defaultValue 2
347
347
  */
348
348
  clockToleranceSeconds?: number;
349
349
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk",
3
- "version": "20.75.1-alpha.16+4e56d1cd21",
3
+ "version": "20.76.2",
4
4
  "description": "Uniform Mesh Framework SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -51,10 +51,10 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@uniformdev/assets": "20.75.1-alpha.16+4e56d1cd21",
55
- "@uniformdev/canvas": "20.75.1-alpha.16+4e56d1cd21",
56
- "@uniformdev/context": "20.75.1-alpha.16+4e56d1cd21",
57
- "@uniformdev/project-map": "20.75.1-alpha.16+4e56d1cd21",
54
+ "@uniformdev/assets": "20.76.2",
55
+ "@uniformdev/canvas": "20.76.2",
56
+ "@uniformdev/context": "20.76.2",
57
+ "@uniformdev/project-map": "20.76.2",
58
58
  "cookie": "^1.1.1",
59
59
  "imagesloaded": "^5.0.0",
60
60
  "jose": "^6.2.2",
@@ -64,5 +64,5 @@
64
64
  "@types/imagesloaded": "^4.1.2",
65
65
  "openai": "6.44.0"
66
66
  },
67
- "gitHead": "4e56d1cd21f2d4a02b13d733e51fb71441cac298"
67
+ "gitHead": "d977f0afc2aa754b18053d9455e007712e712dbb"
68
68
  }