@thirdweb-dev/service-utils 0.4.0 → 0.4.1-nightly-6979810d-20230806041732
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/cf-worker/dist/thirdweb-dev-service-utils-cf-worker.cjs.dev.js +1 -1
- package/cf-worker/dist/thirdweb-dev-service-utils-cf-worker.cjs.prod.js +1 -1
- package/cf-worker/dist/thirdweb-dev-service-utils-cf-worker.esm.js +1 -1
- package/dist/{index-f4c85072.esm.js → index-60edcd2b.esm.js} +1 -1
- package/dist/{index-6e878a86.cjs.dev.js → index-bb16a39e.cjs.prod.js} +1 -1
- package/dist/{index-bd1fbe19.cjs.prod.js → index-e83fdf2d.cjs.dev.js} +1 -1
- package/node/dist/thirdweb-dev-service-utils-node.cjs.dev.js +1 -1
- package/node/dist/thirdweb-dev-service-utils-node.cjs.prod.js +1 -1
- package/node/dist/thirdweb-dev-service-utils-node.esm.js +1 -1
- package/package.json +1 -1
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var index = require('../../dist/index-
|
5
|
+
var index = require('../../dist/index-e83fdf2d.cjs.dev.js');
|
6
6
|
var services = require('../../dist/services-a3f36057.cjs.dev.js');
|
7
7
|
var aws4fetch = require('aws4fetch');
|
8
8
|
var zod = require('zod');
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var index = require('../../dist/index-
|
5
|
+
var index = require('../../dist/index-bb16a39e.cjs.prod.js');
|
6
6
|
var services = require('../../dist/services-9e185105.cjs.prod.js');
|
7
7
|
var aws4fetch = require('aws4fetch');
|
8
8
|
var zod = require('zod');
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { a as authorize } from '../../dist/index-
|
1
|
+
import { a as authorize } from '../../dist/index-60edcd2b.esm.js';
|
2
2
|
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from '../../dist/services-86283509.esm.js';
|
3
3
|
import { AwsClient } from 'aws4fetch';
|
4
4
|
import { z } from 'zod';
|
@@ -270,7 +270,7 @@ async function authorize(authData, serviceConfig, cacheOptions) {
|
|
270
270
|
return {
|
271
271
|
authorized: false,
|
272
272
|
status: 500,
|
273
|
-
errorMessage: "Failed to account information.",
|
273
|
+
errorMessage: "Failed to get account information.",
|
274
274
|
errorCode: "FAILED_TO_ACCOUNT"
|
275
275
|
};
|
276
276
|
}
|
@@ -272,7 +272,7 @@ async function authorize(authData, serviceConfig, cacheOptions) {
|
|
272
272
|
return {
|
273
273
|
authorized: false,
|
274
274
|
status: 500,
|
275
|
-
errorMessage: "Failed to account information.",
|
275
|
+
errorMessage: "Failed to get account information.",
|
276
276
|
errorCode: "FAILED_TO_ACCOUNT"
|
277
277
|
};
|
278
278
|
}
|
@@ -272,7 +272,7 @@ async function authorize(authData, serviceConfig, cacheOptions) {
|
|
272
272
|
return {
|
273
273
|
authorized: false,
|
274
274
|
status: 500,
|
275
|
-
errorMessage: "Failed to account information.",
|
275
|
+
errorMessage: "Failed to get account information.",
|
276
276
|
errorCode: "FAILED_TO_ACCOUNT"
|
277
277
|
};
|
278
278
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
5
|
var node_crypto = require('node:crypto');
|
6
|
-
var index = require('../../dist/index-
|
6
|
+
var index = require('../../dist/index-e83fdf2d.cjs.dev.js');
|
7
7
|
var services = require('../../dist/services-a3f36057.cjs.dev.js');
|
8
8
|
|
9
9
|
async function authorizeNode(authInput, serviceConfig) {
|
@@ -3,7 +3,7 @@
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
5
|
var node_crypto = require('node:crypto');
|
6
|
-
var index = require('../../dist/index-
|
6
|
+
var index = require('../../dist/index-bb16a39e.cjs.prod.js');
|
7
7
|
var services = require('../../dist/services-9e185105.cjs.prod.js');
|
8
8
|
|
9
9
|
async function authorizeNode(authInput, serviceConfig) {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { createHash } from 'node:crypto';
|
2
|
-
import { a as authorize } from '../../dist/index-
|
2
|
+
import { a as authorize } from '../../dist/index-60edcd2b.esm.js';
|
3
3
|
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from '../../dist/services-86283509.esm.js';
|
4
4
|
|
5
5
|
async function authorizeNode(authInput, serviceConfig) {
|
package/package.json
CHANGED