@0xsequence/abi 1.0.4 → 1.1.0

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.
@@ -1 +1,2 @@
1
1
  export * from "./declarations/src/index";
2
+ //# sourceMappingURL=0xsequence-abi.cjs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"0xsequence-abi.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
@@ -1 +1 @@
1
- export { walletContracts } from './wallet';
1
+ export { walletContracts } from "./wallet/index.js";
@@ -1,11 +1,11 @@
1
- import * as erc5719 from './erc5719';
2
- import * as erc1271 from './erc1271';
3
- import * as erc6492 from './erc6492';
4
- import * as factory from './factory';
5
- import * as mainModule from './mainModule';
6
- import * as mainModuleUpgradable from './mainModuleUpgradable';
7
- import * as sequenceUtils from './sequenceUtils';
8
- import * as requireFreshSigner from './libs/requireFreshSigners';
1
+ import * as erc5719 from "./erc5719.js";
2
+ import * as erc1271 from "./erc1271.js";
3
+ import * as erc6492 from "./erc6492.js";
4
+ import * as factory from "./factory.js";
5
+ import * as mainModule from "./mainModule.js";
6
+ import * as mainModuleUpgradable from "./mainModuleUpgradable.js";
7
+ import * as sequenceUtils from "./sequenceUtils.js";
8
+ import * as requireFreshSigner from "./libs/requireFreshSigners.js";
9
9
  export declare const walletContracts: {
10
10
  erc6492: typeof erc6492;
11
11
  erc5719: typeof erc5719;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/abi",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "abi sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi",
6
6
  "source": "src/index.ts",