@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.
@@ -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-508322f3.cjs.dev.js');
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-5c4d6977.cjs.prod.js');
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-2aecbda8.esm.js';
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: "Smart Wallets";
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: "Smart Wallets";
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: "Smart Wallets";
125
+ readonly title: "Account Abstraction";
126
126
  readonly description: "Bundler & Paymaster services";
127
127
  readonly actions: readonly [];
128
128
  } | {
@@ -22,7 +22,7 @@ const SERVICE_DEFINITIONS = {
22
22
  },
23
23
  bundler: {
24
24
  name: "bundler",
25
- title: "Smart Wallets",
25
+ title: "Account Abstraction",
26
26
  description: "Bundler & Paymaster services",
27
27
  // all actions allowed
28
28
  actions: []
@@ -24,7 +24,7 @@ const SERVICE_DEFINITIONS = {
24
24
  },
25
25
  bundler: {
26
26
  name: "bundler",
27
- title: "Smart Wallets",
27
+ title: "Account Abstraction",
28
28
  description: "Bundler & Paymaster services",
29
29
  // all actions allowed
30
30
  actions: []
@@ -24,7 +24,7 @@ const SERVICE_DEFINITIONS = {
24
24
  },
25
25
  bundler: {
26
26
  name: "bundler",
27
- title: "Smart Wallets",
27
+ title: "Account Abstraction",
28
28
  description: "Bundler & Paymaster services",
29
29
  // all actions allowed
30
30
  actions: []
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var services = require('./services-508322f3.cjs.dev.js');
5
+ var services = require('./services-33df3ac8.cjs.dev.js');
6
6
 
7
7
 
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var services = require('./services-5c4d6977.cjs.prod.js');
5
+ var services = require('./services-e83da8ae.cjs.prod.js');
6
6
 
7
7
 
8
8
 
@@ -1 +1 @@
1
- export { b as SERVICES, S as SERVICE_DEFINITIONS, a as SERVICE_NAMES, g as getServiceByName } from './services-2aecbda8.esm.js';
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-508322f3.cjs.dev.js');
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-5c4d6977.cjs.prod.js');
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-2aecbda8.esm.js';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirdweb-dev/service-utils",
3
- "version": "0.4.21",
3
+ "version": "0.4.22-nightly-802ba8c5a-20240315214539",
4
4
  "main": "dist/thirdweb-dev-service-utils.cjs.js",
5
5
  "module": "dist/thirdweb-dev-service-utils.esm.js",
6
6
  "exports": {