@layerzerolabs/protocol-stellar-v2 1.2.10 → 1.2.12

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/protocol-stellar-v2",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "private": false,
5
5
  "license": "LZBL-1.3",
6
6
  "files": [
@@ -15,12 +15,12 @@
15
15
  "clippy.toml"
16
16
  ],
17
17
  "dependencies": {
18
- "@layerzerolabs/common-utils-macros-stellar-contracts": "1.2.10",
19
- "@layerzerolabs/common-utils-stellar-contracts": "1.2.10"
18
+ "@layerzerolabs/common-utils-stellar-contracts": "1.2.12",
19
+ "@layerzerolabs/common-utils-macros-stellar-contracts": "1.2.12"
20
20
  },
21
21
  "devDependencies": {
22
- "@layerzerolabs/build-utils-rust": "1.2.10",
23
- "@layerzerolabs/vm-tooling-stellar": "1.2.10"
22
+ "@layerzerolabs/vm-tooling-stellar": "1.2.12",
23
+ "@layerzerolabs/build-utils-rust": "1.2.12"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public",
@@ -35,8 +35,8 @@
35
35
  ]
36
36
  },
37
37
  "implicitDependencies": {
38
- "@layerzerolabs/common-utils-stellar-contracts": "workspace:*",
39
- "@layerzerolabs/common-utils-macros-stellar-contracts": "workspace:*"
38
+ "@layerzerolabs/common-utils-macros-stellar-contracts": "workspace:*",
39
+ "@layerzerolabs/common-utils-stellar-contracts": "workspace:*"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "pnpm package:source && pnpm exec lz-tool extra stellar verifiable-build --stellar-version 25.1.0 --archive .artifacts/.incoming/contracts-source.zip --package endpoint-v2:endpoint-v2/Cargo.toml --package uln302:message-libs/uln-302/Cargo.toml --package treasury:message-libs/treasury/Cargo.toml --package simple-message-lib:message-libs/simple-message-lib/Cargo.toml --package blocked-message-lib:message-libs/blocked-message-lib/Cargo.toml --package layerzero-views:layerzero-views/Cargo.toml --package upgrader:upgrader/Cargo.toml --package executor:workers/executor/Cargo.toml --package executor-helper:workers/executor-helper/Cargo.toml --package executor-fee-lib:workers/executor-fee-lib/Cargo.toml --package dvn:workers/dvn/Cargo.toml --package dvn-fee-lib:workers/dvn-fee-lib/Cargo.toml --package price-feed:workers/price-feed/Cargo.toml",