contensis-cli 1.6.0 → 1.6.1-beta.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/version.js CHANGED
@@ -21,7 +21,7 @@ __export(version_exports, {
21
21
  LIB_VERSION: () => LIB_VERSION
22
22
  });
23
23
  module.exports = __toCommonJS(version_exports);
24
- const LIB_VERSION = "1.5.1-beta.21";
24
+ const LIB_VERSION = "1.6.1-beta.2";
25
25
  // Annotate the CommonJS export names for ESM import in node:
26
26
  0 && (module.exports = {
27
27
  LIB_VERSION
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../src/version.ts"],
4
- "sourcesContent": ["export const LIB_VERSION = \"1.5.1-beta.21\";\n"],
4
+ "sourcesContent": ["export const LIB_VERSION = \"1.6.1-beta.2\";\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "contensis-cli",
3
- "version": "1.6.0",
3
+ "version": "1.6.1-beta.2",
4
4
  "description": "A fully featured Contensis command line interface with a shell UI provides simple and intuitive ways to manage or profile your content in any NodeJS terminal.",
5
- "repository": "https://github.com/contensis/cli",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/contensis/cli.git"
8
+ },
6
9
  "homepage": "https://github.com/contensis/cli/tree/main/packages/contensis-cli#readme",
7
10
  "main": "dist/index.js",
8
11
  "bin": {
9
- "contensis": "./cli.js",
10
- "contensis-cli": "./cli.js"
12
+ "contensis": "cli.js",
13
+ "contensis-cli": "cli.js"
11
14
  },
12
15
  "scripts": {
13
16
  "prestart": "npm run build",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const LIB_VERSION = "1.5.1-beta.21";
1
+ export const LIB_VERSION = "1.6.1-beta.2";