@taquito/local-forging 24.0.2 → 24.1.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.
@@ -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!
5
5
  exports.VERSION = {
6
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
7
- "version": "24.0.2"
6
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
7
+ "version": "24.1.0"
8
8
  };
@@ -1650,8 +1650,8 @@ var ProtocolsHash;
1650
1650
 
1651
1651
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1652
1652
  const VERSION = {
1653
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
1654
- "version": "24.0.2"
1653
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
1654
+ "version": "24.1.0"
1655
1655
  };
1656
1656
 
1657
1657
  /**
@@ -1651,8 +1651,8 @@
1651
1651
 
1652
1652
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1653
1653
  const VERSION = {
1654
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
1655
- "version": "24.0.2"
1654
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
1655
+ "version": "24.1.0"
1656
1656
  };
1657
1657
 
1658
1658
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/local-forging",
3
- "version": "24.0.2",
3
+ "version": "24.1.0",
4
4
  "description": "Provide local forging functionality to be with taquito",
5
5
  "keywords": [
6
6
  "tezos",
@@ -67,14 +67,14 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@taquito/core": "^24.0.2",
71
- "@taquito/utils": "^24.0.2",
70
+ "@taquito/core": "^24.1.0",
71
+ "@taquito/utils": "^24.1.0",
72
72
  "bignumber.js": "^9.1.2",
73
73
  "fast-text-encoding": "^1.0.6",
74
74
  "whatwg-url": "^15.1.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@taquito/rpc": "^24.0.2",
77
+ "@taquito/rpc": "^24.1.0",
78
78
  "@types/bluebird": "^3.5.42",
79
79
  "@types/estree": "^1.0.5",
80
80
  "@types/fast-text-encoding": "^1.0.3",
@@ -108,5 +108,5 @@
108
108
  "webpack": "^5.94.0",
109
109
  "webpack-cli": "^5.1.4"
110
110
  },
111
- "gitHead": "1ed75f883b26cbe2a62287813eedb096d81f0f46"
111
+ "gitHead": "dc65bb045c8e7a7d8ba9fcca97c03b7d6892c95c"
112
112
  }