@taquito/local-forging 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,6 +1,6 @@
1
1
 
2
2
  # Taquito Local Forging package
3
- *TypeDoc style documentation is available [here](https://tezostaquito.io/typedoc/modules/_taquito_local_forging.html)*
3
+ *TypeDoc style documentation is available [here](https://taquito.io/typedoc/modules/_taquito_local_forging.html)*
4
4
 
5
5
  ## General Information
6
6
 
@@ -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
  };
@@ -1540,8 +1540,8 @@ var ProtocolsHash;
1540
1540
 
1541
1541
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1542
1542
  const VERSION = {
1543
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
1544
- "version": "19.1.0"
1543
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
1544
+ "version": "19.2.0"
1545
1545
  };
1546
1546
 
1547
1547
  /**
@@ -1542,8 +1542,8 @@
1542
1542
 
1543
1543
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1544
1544
  const VERSION = {
1545
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
1546
- "version": "19.1.0"
1545
+ "commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
1546
+ "version": "19.2.0"
1547
1547
  };
1548
1548
 
1549
1549
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/local-forging",
3
- "version": "19.1.0",
3
+ "version": "19.2.0",
4
4
  "description": "Provide local forging functionality to be with taquito",
5
5
  "keywords": [
6
6
  "tezos",
@@ -68,11 +68,11 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@taquito/core": "^19.1.0",
71
- "@taquito/utils": "^19.1.0",
71
+ "@taquito/utils": "^19.2.0",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
75
- "@taquito/rpc": "^19.1.0",
75
+ "@taquito/rpc": "^19.2.0",
76
76
  "@types/bluebird": "^3.5.40",
77
77
  "@types/estree": "^1.0.2",
78
78
  "@types/jest": "^29.5.5",
@@ -104,5 +104,5 @@
104
104
  "webpack": "^5.89.0",
105
105
  "webpack-cli": "^5.1.4"
106
106
  },
107
- "gitHead": "6a8721a56b88c8d09ecb47eda33f70c02e81449f"
107
+ "gitHead": "f489c399ff32dc8d9d0bdb422586e706c298bade"
108
108
  }