@taquito/michel-codec 12.1.0 → 12.1.1

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.
@@ -117,6 +117,7 @@ export declare enum Protocol {
117
117
  PsiThaCa = "PsiThaCaT47Zboaw71QWScM8sXeMM7bbQFncK9FLqYc6EKdpjVP",
118
118
  Psithaca2 = "Psithaca2MLRFYargivpo7YvUr7wUDqyxrdhC5CQq78mRvimz6A",
119
119
  PtJakarta = "PtJakartaiDz69SfDDLXJSiuZqTSeSKRDbKVZC8MNzJnvRjvnGw",
120
+ PtJakart2 = "PtJakart2xVj7pYXJBXrqHgd82rdkLey5ZeeGwDgPp9rhQUbSqY",
120
121
  ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"
121
122
  }
122
123
  export declare const DefaultProtocol = Protocol.Psithaca2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michel-codec",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "Michelson parser/validator/formatter",
5
5
  "keywords": [
6
6
  "tezos",
@@ -90,5 +90,5 @@
90
90
  "typedoc": "^0.20.36",
91
91
  "typescript": "~4.1.5"
92
92
  },
93
- "gitHead": "8e044472d87e92bfa748e8193ba84a7ee57d659f"
93
+ "gitHead": "e97d6f77d990f91b4e407f4e7b7f8f3785edb2ba"
94
94
  }