@thirdweb-dev/service-utils 0.4.36 → 0.4.37-nightly-af4acc4319fdfb323778694bd8843bd695e52d6b-20240719161043
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 +2 -2
- package/cf-worker/dist/thirdweb-dev-service-utils-cf-worker.cjs.prod.js +2 -2
- package/cf-worker/dist/thirdweb-dev-service-utils-cf-worker.esm.js +3 -3
- package/dist/{client-69520ed5.esm.js → client-8440b8fb.esm.js} +7 -0
- package/dist/{client-7f06a92d.cjs.prod.js → client-84e46164.cjs.prod.js} +7 -0
- package/dist/{client-d41a342d.cjs.dev.js → client-a5cc5822.cjs.dev.js} +7 -0
- package/dist/declarations/src/core/services.d.ts +16 -0
- package/dist/declarations/src/core/services.d.ts.map +1 -1
- package/dist/{index-80e7f1e8.cjs.prod.js → index-36c58a51.cjs.prod.js} +1 -1
- package/dist/{index-e8bc6c3b.cjs.dev.js → index-3933adbc.cjs.dev.js} +1 -1
- package/dist/{index-a59ead84.esm.js → index-6bf55bf9.esm.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 +2 -2
- package/node/dist/thirdweb-dev-service-utils-node.cjs.prod.js +2 -2
- package/node/dist/thirdweb-dev-service-utils-node.esm.js +3 -3
- package/package.json +1 -1
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var index = require('../../dist/index-
|
5
|
+
var index = require('../../dist/index-3933adbc.cjs.dev.js');
|
6
6
|
var aws4fetch = require('aws4fetch');
|
7
7
|
var zod = require('zod');
|
8
|
-
var client = require('../../dist/client-
|
8
|
+
var client = require('../../dist/client-a5cc5822.cjs.dev.js');
|
9
9
|
|
10
10
|
// Initialize a singleton for AWS usage.
|
11
11
|
let _aws;
|
@@ -2,10 +2,10 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var index = require('../../dist/index-
|
5
|
+
var index = require('../../dist/index-36c58a51.cjs.prod.js');
|
6
6
|
var aws4fetch = require('aws4fetch');
|
7
7
|
var zod = require('zod');
|
8
|
-
var client = require('../../dist/client-
|
8
|
+
var client = require('../../dist/client-84e46164.cjs.prod.js');
|
9
9
|
|
10
10
|
// Initialize a singleton for AWS usage.
|
11
11
|
let _aws;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { a as authorize } from '../../dist/index-
|
2
|
-
export { r as rateLimit, u as usageLimit } from '../../dist/index-
|
1
|
+
import { a as authorize } from '../../dist/index-6bf55bf9.esm.js';
|
2
|
+
export { r as rateLimit, u as usageLimit } from '../../dist/index-6bf55bf9.esm.js';
|
3
3
|
import { AwsClient } from 'aws4fetch';
|
4
4
|
import { z } from 'zod';
|
5
|
-
export { d as SERVICES, S as SERVICE_DEFINITIONS, c as SERVICE_NAMES, g as getServiceByName } from '../../dist/client-
|
5
|
+
export { d as SERVICES, S as SERVICE_DEFINITIONS, c as SERVICE_NAMES, g as getServiceByName } from '../../dist/client-8440b8fb.esm.js';
|
6
6
|
|
7
7
|
// Initialize a singleton for AWS usage.
|
8
8
|
let _aws;
|
@@ -47,6 +47,13 @@ const SERVICE_DEFINITIONS = {
|
|
47
47
|
description: "Pay for a blockchain transaction with any currency",
|
48
48
|
// all actions allowed
|
49
49
|
actions: []
|
50
|
+
},
|
51
|
+
chainsaw: {
|
52
|
+
name: "chainsaw",
|
53
|
+
title: "Chainsaw",
|
54
|
+
description: "Indexed data for any EVM chain",
|
55
|
+
// all actions allowed
|
56
|
+
actions: []
|
50
57
|
}
|
51
58
|
};
|
52
59
|
const SERVICE_NAMES = Object.keys(SERVICE_DEFINITIONS);
|
@@ -49,6 +49,13 @@ const SERVICE_DEFINITIONS = {
|
|
49
49
|
description: "Pay for a blockchain transaction with any currency",
|
50
50
|
// all actions allowed
|
51
51
|
actions: []
|
52
|
+
},
|
53
|
+
chainsaw: {
|
54
|
+
name: "chainsaw",
|
55
|
+
title: "Chainsaw",
|
56
|
+
description: "Indexed data for any EVM chain",
|
57
|
+
// all actions allowed
|
58
|
+
actions: []
|
52
59
|
}
|
53
60
|
};
|
54
61
|
const SERVICE_NAMES = Object.keys(SERVICE_DEFINITIONS);
|
@@ -49,6 +49,13 @@ const SERVICE_DEFINITIONS = {
|
|
49
49
|
description: "Pay for a blockchain transaction with any currency",
|
50
50
|
// all actions allowed
|
51
51
|
actions: []
|
52
|
+
},
|
53
|
+
chainsaw: {
|
54
|
+
name: "chainsaw",
|
55
|
+
title: "Chainsaw",
|
56
|
+
description: "Indexed data for any EVM chain",
|
57
|
+
// all actions allowed
|
58
|
+
actions: []
|
52
59
|
}
|
53
60
|
};
|
54
61
|
const SERVICE_NAMES = Object.keys(SERVICE_DEFINITIONS);
|
@@ -43,6 +43,12 @@ export declare const SERVICE_DEFINITIONS: {
|
|
43
43
|
readonly description: "Pay for a blockchain transaction with any currency";
|
44
44
|
readonly actions: readonly [];
|
45
45
|
};
|
46
|
+
readonly chainsaw: {
|
47
|
+
readonly name: "chainsaw";
|
48
|
+
readonly title: "Chainsaw";
|
49
|
+
readonly description: "Indexed data for any EVM chain";
|
50
|
+
readonly actions: readonly [];
|
51
|
+
};
|
46
52
|
};
|
47
53
|
export declare const SERVICE_NAMES: (keyof typeof SERVICE_DEFINITIONS)[];
|
48
54
|
export declare const SERVICES: ({
|
@@ -83,6 +89,11 @@ export declare const SERVICES: ({
|
|
83
89
|
readonly title: "Pay";
|
84
90
|
readonly description: "Pay for a blockchain transaction with any currency";
|
85
91
|
readonly actions: readonly [];
|
92
|
+
} | {
|
93
|
+
readonly name: "chainsaw";
|
94
|
+
readonly title: "Chainsaw";
|
95
|
+
readonly description: "Indexed data for any EVM chain";
|
96
|
+
readonly actions: readonly [];
|
86
97
|
})[];
|
87
98
|
export type ServiceName = (typeof SERVICE_NAMES)[number];
|
88
99
|
export type ServiceAction = {
|
@@ -129,5 +140,10 @@ export declare function getServiceByName(name: ServiceName): {
|
|
129
140
|
readonly title: "Pay";
|
130
141
|
readonly description: "Pay for a blockchain transaction with any currency";
|
131
142
|
readonly actions: readonly [];
|
143
|
+
} | {
|
144
|
+
readonly name: "chainsaw";
|
145
|
+
readonly title: "Chainsaw";
|
146
|
+
readonly description: "Indexed data for any EVM chain";
|
147
|
+
readonly actions: readonly [];
|
132
148
|
};
|
133
149
|
//# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4DtB,CAAC;AAEX,eAAO,MAAM,aAAa,EAErB,CAAC,MAAM,OAAO,mBAAmB,CAAC,EAAE,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"}
|
@@ -1 +1 @@
|
|
1
|
-
export { d as SERVICES, S as SERVICE_DEFINITIONS, c as SERVICE_NAMES, a as authorizeBundleId, b as authorizeDomain, g as getServiceByName } from './client-
|
1
|
+
export { d as SERVICES, S as SERVICE_DEFINITIONS, c as SERVICE_NAMES, a as authorizeBundleId, b as authorizeDomain, g as getServiceByName } from './client-8440b8fb.esm.js';
|
@@ -3,8 +3,8 @@
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
5
|
var node_crypto = require('node:crypto');
|
6
|
-
var index = require('../../dist/index-
|
7
|
-
var client = require('../../dist/client-
|
6
|
+
var index = require('../../dist/index-3933adbc.cjs.dev.js');
|
7
|
+
var client = require('../../dist/client-a5cc5822.cjs.dev.js');
|
8
8
|
|
9
9
|
/**
|
10
10
|
*
|
@@ -3,8 +3,8 @@
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
5
|
var node_crypto = require('node:crypto');
|
6
|
-
var index = require('../../dist/index-
|
7
|
-
var client = require('../../dist/client-
|
6
|
+
var index = require('../../dist/index-36c58a51.cjs.prod.js');
|
7
|
+
var client = require('../../dist/client-84e46164.cjs.prod.js');
|
8
8
|
|
9
9
|
/**
|
10
10
|
*
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { createHash } from 'node:crypto';
|
2
|
-
import { a as authorize } from '../../dist/index-
|
3
|
-
export { r as rateLimit, u as usageLimit } from '../../dist/index-
|
4
|
-
export { d as SERVICES, S as SERVICE_DEFINITIONS, c as SERVICE_NAMES, g as getServiceByName } from '../../dist/client-
|
2
|
+
import { a as authorize } from '../../dist/index-6bf55bf9.esm.js';
|
3
|
+
export { r as rateLimit, u as usageLimit } from '../../dist/index-6bf55bf9.esm.js';
|
4
|
+
export { d as SERVICES, S as SERVICE_DEFINITIONS, c as SERVICE_NAMES, g as getServiceByName } from '../../dist/client-8440b8fb.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.37-nightly-af4acc4319fdfb323778694bd8843bd695e52d6b-20240719161043",
|
4
4
|
"main": "dist/thirdweb-dev-service-utils.cjs.js",
|
5
5
|
"module": "dist/thirdweb-dev-service-utils.esm.js",
|
6
6
|
"exports": {
|