@taquito/michelson-encoder 19.1.0 → 19.2.0

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # Taquito Michelson Encoder package
3
- *Documentation can be found [here](https://tezostaquito.io/docs/michelson_encoder)*
4
- *TypeDoc style documentation is available on-line [here](https://tezostaquito.io/typedoc/modules/_taquito_michelson_encoder.html)*
3
+ *Documentation can be found [here](https://taquito.io/docs/michelson_encoder)*
4
+ *TypeDoc style documentation is available on-line [here](https://taquito.io/typedoc/modules/_taquito_michelson_encoder.html)*
5
5
 
6
6
  `@taquito/michelson-encoder` provides a JavaScript abstraction based on a Tezos Smart contracts code, parameters, storage, and views.
7
7
 
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
7
- "version": "19.1.0"
6
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
7
+ "version": "19.2.0"
8
8
  };
@@ -4205,8 +4205,8 @@ class EventSchema {
4205
4205
 
4206
4206
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
4207
4207
  const VERSION = {
4208
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
4209
- "version": "19.1.0"
4208
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
4209
+ "version": "19.2.0"
4210
4210
  };
4211
4211
 
4212
4212
  /**
@@ -4206,8 +4206,8 @@
4206
4206
 
4207
4207
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
4208
4208
  const VERSION = {
4209
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
4210
- "version": "19.1.0"
4209
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
4210
+ "version": "19.2.0"
4211
4211
  };
4212
4212
 
4213
4213
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/michelson-encoder",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
4
  "description": "converts michelson data and types into convenient JS/TS objects",
5
5
  "keywords": [
6
6
  "tezos",
@@ -68,8 +68,8 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@taquito/core": "^19.1.0",
71
- "@taquito/rpc": "^19.1.0",
72
- "@taquito/utils": "^19.1.0",
71
+ "@taquito/rpc": "^19.2.0",
72
+ "@taquito/utils": "^19.2.0",
73
73
  "bignumber.js": "^9.1.2",
74
74
  "fast-json-stable-stringify": "^2.1.0"
75
75
  },
@@ -100,5 +100,5 @@
100
100
  "ts-toolbelt": "^9.6.0",
101
101
  "typescript": "~5.2.2"
102
102
  },
103
- "gitHead": "6a8721a56b88c8d09ecb47eda33f70c02e81449f"
103
+ "gitHead": "f489c399ff32dc8d9d0bdb422586e706c298bade"
104
104
  }