@by-association-only/cli 3.2.0 → 3.3.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.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
#!/usr/bin/env node
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
"use strict";
|
|
2
3
|
var __create = Object.create;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
@@ -41,7 +42,7 @@ var import_commander = require("commander");
|
|
|
41
42
|
// package.json
|
|
42
43
|
var package_default = {
|
|
43
44
|
name: "@by-association-only/cli",
|
|
44
|
-
version: "3.
|
|
45
|
+
version: "3.3.0",
|
|
45
46
|
description: "By Association Only CLI",
|
|
46
47
|
private: false,
|
|
47
48
|
author: "BAO Agency",
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __defProps = Object.defineProperties;
|
|
3
4
|
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
@@ -24,7 +25,7 @@ import { program } from "commander";
|
|
|
24
25
|
// package.json
|
|
25
26
|
var package_default = {
|
|
26
27
|
name: "@by-association-only/cli",
|
|
27
|
-
version: "3.
|
|
28
|
+
version: "3.3.0",
|
|
28
29
|
description: "By Association Only CLI",
|
|
29
30
|
private: false,
|
|
30
31
|
author: "BAO Agency",
|