@layerzerolabs/oft-v2-solana-sdk 3.0.80 → 3.0.82

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 +20 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @layerzerolabs/oft-v2-solana-sdk
2
2
 
3
+ ## 3.0.82
4
+
5
+ ### Patch Changes
6
+
7
+ - e0e402e: animechain
8
+ - Updated dependencies [e0e402e]
9
+ - @layerzerolabs/lz-foundation@3.0.82
10
+ - @layerzerolabs/lz-solana-sdk-v2@3.0.82
11
+ - @layerzerolabs/lz-v2-utilities@3.0.82
12
+
13
+ ## 3.0.81
14
+
15
+ ### Patch Changes
16
+
17
+ - 84bf762: refactor ton sdk
18
+ - Updated dependencies [84bf762]
19
+ - @layerzerolabs/lz-foundation@3.0.81
20
+ - @layerzerolabs/lz-solana-sdk-v2@3.0.81
21
+ - @layerzerolabs/lz-v2-utilities@3.0.81
22
+
3
23
  ## 3.0.80
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/oft-v2-solana-sdk",
3
- "version": "3.0.80",
3
+ "version": "3.0.82",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -24,16 +24,16 @@
24
24
  "build": "$npm_execpath clean-prebuild && $npm_execpath sync && $npm_execpath api-gen && $npm_execpath build-ts",
25
25
  "build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
26
26
  "clean": "$npm_execpath clean-prebuild",
27
- "clean-prebuild": "rimraf .turbo target dist",
27
+ "clean-prebuild": "rm -rf .turbo target dist",
28
28
  "sync": "./sync.mjs",
29
29
  "test": "yarn run ts-mocha -b -p ./tsconfig.json -t 10000000 tests/**/entry.test.ts",
30
30
  "test-extend": "yarn run ts-mocha -b -p ./tsconfig.json -t 10000000 tests/extend_account.test.ts"
31
31
  },
32
32
  "dependencies": {
33
33
  "@ethersproject/bytes": "^5.7.0",
34
- "@layerzerolabs/lz-foundation": "^3.0.80",
35
- "@layerzerolabs/lz-solana-sdk-v2": "^3.0.80",
36
- "@layerzerolabs/lz-v2-utilities": "^3.0.80",
34
+ "@layerzerolabs/lz-foundation": "^3.0.82",
35
+ "@layerzerolabs/lz-solana-sdk-v2": "^3.0.82",
36
+ "@layerzerolabs/lz-v2-utilities": "^3.0.82",
37
37
  "@metaplex-foundation/beet": "^0.7.1",
38
38
  "@metaplex-foundation/beet-solana": "^0.4.0",
39
39
  "@metaplex-foundation/umi": "^0.9.2",
@@ -50,10 +50,10 @@
50
50
  "@kinobi-so/nodes-from-anchor": "^0.21.2",
51
51
  "@kinobi-so/renderers": "^0.21.3",
52
52
  "@kinobi-so/renderers-js-umi": "^0.21.6",
53
- "@layerzerolabs/lz-definitions": "^3.0.80",
53
+ "@layerzerolabs/lz-definitions": "^3.0.82",
54
54
  "@layerzerolabs/oft-v2-solana": "^0.0.0",
55
- "@layerzerolabs/tsup-config-next": "^3.0.80",
56
- "@layerzerolabs/typescript-config-next": "^3.0.80",
55
+ "@layerzerolabs/tsup-config-next": "^3.0.82",
56
+ "@layerzerolabs/typescript-config-next": "^3.0.82",
57
57
  "@metaplex-foundation/mpl-toolbox": "^0.9.2",
58
58
  "@metaplex-foundation/solita": "^0.20.1",
59
59
  "@metaplex-foundation/umi": "^0.9.2",