@clarigen/boot 4.1.0 → 4.1.2

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
@@ -1,5 +1,5 @@
1
- import { s as mainnet } from "./mainnet-CA_U8Edv.cjs";
2
- import { p as testnet } from "./testnet-BSA7GHn3.cjs";
1
+ import { s as mainnet } from "./mainnet-D00gYZbo.cjs";
2
+ import { p as testnet } from "./testnet-BHfdV_yK.cjs";
3
3
  import { Response, TypedAbiArg, TypedAbiFunction, TypedAbiMap, TypedAbiVariable } from "@clarigen/core";
4
4
 
5
5
  //#region src/clarigen-types.d.ts
@@ -1,7 +1,7 @@
1
1
  import * as _clarigen_core5885 from "@clarigen/core";
2
2
 
3
- //#region src/testnet.d.ts
4
- declare const testnet: _clarigen_core5885.ContractFactory<{
3
+ //#region src/mainnet.d.ts
4
+ declare const mainnet: _clarigen_core5885.ContractFactory<{
5
5
  readonly bns: {
6
6
  readonly functions: {
7
7
  readonly computeNamePrice: _clarigen_core5885.TypedAbiFunction<[name: _clarigen_core5885.TypedAbiArg<Uint8Array, "name">, priceFunction: _clarigen_core5885.TypedAbiArg<{
@@ -12747,5 +12747,5 @@ declare const pox4: {
12747
12747
  contractFile: string;
12748
12748
  };
12749
12749
  //#endregion
12750
- export { costs3 as a, pox2 as c, signers as d, signersVoting as f, costs2 as i, pox3 as l, costVoting as n, lockup as o, testnet as p, costs as r, pox as s, bns as t, pox4 as u };
12751
- //# sourceMappingURL=testnet-BSA7GHn3.d.cts.map
12750
+ export { costs3 as a, pox as c, pox4 as d, signers as f, costs2 as i, pox2 as l, costVoting as n, lockup as o, signersVoting as p, costs as r, mainnet as s, bns as t, pox3 as u };
12751
+ //# sourceMappingURL=mainnet-D00gYZbo.d.cts.map
@@ -1,2 +1,2 @@
1
- import { a as costs3, c as pox, d as pox4, f as signers, i as costs2, l as pox2, n as costVoting, o as lockup, p as signersVoting, r as costs, s as mainnet, t as bns, u as pox3 } from "./mainnet-CA_U8Edv.cjs";
1
+ import { a as costs3, c as pox, d as pox4, f as signers, i as costs2, l as pox2, n as costVoting, o as lockup, p as signersVoting, r as costs, s as mainnet, t as bns, u as pox3 } from "./mainnet-D00gYZbo.cjs";
2
2
  export { bns, costVoting, costs, costs2, costs3, lockup, mainnet, pox, pox2, pox3, pox4, signers, signersVoting };
@@ -1,7 +1,7 @@
1
1
  import * as _clarigen_core0 from "@clarigen/core";
2
2
 
3
- //#region src/mainnet.d.ts
4
- declare const mainnet: _clarigen_core0.ContractFactory<{
3
+ //#region src/testnet.d.ts
4
+ declare const testnet: _clarigen_core0.ContractFactory<{
5
5
  readonly bns: {
6
6
  readonly functions: {
7
7
  readonly computeNamePrice: _clarigen_core0.TypedAbiFunction<[name: _clarigen_core0.TypedAbiArg<Uint8Array, "name">, priceFunction: _clarigen_core0.TypedAbiArg<{
@@ -12747,5 +12747,5 @@ declare const pox4: {
12747
12747
  contractFile: string;
12748
12748
  };
12749
12749
  //#endregion
12750
- export { costs3 as a, pox as c, pox4 as d, signers as f, costs2 as i, pox2 as l, costVoting as n, lockup as o, signersVoting as p, costs as r, mainnet as s, bns as t, pox3 as u };
12751
- //# sourceMappingURL=mainnet-CA_U8Edv.d.cts.map
12750
+ export { costs3 as a, pox2 as c, signers as d, signersVoting as f, costs2 as i, pox3 as l, costVoting as n, lockup as o, testnet as p, costs as r, pox as s, bns as t, pox4 as u };
12751
+ //# sourceMappingURL=testnet-BHfdV_yK.d.cts.map
@@ -1,2 +1,2 @@
1
- import { a as costs3, c as pox2, d as signers, f as signersVoting, i as costs2, l as pox3, n as costVoting, o as lockup, p as testnet, r as costs, s as pox, t as bns, u as pox4 } from "./testnet-BSA7GHn3.cjs";
1
+ import { a as costs3, c as pox2, d as signers, f as signersVoting, i as costs2, l as pox3, n as costVoting, o as lockup, p as testnet, r as costs, s as pox, t as bns, u as pox4 } from "./testnet-BHfdV_yK.cjs";
2
2
  export { bns, costVoting, costs, costs2, costs3, lockup, pox, pox2, pox3, pox4, signers, signersVoting, testnet };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.0",
2
+ "version": "4.1.2",
3
3
  "license": "MIT",
4
4
  "types": "./dist/index.d.cts",
5
5
  "exports": {
@@ -45,8 +45,8 @@
45
45
  "tsx": "^4.7.2"
46
46
  },
47
47
  "dependencies": {
48
- "@clarigen/core": "4.0.2-alpha.1",
49
- "@clarigen/cli": "4.0.2-alpha.1"
48
+ "@clarigen/core": "4.1.2",
49
+ "@clarigen/cli": "4.1.2"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"