@layerzerolabs/ton-sdk-tools 3.0.51 → 3.0.52

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @layerzerolabs/ton-sdk-tools
2
2
 
3
+ ## 3.0.52
4
+
5
+ ### Patch Changes
6
+
7
+ - 06ff1c4: Publish new TON packages
8
+
3
9
  ## 3.0.51
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1040,7 +1040,7 @@ function extractOpcodes(fileNames) {
1040
1040
  return result;
1041
1041
  }
1042
1042
  function extractErrors(fileNames) {
1043
- const firstFormat = /^const\s+int\s+((?:[A-Za-z_]+::)*[A-Za-z_]+)\s*=\s*("(?:[A-Za-z_]+::)*[A-Za-z_]+")\s*c\s*&\s*ERRORCODE_MASK;$/;
1043
+ const firstFormat = /^const\s+int\s+((?:[A-Za-z_]+::)*[A-Za-z_]+)\s*=\s*"((?:[A-Za-z_]+::)*[A-Za-z_]+)"\s*c\s*&\s*ERRORCODE_MASK;$/;
1044
1044
  const secondFormat = /^const\s+(?:int\s+)?(error::\w+)\s*=\s*((?:0x[\da-fA-F]+|\d+));$/;
1045
1045
  const thirdFormat = /^const\s+int\s+([\w:]+::(?:ERROR|error)::\w+)\s*=\s*(\d+);$/i;
1046
1046
  const result = /* @__PURE__ */ new Map();