@git.zone/cli 2.14.1 → 2.14.3

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.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '2.14.1',
6
+ version: '2.14.3',
7
7
  description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxlQUFlO0lBQ3JCLE9BQU8sRUFBRSxRQUFRO0lBQ2pCLFdBQVcsRUFBRSwrTEFBK0w7Q0FDN00sQ0FBQSJ9
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@git.zone/cli",
3
3
  "private": false,
4
- "version": "2.14.1",
4
+ "version": "2.14.3",
5
5
  "description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
6
- "main": "dist_ts/index.ts",
6
+ "main": "dist_ts/index.js",
7
7
  "typings": "dist_ts/index.d.ts",
8
8
  "type": "module",
9
9
  "bin": {
@@ -11,21 +11,21 @@
11
11
  "gzone": "./cli.js"
12
12
  },
13
13
  "scripts": {
14
- "test": "(npm run clean && npm run prepareTest && npm run testCli && npm run testFormat && npm run testCommit && npm run testDeprecate && npm run testVersion && npm run testReadme && npm run testUpdate && npm run testTemplateNpm && npm run testTemplateLit) && rm -rf test",
14
+ "test": "(pnpm run clean && pnpm run prepareTest && pnpm run testCli && pnpm run testFormat && pnpm run testCommit && pnpm run testDeprecate && pnpm run testVersion && pnpm run testReadme && pnpm run testUpdate && pnpm run testTemplateNpm && pnpm run testTemplateLit) && rm -rf .nogit/test",
15
15
  "build": "tsbuild tsfolders",
16
- "clean": "(rm -rf test/)",
17
- "prepareTest": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
18
- "testBuild": "npm run build && rm -r dist/",
19
- "testCli": "(cd test && node ../cli.ts.js)",
20
- "testCommit": "(cd test && node ../cli.ts.js commit)",
21
- "testDeprecate": "(cd test && node ../cli.ts.js deprecate)",
22
- "testOpen": "(cd test && node ../cli.ts.js open ci)",
23
- "testReadme": "(cd test && node ../cli.ts.js readme)",
24
- "testFormat": "(cd test && node ../cli.ts.js format)",
25
- "testTemplateNpm": "(rm -rf test/testtemplate_npm/ && mkdir test/testtemplate_npm && cd test/testtemplate_npm && node ../../cli.ts.js template npm)",
26
- "testTemplateLit": "(rm -rf test/testtemplate_lit/ && mkdir test/testtemplate_lit && cd test/testtemplate_lit && node ../../cli.ts.js template lit)",
27
- "testUpdate": "(cd test && node ../cli.ts.js update)",
28
- "testVersion": "(cd test && node ../cli.ts.js -v)",
16
+ "clean": "(rm -rf .nogit/test/)",
17
+ "prepareTest": "(mkdir -p .nogit && git clone https://gitlab.com/sandboxzone/sandbox-npmts.git .nogit/test/)",
18
+ "testBuild": "pnpm run build && rm -r dist/",
19
+ "testCli": "(cd .nogit/test && node ../../cli.ts.js)",
20
+ "testCommit": "(cd .nogit/test && node ../../cli.ts.js commit)",
21
+ "testDeprecate": "(cd .nogit/test && node ../../cli.ts.js deprecate)",
22
+ "testOpen": "(cd .nogit/test && node ../../cli.ts.js open ci)",
23
+ "testReadme": "(cd .nogit/test && node ../../cli.ts.js readme)",
24
+ "testFormat": "(cd .nogit/test && node ../../cli.ts.js format)",
25
+ "testTemplateNpm": "(rm -rf .nogit/test/testtemplate_npm/ && mkdir -p .nogit/test/testtemplate_npm && cd .nogit/test/testtemplate_npm && node ../../../cli.ts.js template npm)",
26
+ "testTemplateLit": "(rm -rf .nogit/test/testtemplate_lit/ && mkdir -p .nogit/test/testtemplate_lit && cd .nogit/test/testtemplate_lit && node ../../../cli.ts.js template lit)",
27
+ "testUpdate": "(cd .nogit/test && node ../../cli.ts.js update)",
28
+ "testVersion": "(cd .nogit/test && node ../../cli.ts.js -v)",
29
29
  "buildDocs": "tsdoc"
30
30
  },
31
31
  "repository": {
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/cli',
6
- version: '2.14.1',
6
+ version: '2.14.3',
7
7
  description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
8
8
  }