@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/testnet.d.cts
CHANGED
|
@@ -2005,7 +2005,7 @@ declare const testnet: _clarigen_core.ContractFactory<{
|
|
|
2005
2005
|
readonly constants: {};
|
|
2006
2006
|
readonly non_fungible_tokens: readonly [];
|
|
2007
2007
|
readonly fungible_tokens: readonly [];
|
|
2008
|
-
readonly epoch: "
|
|
2008
|
+
readonly epoch: "Epoch2_05";
|
|
2009
2009
|
readonly clarity_version: "Clarity1";
|
|
2010
2010
|
readonly contractName: "costs-2";
|
|
2011
2011
|
};
|
|
@@ -10560,7 +10560,7 @@ declare const costs2: {
|
|
|
10560
10560
|
readonly constants: {};
|
|
10561
10561
|
readonly non_fungible_tokens: readonly [];
|
|
10562
10562
|
readonly fungible_tokens: readonly [];
|
|
10563
|
-
readonly epoch: "
|
|
10563
|
+
readonly epoch: "Epoch2_05";
|
|
10564
10564
|
readonly clarity_version: "Clarity1";
|
|
10565
10565
|
readonly contractName: "costs-2";
|
|
10566
10566
|
} & {
|
package/dist/testnet.d.ts
CHANGED
|
@@ -2005,7 +2005,7 @@ declare const testnet: _clarigen_core.ContractFactory<{
|
|
|
2005
2005
|
readonly constants: {};
|
|
2006
2006
|
readonly non_fungible_tokens: readonly [];
|
|
2007
2007
|
readonly fungible_tokens: readonly [];
|
|
2008
|
-
readonly epoch: "
|
|
2008
|
+
readonly epoch: "Epoch2_05";
|
|
2009
2009
|
readonly clarity_version: "Clarity1";
|
|
2010
2010
|
readonly contractName: "costs-2";
|
|
2011
2011
|
};
|
|
@@ -10560,7 +10560,7 @@ declare const costs2: {
|
|
|
10560
10560
|
readonly constants: {};
|
|
10561
10561
|
readonly non_fungible_tokens: readonly [];
|
|
10562
10562
|
readonly fungible_tokens: readonly [];
|
|
10563
|
-
readonly epoch: "
|
|
10563
|
+
readonly epoch: "Epoch2_05";
|
|
10564
10564
|
readonly clarity_version: "Clarity1";
|
|
10565
10565
|
readonly contractName: "costs-2";
|
|
10566
10566
|
} & {
|