@layerzerolabs/onesig-model 1.2.32 → 1.2.33
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/dist/index.js +1 -1
- package/dist/model/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './PNCMGEVV.js';
|
|
2
|
-
export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from './45W5UJ2Y.js';
|
|
3
2
|
import './P2ZSGLQK.js';
|
|
4
3
|
export { oneSigSessionSchema } from './5UA4EFKV.js';
|
|
5
4
|
import './JSB7JUTG.js';
|
|
6
5
|
export { InvalidOneSigInputError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, OneSigSessionExpiredError, oneSigServiceErrorSchema } from './XBWMHWDY.js';
|
|
7
6
|
export { oneSigConfigApiResponseSchema } from './EIDT3C6X.js';
|
|
8
7
|
export { DeployOneSigOrchestratorStatus, ManageMemberAction, ManageMemberRole, OneSigConfigOwner, OneSigRole, listOneSigInstancesResponseSchema, manageMemberActionSchema, manageMemberRequestSchema, manageMemberRoleSchema, oneSigConfigOwnerSchema, oneSigConfigSchema, oneSigExecutorConfigSchema, oneSigInstanceConfigSchema, oneSigInstanceMembersSchema, oneSigInstanceSummarySchema, oneSigOffchainConfigSchema, oneSigOnchainConfigSchema, oneSigPartitionSchema, oneSigPerChainConfigSchema, oneSigRoleSchema, oneSigSigningConfigSchema } from './MLOBZFUZ.js';
|
|
8
|
+
export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from './45W5UJ2Y.js';
|
|
9
9
|
import './FOHEHD6S.js';
|
|
10
10
|
export { oneSigEntitySchema, oneSigProposedEntitySchema } from './GFKANC5R.js';
|
|
11
11
|
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from './3NYRZYD3.js';
|
package/dist/model/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../PNCMGEVV.js';
|
|
2
|
-
export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from '../45W5UJ2Y.js';
|
|
3
2
|
import '../P2ZSGLQK.js';
|
|
4
3
|
export { oneSigSessionSchema } from '../5UA4EFKV.js';
|
|
5
4
|
import '../JSB7JUTG.js';
|
|
6
5
|
export { InvalidOneSigInputError, OneSigBatchNotFoundError, OneSigEntityTooLargeError, OneSigError, OneSigInvalidProposerSignatureError, OneSigInvalidRequestSignatureError, OneSigInvalidSignerSignatureError, OneSigNotFoundError, OneSigServiceError, OneSigSessionExpiredError, oneSigServiceErrorSchema } from '../XBWMHWDY.js';
|
|
7
6
|
export { oneSigConfigApiResponseSchema } from '../EIDT3C6X.js';
|
|
8
7
|
export { DeployOneSigOrchestratorStatus, ManageMemberAction, ManageMemberRole, OneSigConfigOwner, OneSigRole, listOneSigInstancesResponseSchema, manageMemberActionSchema, manageMemberRequestSchema, manageMemberRoleSchema, oneSigConfigOwnerSchema, oneSigConfigSchema, oneSigExecutorConfigSchema, oneSigInstanceConfigSchema, oneSigInstanceMembersSchema, oneSigInstanceSummarySchema, oneSigOffchainConfigSchema, oneSigOnchainConfigSchema, oneSigPartitionSchema, oneSigPerChainConfigSchema, oneSigRoleSchema, oneSigSigningConfigSchema } from '../MLOBZFUZ.js';
|
|
8
|
+
export { ONESIG_AUTH_HEADERS, ONESIG_AUTH_HEADER_NAMES } from '../45W5UJ2Y.js';
|
|
9
9
|
import '../FOHEHD6S.js';
|
|
10
10
|
export { oneSigEntitySchema, oneSigProposedEntitySchema } from '../GFKANC5R.js';
|
|
11
11
|
export { OneSigTransactionStatus, oneSigBundleTransactionsResponseSchema, oneSigLeafSchema, oneSigTransactionSchema } from '../3NYRZYD3.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/onesig-model",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"tsup": "^8.4.0",
|
|
20
20
|
"vitest": "^4.1.10",
|
|
21
|
-
"@layerzerolabs/tsup-configuration": "1.2.
|
|
22
|
-
"@layerzerolabs/typescript-configuration": "1.2.
|
|
21
|
+
"@layerzerolabs/tsup-configuration": "1.2.33",
|
|
22
|
+
"@layerzerolabs/typescript-configuration": "1.2.33"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public",
|