@thirdweb-dev/service-utils 0.4.28 → 0.4.29-nightly-9d410c6a5409848fa6c7cc4f1c0fc6ec3a6fa6e8-20240510213648
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/declarations/src/core/services.d.ts +3 -3
- package/dist/{services-2c86ab65.esm.js → services-5ebf68d5.esm.js} +1 -1
- package/dist/{services-33df3ac8.cjs.dev.js → services-628562db.cjs.prod.js} +1 -1
- package/dist/{services-e83da8ae.cjs.prod.js → services-97e0f9a0.cjs.dev.js} +1 -1
- package/dist/thirdweb-dev-service-utils.cjs.dev.js +1 -1
- package/dist/thirdweb-dev-service-utils.cjs.prod.js +1 -1
- package/dist/thirdweb-dev-service-utils.esm.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 +2 -2
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
var index = require('../../dist/index-1fdaaa60.cjs.dev.js');
|
6
6
|
var aws4fetch = require('aws4fetch');
|
7
7
|
var zod = require('zod');
|
8
|
-
var services = require('../../dist/services-
|
8
|
+
var services = require('../../dist/services-97e0f9a0.cjs.dev.js');
|
9
9
|
|
10
10
|
// Initialize a singleton for aws usage.
|
11
11
|
let _aws;
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
var index = require('../../dist/index-9b21f405.cjs.prod.js');
|
6
6
|
var aws4fetch = require('aws4fetch');
|
7
7
|
var zod = require('zod');
|
8
|
-
var services = require('../../dist/services-
|
8
|
+
var services = require('../../dist/services-628562db.cjs.prod.js');
|
9
9
|
|
10
10
|
// Initialize a singleton for aws usage.
|
11
11
|
let _aws;
|
@@ -2,7 +2,7 @@ import { a as authorize } from '../../dist/index-1216f784.esm.js';
|
|
2
2
|
export { r as rateLimit, u as usageLimit } from '../../dist/index-1216f784.esm.js';
|
3
3
|
import { AwsClient } from 'aws4fetch';
|
4
4
|
import { z } from 'zod';
|
5
|
-
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from '../../dist/services-
|
5
|
+
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from '../../dist/services-5ebf68d5.esm.js';
|
6
6
|
|
7
7
|
// Initialize a singleton for aws usage.
|
8
8
|
let _aws;
|
@@ -33,7 +33,7 @@ export declare const SERVICE_DEFINITIONS: {
|
|
33
33
|
};
|
34
34
|
readonly embeddedWallets: {
|
35
35
|
readonly name: "embeddedWallets";
|
36
|
-
readonly title: "
|
36
|
+
readonly title: "In-App Wallets";
|
37
37
|
readonly description: "E-mail and social login wallets for easy web3 onboarding";
|
38
38
|
readonly actions: readonly [];
|
39
39
|
};
|
@@ -81,7 +81,7 @@ export declare const SERVICES: ({
|
|
81
81
|
readonly actions: readonly [];
|
82
82
|
} | {
|
83
83
|
readonly name: "embeddedWallets";
|
84
|
-
readonly title: "
|
84
|
+
readonly title: "In-App Wallets";
|
85
85
|
readonly description: "E-mail and social login wallets for easy web3 onboarding";
|
86
86
|
readonly actions: readonly [];
|
87
87
|
} | {
|
@@ -132,7 +132,7 @@ export declare function getServiceByName(name: ServiceName): {
|
|
132
132
|
readonly actions: readonly [];
|
133
133
|
} | {
|
134
134
|
readonly name: "embeddedWallets";
|
135
|
-
readonly title: "
|
135
|
+
readonly title: "In-App Wallets";
|
136
136
|
readonly description: "E-mail and social login wallets for easy web3 onboarding";
|
137
137
|
readonly actions: readonly [];
|
138
138
|
} | {
|
@@ -36,7 +36,7 @@ const SERVICE_DEFINITIONS = {
|
|
36
36
|
},
|
37
37
|
embeddedWallets: {
|
38
38
|
name: "embeddedWallets",
|
39
|
-
title: "
|
39
|
+
title: "In-App Wallets",
|
40
40
|
description: "E-mail and social login wallets for easy web3 onboarding",
|
41
41
|
// all actions allowed
|
42
42
|
actions: []
|
@@ -38,7 +38,7 @@ const SERVICE_DEFINITIONS = {
|
|
38
38
|
},
|
39
39
|
embeddedWallets: {
|
40
40
|
name: "embeddedWallets",
|
41
|
-
title: "
|
41
|
+
title: "In-App Wallets",
|
42
42
|
description: "E-mail and social login wallets for easy web3 onboarding",
|
43
43
|
// all actions allowed
|
44
44
|
actions: []
|
@@ -38,7 +38,7 @@ const SERVICE_DEFINITIONS = {
|
|
38
38
|
},
|
39
39
|
embeddedWallets: {
|
40
40
|
name: "embeddedWallets",
|
41
|
-
title: "
|
41
|
+
title: "In-App Wallets",
|
42
42
|
description: "E-mail and social login wallets for easy web3 onboarding",
|
43
43
|
// all actions allowed
|
44
44
|
actions: []
|
@@ -1 +1 @@
|
|
1
|
-
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from './services-
|
1
|
+
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from './services-5ebf68d5.esm.js';
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
5
5
|
var node_crypto = require('node:crypto');
|
6
6
|
var index = require('../../dist/index-1fdaaa60.cjs.dev.js');
|
7
|
-
var services = require('../../dist/services-
|
7
|
+
var services = require('../../dist/services-97e0f9a0.cjs.dev.js');
|
8
8
|
|
9
9
|
/**
|
10
10
|
*
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
5
5
|
var node_crypto = require('node:crypto');
|
6
6
|
var index = require('../../dist/index-9b21f405.cjs.prod.js');
|
7
|
-
var services = require('../../dist/services-
|
7
|
+
var services = require('../../dist/services-628562db.cjs.prod.js');
|
8
8
|
|
9
9
|
/**
|
10
10
|
*
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { createHash } from 'node:crypto';
|
2
2
|
import { a as authorize } from '../../dist/index-1216f784.esm.js';
|
3
3
|
export { r as rateLimit, u as usageLimit } from '../../dist/index-1216f784.esm.js';
|
4
|
-
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from '../../dist/services-
|
4
|
+
export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from '../../dist/services-5ebf68d5.esm.js';
|
5
5
|
|
6
6
|
/**
|
7
7
|
*
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@thirdweb-dev/service-utils",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.29-nightly-9d410c6a5409848fa6c7cc4f1c0fc6ec3a6fa6e8-20240510213648",
|
4
4
|
"main": "dist/thirdweb-dev-service-utils.cjs.js",
|
5
5
|
"module": "dist/thirdweb-dev-service-utils.esm.js",
|
6
6
|
"exports": {
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"devDependencies": {
|
46
46
|
"@cloudflare/workers-types": "4.20240405.0",
|
47
47
|
"@preconstruct/cli": "2.7.0",
|
48
|
-
"@thirdweb-dev/tsconfig": "^0.1.
|
48
|
+
"@thirdweb-dev/tsconfig": "^0.1.8-nightly-9d410c6a5409848fa6c7cc4f1c0fc6ec3a6fa6e8-20240510213648",
|
49
49
|
"@types/node": "20.12.7",
|
50
50
|
"typescript": "5.4.4"
|
51
51
|
},
|