@taqueria/plugin-contract-types 0.68.4 → 0.68.5

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.
Files changed (2) hide show
  1. package/index.cjs +3 -3
  2. package/package.json +3 -3
package/index.cjs CHANGED
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // index.ts
31
- var taqueria_plugin_contract_types_exports = {};
32
- __export(taqueria_plugin_contract_types_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  generateContractTypesProcessContractFiles: () => generateContractTypesProcessContractFiles
34
34
  });
35
- module.exports = __toCommonJS(taqueria_plugin_contract_types_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
  var import_node_sdk2 = require("@taqueria/node-sdk");
37
37
 
38
38
  // tasks.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/plugin-contract-types",
3
- "version": "0.68.4",
3
+ "version": "0.68.5",
4
4
  "main": "index.cjs",
5
5
  "module": "index.js",
6
6
  "source": "index.ts",
@@ -16,7 +16,7 @@
16
16
  "ts-jest": "^29.1.2",
17
17
  "ts-node": "^10.9.2",
18
18
  "tsconfig-paths": "^4.2.0",
19
- "tsup": "^8.3.0",
19
+ "tsup": "^8.4.0",
20
20
  "typescript": "^5.6.2"
21
21
  },
22
22
  "dependencies": {
@@ -25,7 +25,7 @@
25
25
  "@taquito/taquito": "22.0.0-beta.0",
26
26
  "bignumber.js": "^9.1.2",
27
27
  "fast-glob": "^3.3.2",
28
- "@taqueria/node-sdk": "0.68.4"
28
+ "@taqueria/node-sdk": "0.68.5"
29
29
  },
30
30
  "types": "index.esm.d.ts",
31
31
  "jest": {