@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 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 CD6E7GFRHBQ627ZXK5YNMQFBBLFCXBBEU6VYXBSQ77CYOYQC5UV3HS76 \
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 CD6E7GFRHBQ627ZXK5YNMQFBBLFCXBBEU6VYXBSQ77CYOYQC5UV3HS76 --name tb-humaConfig"
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.8-beta.2+79432b6",
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": "79432b60d3d0c755634737e635699aab90be53f0"
24
+ "gitHead": "b42c649f26b5207b2f5e12767d63cc9e5ead0faa"
25
25
  }