@layerzerolabs/omni-counter-stellar-sdk 1.2.44 → 1.2.46

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.
Files changed (2) hide show
  1. package/bindings.toml +4 -1
  2. package/package.json +5 -5
package/bindings.toml CHANGED
@@ -1,4 +1,7 @@
1
- wasm_dir = "../../contracts/stellar/target/wasm32v1-none/release"
1
+ # Resolved through the declared workspace dependency instead of a relative path that escapes this
2
+ # package. pnpm links the contract package into this package's node_modules, so the lookup stays
3
+ # inside the package tree and the dependency edge stays explicit in package.json.
4
+ wasm_dir = "node_modules/@layerzerolabs/omni-counter-stellar-contracts/target/wasm32v1-none/release"
2
5
  output_dir = "src/generated"
3
6
 
4
7
  [[contracts]]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/omni-counter-stellar-sdk",
3
- "version": "1.2.44",
3
+ "version": "1.2.46",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,10 +18,10 @@
18
18
  "devDependencies": {
19
19
  "tsup": "^8.4.0",
20
20
  "typescript": "^6.0.3",
21
- "@layerzerolabs/omni-counter-stellar-contracts": "1.2.44",
22
- "@layerzerolabs/stellar-ts-bindings-gen": "1.2.44",
23
- "@layerzerolabs/tsup-configuration": "1.2.44",
24
- "@layerzerolabs/typescript-configuration": "1.2.44"
21
+ "@layerzerolabs/omni-counter-stellar-contracts": "1.2.46",
22
+ "@layerzerolabs/stellar-ts-bindings-gen": "1.2.46",
23
+ "@layerzerolabs/typescript-configuration": "1.2.46",
24
+ "@layerzerolabs/tsup-configuration": "1.2.46"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public",