@hashgraph/hedera-wallet-connect 1.3.8-canary.7e674ba.0 → 1.3.8-canary.e4390ac.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/package.json +3 -3
- package/dist/lib/index.d.ts +0 -3
- package/dist/lib/index.js +0 -22
- /package/dist/{lib/dapp → dapp}/DAppSigner.d.ts +0 -0
- /package/dist/{lib/dapp → dapp}/DAppSigner.js +0 -0
- /package/dist/{lib/dapp → dapp}/index.d.ts +0 -0
- /package/dist/{lib/dapp → dapp}/index.js +0 -0
- /package/dist/{lib/shared → shared}/chainIds.d.ts +0 -0
- /package/dist/{lib/shared → shared}/chainIds.js +0 -0
- /package/dist/{lib/shared → shared}/errors.d.ts +0 -0
- /package/dist/{lib/shared → shared}/errors.js +0 -0
- /package/dist/{lib/shared → shared}/events.d.ts +0 -0
- /package/dist/{lib/shared → shared}/events.js +0 -0
- /package/dist/{lib/shared → shared}/extensionController.d.ts +0 -0
- /package/dist/{lib/shared → shared}/extensionController.js +0 -0
- /package/dist/{lib/shared → shared}/index.d.ts +0 -0
- /package/dist/{lib/shared → shared}/index.js +0 -0
- /package/dist/{lib/shared → shared}/logger.d.ts +0 -0
- /package/dist/{lib/shared → shared}/logger.js +0 -0
- /package/dist/{lib/shared → shared}/methods.d.ts +0 -0
- /package/dist/{lib/shared → shared}/methods.js +0 -0
- /package/dist/{lib/shared → shared}/payloads.d.ts +0 -0
- /package/dist/{lib/shared → shared}/payloads.js +0 -0
- /package/dist/{lib/shared → shared}/utils.d.ts +0 -0
- /package/dist/{lib/shared → shared}/utils.js +0 -0
- /package/dist/{lib/wallet → wallet}/index.d.ts +0 -0
- /package/dist/{lib/wallet → wallet}/index.js +0 -0
- /package/dist/{lib/wallet → wallet}/provider.d.ts +0 -0
- /package/dist/{lib/wallet → wallet}/provider.js +0 -0
- /package/dist/{lib/wallet → wallet}/types.d.ts +0 -0
- /package/dist/{lib/wallet → wallet}/types.js +0 -0
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hashgraph/hedera-wallet-connect",
|
3
|
-
"version": "1.3.8-canary.
|
3
|
+
"version": "1.3.8-canary.e4390ac.0",
|
4
4
|
"description": "A library to facilitate integrating Hedera with WalletConnect",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "git+https://github.com/hashgraph/hedera-wallet-connect.git"
|
8
8
|
},
|
9
|
-
"main": "./dist/index.js",
|
10
|
-
"types": "./dist/index.d.ts",
|
9
|
+
"main": "./dist/src/index.js",
|
10
|
+
"types": "./dist/src/index.d.ts",
|
11
11
|
"author": "Hgraph <support@hgraph.io>",
|
12
12
|
"keywords": [
|
13
13
|
"hedera",
|
package/dist/lib/index.d.ts
DELETED
package/dist/lib/index.js
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
*
|
3
|
-
* Hedera Wallet Connect
|
4
|
-
*
|
5
|
-
* Copyright (C) 2023 Hedera Hashgraph, LLC
|
6
|
-
*
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
-
* you may not use this file except in compliance with the License.
|
9
|
-
* You may obtain a copy of the License at
|
10
|
-
*
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
-
*
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
-
* See the License for the specific language governing permissions and
|
17
|
-
* limitations under the License.
|
18
|
-
*
|
19
|
-
*/
|
20
|
-
export * from './shared';
|
21
|
-
export { default as Wallet } from './wallet';
|
22
|
-
export * from './dapp';
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|