@huma-finance/soroban-huma-config 0.0.8-beta.2 → 0.0.11-beta.17
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/README.md +2 -2
- package/package.json +2 -2
- package/src/index.ts +197 -143
- package/dist/cjs/index.d.ts +0 -451
- package/dist/cjs/index.js +0 -94
- package/dist/esm/index.d.ts +0 -451
- package/dist/esm/index.js +0 -76
- package/dist/esm/package.json +0 -1
- package/dist/scripts/tsconfig.cjs.tsbuildinfo +0 -1
- package/dist/scripts/tsconfig.esm.tsbuildinfo +0 -1
- package/dist/scripts/tsconfig.types.tsbuildinfo +0 -1
- package/dist/types/index.d.ts +0 -451
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This library was automatically generated by Soroban CLI using a command similar
|
|
|
8
8
|
soroban contract bindings ts \
|
|
9
9
|
--rpc-url https://soroban-testnet.stellar.org:443 \
|
|
10
10
|
--network-passphrase "Test SDF Network ; September 2015" \
|
|
11
|
-
--contract-id
|
|
11
|
+
--contract-id CAHPEHOIZIIMMTFCZOYEXDKHXJZ2QDYLRD3SF2AZTXWAUV4OWKGHPDCL \
|
|
12
12
|
--output-dir ./path/to/tb-humaConfig
|
|
13
13
|
```
|
|
14
14
|
|
|
@@ -30,7 +30,7 @@ However, we've actually encountered [frustration](https://github.com/stellar/sor
|
|
|
30
30
|
|
|
31
31
|
```json
|
|
32
32
|
"scripts": {
|
|
33
|
-
"postinstall": "soroban contract bindings ts --rpc-url https://soroban-testnet.stellar.org:443 --network-passphrase \"Test SDF Network ; September 2015\" --id
|
|
33
|
+
"postinstall": "soroban contract bindings ts --rpc-url https://soroban-testnet.stellar.org:443 --network-passphrase \"Test SDF Network ; September 2015\" --id CAHPEHOIZIIMMTFCZOYEXDKHXJZ2QDYLRD3SF2AZTXWAUV4OWKGHPDCL --name tb-humaConfig"
|
|
34
34
|
}
|
|
35
35
|
```
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.11-beta.17+b42c649",
|
|
3
3
|
"name": "@huma-finance/soroban-huma-config",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@stellar/freighter-api": "2.0.0",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"access": "public",
|
|
22
22
|
"registry": "https://registry.npmjs.org/"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "b42c649f26b5207b2f5e12767d63cc9e5ead0faa"
|
|
25
25
|
}
|