@layerzerolabs/lz-solana-sdk-v2 3.0.117 → 3.0.119

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/CHANGELOG.md +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @layerzerolabs/lz-solana-sdk-v2
2
2
 
3
+ ## 3.0.119
4
+
5
+ ### Patch Changes
6
+
7
+ - f628cc4: endpoints: testnet plasma2 and dinari
8
+ - Updated dependencies [f628cc4]
9
+ - @layerzerolabs/lz-corekit-solana@3.0.119
10
+ - @layerzerolabs/lz-definitions@3.0.119
11
+ - @layerzerolabs/lz-foundation@3.0.119
12
+ - @layerzerolabs/lz-serdes@3.0.119
13
+ - @layerzerolabs/lz-utilities@3.0.119
14
+ - @layerzerolabs/lz-v2-utilities@3.0.119
15
+
16
+ ## 3.0.118
17
+
18
+ ### Patch Changes
19
+
20
+ - c28a672: Upload Aptos V1 Executor V2 Deployments
21
+ - 2fba4c6: fix(solana-sdk): handle BlockedMessageLib program ID correctly in endpoint sdk. Prevent undefined program IDs by adding special case handling for BlockedMessageLib since it doesn't initialize its PDA
22
+ - Updated dependencies [c28a672]
23
+ - Updated dependencies [2fba4c6]
24
+ - @layerzerolabs/lz-corekit-solana@3.0.118
25
+ - @layerzerolabs/lz-definitions@3.0.118
26
+ - @layerzerolabs/lz-foundation@3.0.118
27
+ - @layerzerolabs/lz-serdes@3.0.118
28
+ - @layerzerolabs/lz-utilities@3.0.118
29
+ - @layerzerolabs/lz-v2-utilities@3.0.118
30
+
3
31
  ## 3.0.117
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-solana-sdk-v2",
3
- "version": "3.0.117",
3
+ "version": "3.0.119",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -39,12 +39,12 @@
39
39
  "test-uln": "TEST_SCOPES=uln anchor test --skip-build"
40
40
  },
41
41
  "dependencies": {
42
- "@layerzerolabs/lz-corekit-solana": "^3.0.117",
43
- "@layerzerolabs/lz-definitions": "^3.0.117",
44
- "@layerzerolabs/lz-foundation": "^3.0.117",
45
- "@layerzerolabs/lz-serdes": "^3.0.117",
46
- "@layerzerolabs/lz-utilities": "^3.0.117",
47
- "@layerzerolabs/lz-v2-utilities": "^3.0.117",
42
+ "@layerzerolabs/lz-corekit-solana": "^3.0.119",
43
+ "@layerzerolabs/lz-definitions": "^3.0.119",
44
+ "@layerzerolabs/lz-foundation": "^3.0.119",
45
+ "@layerzerolabs/lz-serdes": "^3.0.119",
46
+ "@layerzerolabs/lz-utilities": "^3.0.119",
47
+ "@layerzerolabs/lz-v2-utilities": "^3.0.119",
48
48
  "@metaplex-foundation/beet": "^0.7.1",
49
49
  "@metaplex-foundation/beet-solana": "^0.4.0",
50
50
  "@metaplex-foundation/mpl-toolbox": "^0.9.2",
@@ -67,8 +67,8 @@
67
67
  "@kinobi-so/renderers": "^0.21.3",
68
68
  "@kinobi-so/renderers-js-umi": "^0.21.6",
69
69
  "@layerzerolabs/layerzero-v2-solana": "^0.0.0",
70
- "@layerzerolabs/tsup-config-next": "^3.0.117",
71
- "@layerzerolabs/typescript-config-next": "^3.0.117",
70
+ "@layerzerolabs/tsup-config-next": "^3.0.119",
71
+ "@layerzerolabs/typescript-config-next": "^3.0.119",
72
72
  "@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
73
73
  "@types/bn.js": "^5.1.5",
74
74
  "@types/chai": "^4.3.11",