@clarigen/boot 3.1.0 → 3.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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mainnet.cjs +1 -1
- package/dist/mainnet.cjs.map +1 -1
- package/dist/mainnet.d.cts +2 -2
- package/dist/mainnet.d.ts +2 -2
- package/dist/mainnet.js +1 -1
- package/dist/mainnet.js.map +1 -1
- package/dist/testnet.cjs +1 -1
- package/dist/testnet.cjs.map +1 -1
- package/dist/testnet.d.cts +2 -2
- package/dist/testnet.d.ts +2 -2
- package/dist/testnet.js +1 -1
- package/dist/testnet.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -2008,7 +2008,7 @@ declare const contracts: {
|
|
|
2008
2008
|
readonly constants: {};
|
|
2009
2009
|
readonly non_fungible_tokens: readonly [];
|
|
2010
2010
|
readonly fungible_tokens: readonly [];
|
|
2011
|
-
readonly epoch: "
|
|
2011
|
+
readonly epoch: "Epoch2_05";
|
|
2012
2012
|
readonly clarity_version: "Clarity1";
|
|
2013
2013
|
readonly contractName: "costs-2";
|
|
2014
2014
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -2008,7 +2008,7 @@ declare const contracts: {
|
|
|
2008
2008
|
readonly constants: {};
|
|
2009
2009
|
readonly non_fungible_tokens: readonly [];
|
|
2010
2010
|
readonly fungible_tokens: readonly [];
|
|
2011
|
-
readonly epoch: "
|
|
2011
|
+
readonly epoch: "Epoch2_05";
|
|
2012
2012
|
readonly clarity_version: "Clarity1";
|
|
2013
2013
|
readonly contractName: "costs-2";
|
|
2014
2014
|
};
|