@taqueria/toolkit 0.49.0 → 0.49.9
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/index.d.ts +1 -1
- package/package.json +2 -2
- package/v2.d.ts +1 -1
- /package/{v2-fzpr0fQ2.d.ts → v2-CaYt1g5t.d.ts} +0 -0
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-
|
|
4
|
+
export { v as V2 } from './v2-CaYt1g5t.js';
|
|
5
5
|
import * as transform from '@taqueria/protocol/types-config-files';
|
|
6
6
|
import '@taqueria/protocol/ConfigEnvironmentFileV2';
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/toolkit",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.9",
|
|
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.49.
|
|
41
|
+
"@taqueria/protocol": "^0.49.9",
|
|
42
42
|
"buffer": "^6.0.3",
|
|
43
43
|
"cross-spawn": "^7.0.3",
|
|
44
44
|
"yargs": "^17.7.2"
|
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-
|
|
3
|
+
export { b as getContractAddress, a as getCurrentEnv, g as getEnv } from './v2-CaYt1g5t.js';
|
|
File without changes
|