@tonconnect/sdk 2.0.6 → 2.0.7

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 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AAEzB,6CAAsD;AAA7C,sGAAA,UAAU,OAAW;AAE9B,iDAAyD;AAAhD,iGAAA,KAAK,OAAA;AACd,2CAAwD;AAA/C,gHAAA,qBAAqB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,2CAAyB;AACzB,2CAAyB;AAEzB,6CAAsD;AAA7C,sGAAA,UAAU,OAAW;AAE9B,iDAO8B;AAN1B,iGAAA,KAAK,OAAA;AAOT,2CAAwD;AAA/C,gHAAA,qBAAqB,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AAEzB,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,KAAK,EAAc,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AAEzB,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EACH,KAAK,EAMR,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC"}
@@ -4,5 +4,5 @@ export * from './errors';
4
4
  export { IStorage } from './storage/models/storage.interface';
5
5
  export { TonConnect as default } from './ton-connect';
6
6
  export { ITonConnect } from './ton-connect.interface';
7
- export { CHAIN, DeviceInfo } from '@tonconnect/protocol';
7
+ export { CHAIN, DeviceInfo, Feature, TonProofItemReply, TonProofItemReplySuccess, TonProofItemReplyError } from '@tonconnect/protocol';
8
8
  export { toUserFriendlyAddress } from './utils/address';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonconnect/sdk",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "scripts": {
5
5
  "build": "npx rimraf lib && ttsc --project tsconfig.cjs.json && ttsc --project tsconfig.esm.json && npx rimraf dist && webpack --mode production"
6
6
  },