@thirdweb-dev/service-utils 0.4.21 → 0.4.22-nightly-802ba8c5a-20240315214539
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-2aecbda8.esm.js → services-2c86ab65.esm.js} +1 -1
- package/dist/{services-508322f3.cjs.dev.js → services-33df3ac8.cjs.dev.js} +1 -1
- package/dist/{services-5c4d6977.cjs.prod.js → services-e83da8ae.cjs.prod.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 +1 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
var index = require('../../dist/index-654b0c0c.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-33df3ac8.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-5d77a48b.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-e83da8ae.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-4aff8737.esm.js';
|
|
2
2
|
export { r as rateLimit, u as usageLimit } from '../../dist/index-4aff8737.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-2c86ab65.esm.js';
|
6
6
|
|
7
7
|
// Initialize a singleton for aws usage.
|
8
8
|
let _aws;
|
@@ -21,7 +21,7 @@ export declare const SERVICE_DEFINITIONS: {
|
|
21
21
|
};
|
22
22
|
readonly bundler: {
|
23
23
|
readonly name: "bundler";
|
24
|
-
readonly title: "
|
24
|
+
readonly title: "Account Abstraction";
|
25
25
|
readonly description: "Bundler & Paymaster services";
|
26
26
|
readonly actions: readonly [];
|
27
27
|
};
|
@@ -71,7 +71,7 @@ export declare const SERVICES: ({
|
|
71
71
|
readonly actions: readonly [];
|
72
72
|
} | {
|
73
73
|
readonly name: "bundler";
|
74
|
-
readonly title: "
|
74
|
+
readonly title: "Account Abstraction";
|
75
75
|
readonly description: "Bundler & Paymaster services";
|
76
76
|
readonly actions: readonly [];
|
77
77
|
} | {
|
@@ -122,7 +122,7 @@ export declare function getServiceByName(name: ServiceName): {
|
|
122
122
|
readonly actions: readonly [];
|
123
123
|
} | {
|
124
124
|
readonly name: "bundler";
|
125
|
-
readonly title: "
|
125
|
+
readonly title: "Account Abstraction";
|
126
126
|
readonly description: "Bundler & Paymaster services";
|
127
127
|
readonly actions: readonly [];
|
128
128
|
} | {
|
@@ -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-2c86ab65.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-654b0c0c.cjs.dev.js');
|
7
|
-
var services = require('../../dist/services-
|
7
|
+
var services = require('../../dist/services-33df3ac8.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-5d77a48b.cjs.prod.js');
|
7
|
-
var services = require('../../dist/services-
|
7
|
+
var services = require('../../dist/services-e83da8ae.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-4aff8737.esm.js';
|
3
3
|
export { r as rateLimit, u as usageLimit } from '../../dist/index-4aff8737.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-2c86ab65.esm.js';
|
5
5
|
|
6
6
|
/**
|
7
7
|
*
|
package/package.json
CHANGED