@layerzerolabs/tsup-config-next 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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @layerzerolabs/tsup-config-next
2
2
 
3
+ ## 3.0.119
4
+
5
+ ### Patch Changes
6
+
7
+ - f628cc4: endpoints: testnet plasma2 and dinari
8
+
9
+ ## 3.0.118
10
+
11
+ ### Patch Changes
12
+
13
+ - c28a672: Upload Aptos V1 Executor V2 Deployments
14
+ - 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
15
+
3
16
  ## 3.0.117
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/tsup-config-next",
3
- "version": "3.0.117",
3
+ "version": "3.0.119",
4
4
  "type": "commonjs",
5
5
  "exports": {
6
6
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "tsup": "^8.3.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@layerzerolabs/typescript-config-next": "^3.0.117",
26
+ "@layerzerolabs/typescript-config-next": "^3.0.119",
27
27
  "typescript": "~5.2.2"
28
28
  },
29
29
  "publishConfig": {