rocketh 0.10.12 → 0.10.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # rocketh
2
2
 
3
+ ## 0.10.13
4
+
5
+ ### Patch Changes
6
+
7
+ - forgot to build
8
+
3
9
  ## 0.10.12
4
10
 
5
11
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  'use strict';
3
3
 
4
4
  var ldenv = require('ldenv');
5
- var index = require('./index-CaeasYIO.cjs');
5
+ var index = require('./index-CqGGHs42.cjs');
6
6
  require('node:path');
7
7
  require('node:fs');
8
8
  require('ethers');
@@ -16,7 +16,7 @@ require('viem/chains');
16
16
  require('prompts');
17
17
 
18
18
  var name = "rocketh";
19
- var version = "0.10.11";
19
+ var version = "0.10.12";
20
20
  var description = "deploy smart contract on ethereum-compatible networks";
21
21
  var publishConfig = {
22
22
  access: "public"
package/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { loadEnv } from 'ldenv';
2
- import { f as loadAndExecuteDeployments } from './index-CruWNHof.mjs';
2
+ import { f as loadAndExecuteDeployments } from './index-DESow-6-.mjs';
3
3
  import 'node:path';
4
4
  import 'node:fs';
5
5
  import 'ethers';
@@ -13,7 +13,7 @@ import 'viem/chains';
13
13
  import 'prompts';
14
14
 
15
15
  var name = "rocketh";
16
- var version = "0.10.11";
16
+ var version = "0.10.12";
17
17
  var description = "deploy smart contract on ethereum-compatible networks";
18
18
  var publishConfig = {
19
19
  access: "public"
@@ -14,7 +14,7 @@ var prompts = require('prompts');
14
14
  var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
15
15
  var require$1 = (
16
16
  false
17
- ? /* @__PURE__ */ module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index-CaeasYIO.cjs', document.baseURI).href)))
17
+ ? /* @__PURE__ */ module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index-CqGGHs42.cjs', document.baseURI).href)))
18
18
  : require
19
19
  );
20
20
 
@@ -1080,7 +1080,6 @@ function readConfig(options) {
1080
1080
  }
1081
1081
  }
1082
1082
  function readAndResolveConfig(options) {
1083
- console.log(options);
1084
1083
  return resolveConfig(readConfig(options));
1085
1084
  }
1086
1085
  function resolveConfig(config) {
@@ -1315,4 +1314,4 @@ exports.mergeArtifacts = mergeArtifacts;
1315
1314
  exports.readAndResolveConfig = readAndResolveConfig;
1316
1315
  exports.readConfig = readConfig;
1317
1316
  exports.resolveConfig = resolveConfig;
1318
- //# sourceMappingURL=index-CaeasYIO.cjs.map
1317
+ //# sourceMappingURL=index-CqGGHs42.cjs.map