@taqueria/toolkit 0.48.0 → 0.48.14

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.
@@ -7,4 +7,4 @@ var __export = (target, all) => {
7
7
  export {
8
8
  __export
9
9
  };
10
- //# sourceMappingURL=chunk-SSYGV25P.js.map
10
+ //# sourceMappingURL=chunk-CSAU5B4Q.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __export
3
- } from "./chunk-SSYGV25P.js";
3
+ } from "./chunk-CSAU5B4Q.js";
4
4
 
5
5
  // v2.ts
6
6
  var v2_exports = {};
@@ -47,4 +47,4 @@ export {
47
47
  getContractAddress,
48
48
  v2_exports
49
49
  };
50
- //# sourceMappingURL=chunk-BGUG3ZS5.js.map
50
+ //# sourceMappingURL=chunk-WNTV7OJQ.js.map
package/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _taqueria_protocol_Environment from '@taqueria/protocol/Environment';
2
2
  import * as Config from '@taqueria/protocol/Config';
3
3
  export { Config };
4
- export { v as V2 } from './v2-e3846710.js';
4
+ export { v as V2 } from './v2-fzpr0fQ2.js';
5
5
  import * as transform from '@taqueria/protocol/types-config-files';
6
6
  import '@taqueria/protocol/ConfigEnvironmentFileV2';
7
7
 
@@ -17,4 +17,4 @@ declare const getCurrentEnv: (config: Config.Config) => _taqueria_protocol_Envir
17
17
 
18
18
  type ConfigFileSetV2 = transform.ConfigFileSetV2;
19
19
 
20
- export { ConfigFileSetV2, TaqError, getAliasAddress, getConfigAsV1, getConfigV2, getCurrentEnv, isTaqError };
20
+ export { type ConfigFileSetV2, TaqError, getAliasAddress, getConfigAsV1, getConfigV2, getCurrentEnv, isTaqError };
package/index.js CHANGED
@@ -6,8 +6,8 @@ import {
6
6
  TaqError,
7
7
  isTaqError,
8
8
  v2_exports
9
- } from "./chunk-BGUG3ZS5.js";
10
- import "./chunk-SSYGV25P.js";
9
+ } from "./chunk-WNTV7OJQ.js";
10
+ import "./chunk-CSAU5B4Q.js";
11
11
 
12
12
  // index.ts
13
13
  import * as Config from "@taqueria/protocol/Config";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/toolkit",
3
- "version": "0.48.0",
3
+ "version": "0.48.14",
4
4
  "description": "A TypeScript library for NodeJS to work with Taqueria projects",
5
5
  "source": "./index.ts",
6
6
  "main": "./index.js",
@@ -38,7 +38,7 @@
38
38
  "typescript": "^5.3.3"
39
39
  },
40
40
  "dependencies": {
41
- "@taqueria/protocol": "^0.48.0",
41
+ "@taqueria/protocol": "^0.48.14",
42
42
  "buffer": "^6.0.3",
43
43
  "cross-spawn": "^7.0.3",
44
44
  "yargs": "^17.7.2"
package/v1.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  getAliasAddress,
3
3
  getCurrentEnv
4
4
  } from "./chunk-UWGPOHCN.js";
5
- import "./chunk-SSYGV25P.js";
5
+ import "./chunk-CSAU5B4Q.js";
6
6
  export {
7
7
  getAliasAddress,
8
8
  getCurrentEnv
@@ -12,11 +12,7 @@ declare const v2_getContractAddress: typeof getContractAddress;
12
12
  declare const v2_getCurrentEnv: typeof getCurrentEnv;
13
13
  declare const v2_getEnv: typeof getEnv;
14
14
  declare namespace v2 {
15
- export {
16
- v2_getContractAddress as getContractAddress,
17
- v2_getCurrentEnv as getCurrentEnv,
18
- v2_getEnv as getEnv,
19
- };
15
+ export { v2_getContractAddress as getContractAddress, v2_getCurrentEnv as getCurrentEnv, v2_getEnv as getEnv };
20
16
  }
21
17
 
22
18
  export { getCurrentEnv as a, getContractAddress as b, getEnv as g, v2 as v };
package/v2.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import '@taqueria/protocol/ConfigEnvironmentFileV2';
2
2
  import '@taqueria/protocol/types-config-files';
3
- export { b as getContractAddress, a as getCurrentEnv, g as getEnv } from './v2-e3846710.js';
3
+ export { b as getContractAddress, a as getCurrentEnv, g as getEnv } from './v2-fzpr0fQ2.js';
package/v2.js CHANGED
@@ -2,8 +2,8 @@ import {
2
2
  getContractAddress,
3
3
  getCurrentEnv,
4
4
  getEnv
5
- } from "./chunk-BGUG3ZS5.js";
6
- import "./chunk-SSYGV25P.js";
5
+ } from "./chunk-WNTV7OJQ.js";
6
+ import "./chunk-CSAU5B4Q.js";
7
7
  export {
8
8
  getContractAddress,
9
9
  getCurrentEnv,