@thirdweb-dev/service-utils 0.0.0-dev-ec9033f-20230921002706 → 0.0.0-dev-b3b008d-20230921180632
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 +1 -17
- package/dist/declarations/src/core/services.d.ts.map +1 -1
- package/dist/{services-bc12a5f6.esm.js → services-86283509.esm.js} +0 -7
- package/dist/{services-04997839.cjs.prod.js → services-9e185105.cjs.prod.js} +0 -7
- package/dist/{services-79b4664f.cjs.dev.js → services-a3f36057.cjs.dev.js} +0 -7
- 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 +1 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
var index = require('../../dist/index-807f6a60.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-a3f36057.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-cfc8027b.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-9e185105.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, r as rateLimit } from '../../dist/index-bcf68113.esm.js
|
|
2
2
|
export { r as rateLimit, u as usageLimit } from '../../dist/index-bcf68113.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-86283509.esm.js';
|
6
6
|
|
7
7
|
// Initialize a singleton for aws usage.
|
8
8
|
let _aws;
|
@@ -31,14 +31,8 @@ export declare const SERVICE_DEFINITIONS: {
|
|
31
31
|
readonly description: "Enable gasless transactions";
|
32
32
|
readonly actions: readonly [];
|
33
33
|
};
|
34
|
-
readonly embeddedWallets: {
|
35
|
-
readonly name: "embeddedWallets";
|
36
|
-
readonly title: "Embedded Wallets";
|
37
|
-
readonly description: "E-mail and social login wallets for easy web3 onboarding";
|
38
|
-
readonly actions: readonly [];
|
39
|
-
};
|
40
34
|
};
|
41
|
-
export declare const SERVICE_NAMES: ("storage" | "rpc" | "bundler" | "relayer"
|
35
|
+
export declare const SERVICE_NAMES: ("storage" | "rpc" | "bundler" | "relayer")[];
|
42
36
|
export declare const SERVICES: ({
|
43
37
|
readonly name: "storage";
|
44
38
|
readonly title: "Storage";
|
@@ -67,11 +61,6 @@ export declare const SERVICES: ({
|
|
67
61
|
readonly title: "Gasless Relayer";
|
68
62
|
readonly description: "Enable gasless transactions";
|
69
63
|
readonly actions: readonly [];
|
70
|
-
} | {
|
71
|
-
readonly name: "embeddedWallets";
|
72
|
-
readonly title: "Embedded Wallets";
|
73
|
-
readonly description: "E-mail and social login wallets for easy web3 onboarding";
|
74
|
-
readonly actions: readonly [];
|
75
64
|
})[];
|
76
65
|
export type ServiceName = (typeof SERVICE_NAMES)[number];
|
77
66
|
export type ServiceAction = {
|
@@ -108,10 +97,5 @@ export declare function getServiceByName(name: ServiceName): {
|
|
108
97
|
readonly title: "Gasless Relayer";
|
109
98
|
readonly description: "Enable gasless transactions";
|
110
99
|
readonly actions: readonly [];
|
111
|
-
} | {
|
112
|
-
readonly name: "embeddedWallets";
|
113
|
-
readonly title: "Embedded Wallets";
|
114
|
-
readonly description: "E-mail and social login wallets for easy web3 onboarding";
|
115
|
-
readonly actions: readonly [];
|
116
100
|
};
|
117
101
|
//# sourceMappingURL=services.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"services.d.ts","sourceRoot":"../../../../src/core","sources":["services.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB
|
1
|
+
{"version":3,"file":"services.d.ts","sourceRoot":"../../../../src/core","sources":["services.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCtB,CAAC;AAEX,eAAO,MAAM,aAAa,+CAEe,CAAC;AAE1C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAqC,CAAC;AAE3D,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzD,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,OAAO,GACjB,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjD"}
|
@@ -33,13 +33,6 @@ const SERVICE_DEFINITIONS = {
|
|
33
33
|
description: "Enable gasless transactions",
|
34
34
|
// all actions allowed
|
35
35
|
actions: []
|
36
|
-
},
|
37
|
-
embeddedWallets: {
|
38
|
-
name: "embeddedWallets",
|
39
|
-
title: "Embedded Wallets",
|
40
|
-
description: "E-mail and social login wallets for easy web3 onboarding",
|
41
|
-
// all actions allowed
|
42
|
-
actions: []
|
43
36
|
}
|
44
37
|
};
|
45
38
|
const SERVICE_NAMES = Object.keys(SERVICE_DEFINITIONS);
|
@@ -35,13 +35,6 @@ const SERVICE_DEFINITIONS = {
|
|
35
35
|
description: "Enable gasless transactions",
|
36
36
|
// all actions allowed
|
37
37
|
actions: []
|
38
|
-
},
|
39
|
-
embeddedWallets: {
|
40
|
-
name: "embeddedWallets",
|
41
|
-
title: "Embedded Wallets",
|
42
|
-
description: "E-mail and social login wallets for easy web3 onboarding",
|
43
|
-
// all actions allowed
|
44
|
-
actions: []
|
45
38
|
}
|
46
39
|
};
|
47
40
|
const SERVICE_NAMES = Object.keys(SERVICE_DEFINITIONS);
|
@@ -35,13 +35,6 @@ const SERVICE_DEFINITIONS = {
|
|
35
35
|
description: "Enable gasless transactions",
|
36
36
|
// all actions allowed
|
37
37
|
actions: []
|
38
|
-
},
|
39
|
-
embeddedWallets: {
|
40
|
-
name: "embeddedWallets",
|
41
|
-
title: "Embedded Wallets",
|
42
|
-
description: "E-mail and social login wallets for easy web3 onboarding",
|
43
|
-
// all actions allowed
|
44
|
-
actions: []
|
45
38
|
}
|
46
39
|
};
|
47
40
|
const SERVICE_NAMES = Object.keys(SERVICE_DEFINITIONS);
|
@@ -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-86283509.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-807f6a60.cjs.dev.js');
|
7
|
-
var services = require('../../dist/services-
|
7
|
+
var services = require('../../dist/services-a3f36057.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-cfc8027b.cjs.prod.js');
|
7
|
-
var services = require('../../dist/services-
|
7
|
+
var services = require('../../dist/services-9e185105.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-bcf68113.esm.js';
|
3
3
|
export { r as rateLimit, u as usageLimit } from '../../dist/index-bcf68113.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-86283509.esm.js';
|
5
5
|
|
6
6
|
/**
|
7
7
|
*
|
package/package.json
CHANGED