@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.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: "Epoch20";
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: "Epoch20";
2011
+ readonly epoch: "Epoch2_05";
2012
2012
  readonly clarity_version: "Clarity1";
2013
2013
  readonly contractName: "costs-2";
2014
2014
  };