@thirdweb-dev/service-utils 0.4.42 → 0.4.43

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/cjs/index.js CHANGED
@@ -1,9 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.authorizeDomain = exports.authorizeBundleId = void 0;
3
+ exports.authorizeDomain = exports.authorizeBundleId = exports.fetchKeyMetadataFromApi = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  // Exports the public service definitions.
6
6
  tslib_1.__exportStar(require("./core/services.js"), exports);
7
+ var api_js_1 = require("./core/api.js");
8
+ Object.defineProperty(exports, "fetchKeyMetadataFromApi", { enumerable: true, get: function () { return api_js_1.fetchKeyMetadataFromApi; } });
7
9
  var client_js_1 = require("./core/authorize/client.js");
8
10
  Object.defineProperty(exports, "authorizeBundleId", { enumerable: true, get: function () { return client_js_1.authorizeBundleId; } });
9
11
  Object.defineProperty(exports, "authorizeDomain", { enumerable: true, get: function () { return client_js_1.authorizeDomain; } });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,0CAA0C;AAC1C,6DAAmC;AAYnC,wDAGoC;AAFlC,8GAAA,iBAAiB,OAAA;AACjB,4GAAA,eAAe,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,0CAA0C;AAC1C,6DAAmC;AAWnC,wCAAwD;AAA/C,iHAAA,uBAAuB,OAAA;AAEhC,wDAGoC;AAFlC,8GAAA,iBAAiB,OAAA;AACjB,4GAAA,eAAe,OAAA"}
package/dist/esm/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  // Exports the public service definitions.
2
2
  export * from "./core/services.js";
3
+ export { fetchKeyMetadataFromApi } from "./core/api.js";
3
4
  export { authorizeBundleId, authorizeDomain, } from "./core/authorize/client.js";
4
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,cAAc,oBAAoB,CAAC;AAYnC,OAAO,EACL,iBAAiB,EACjB,eAAe,GAChB,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,cAAc,oBAAoB,CAAC;AAWnC,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAExD,OAAO,EACL,iBAAiB,EACjB,eAAe,GAChB,MAAM,4BAA4B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./core/services.js";
2
- export type { ApiKeyMetadata, AccountMetadata, ApiAccountResponse, ApiResponse, CoreServiceConfig, PolicyResult, UserOpData, fetchKeyMetadataFromApi, } from "./core/api.js";
2
+ export type { ApiKeyMetadata, AccountMetadata, ApiAccountResponse, ApiResponse, CoreServiceConfig, PolicyResult, UserOpData, } from "./core/api.js";
3
+ export { fetchKeyMetadataFromApi } from "./core/api.js";
3
4
  export { authorizeBundleId, authorizeDomain, } from "./core/authorize/client.js";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,oBAAoB,CAAC;AACnC,YAAY,EACV,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,UAAU,EACV,uBAAuB,GACxB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,iBAAiB,EACjB,eAAe,GAChB,MAAM,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,oBAAoB,CAAC;AACnC,YAAY,EACV,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,UAAU,GACX,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAExD,OAAO,EACL,iBAAiB,EACjB,eAAe,GAChB,MAAM,4BAA4B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirdweb-dev/service-utils",
3
- "version": "0.4.42",
3
+ "version": "0.4.43",
4
4
  "type": "module",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",