miqro 1.7.1 → 1.7.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/cmds/test.js CHANGED
@@ -7,7 +7,7 @@ const test_1 = require("@miqro/test");
7
7
  const logger = console;
8
8
  const main = async () => {
9
9
  const startMS = Date.now();
10
- const args = (0, utils_1.extractFlags)(process.argv.slice(2), {
10
+ const args = (0, utils_1.extractFlags)(process.argv.slice(3), {
11
11
  flags: {
12
12
  i: {
13
13
  description: "isolate default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miqro",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",