@oclif/plugin-test-cjs-1 0.7.50 → 0.7.52

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/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-1
18
18
  $ cjs1 COMMAND
19
19
  running command...
20
20
  $ cjs1 (--version)
21
- @oclif/plugin-test-cjs-1/0.7.50 linux-x64 node-v22.12.0
21
+ @oclif/plugin-test-cjs-1/0.7.52 linux-x64 node-v22.13.1
22
22
  $ cjs1 --help [COMMAND]
23
23
  USAGE
24
24
  $ cjs1 COMMAND
@@ -56,7 +56,7 @@ GLOBAL FLAGS
56
56
  --json Format output as json.
57
57
  ```
58
58
 
59
- _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.50/src/commands/cjs1.ts)_
59
+ _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.52/src/commands/cjs1.ts)_
60
60
 
61
61
  ## `cjs1 help [COMMAND]`
62
62
 
@@ -76,7 +76,7 @@ DESCRIPTION
76
76
  Display help for cjs1.
77
77
  ```
78
78
 
79
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.21/src/commands/help.ts)_
79
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.23/src/commands/help.ts)_
80
80
 
81
81
  ## `cjs1 plugins`
82
82
 
package/bin/dev.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ts-node
2
- // eslint-disable-next-line node/shebang
3
- (async () => {
2
+
3
+ ;(async () => {
4
4
  const oclif = await import('@oclif/core')
5
5
  await oclif.execute({development: true, dir: __dirname})
6
6
  })()
package/bin/run.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- void (async () => {
4
- const oclif = await import('@oclif/core')
5
- await oclif.execute({dir: __dirname})
6
- })()
3
+ (async () => {
4
+ const oclif = await import("@oclif/core");
5
+ await oclif.execute({ dir: __dirname });
6
+ })();
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.7.50"
63
+ "version": "0.7.52"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-cjs-1",
3
- "version": "0.7.50",
3
+ "version": "0.7.52",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -11,7 +11,7 @@
11
11
  "main": "dist/index.js",
12
12
  "repository": "oclif/plugin-test-cjs-1",
13
13
  "files": [
14
- "/bin",
14
+ "bin",
15
15
  "/dist",
16
16
  "/npm-shrinkwrap.json",
17
17
  "/oclif.manifest.json"
@@ -22,14 +22,16 @@
22
22
  "@oclif/plugin-plugins": "^5"
23
23
  },
24
24
  "devDependencies": {
25
+ "@eslint/compat": "^1.2.5",
26
+ "@oclif/prettier-config": "^0.2.1",
25
27
  "@oclif/test": "^4",
26
28
  "@types/chai": "^4",
27
29
  "@types/mocha": "^10",
28
- "@types/node": "^16.18.123",
30
+ "@types/node": "^16.18.125",
29
31
  "chai": "^4",
30
- "eslint": "^8.57.1",
31
- "eslint-config-oclif": "^5.2.2",
32
- "eslint-config-oclif-typescript": "^3.1.13",
32
+ "eslint": "^9.19.0",
33
+ "eslint-config-oclif": "^6.0.0",
34
+ "eslint-config-prettier": "^10.0.1",
33
35
  "mocha": "^10",
34
36
  "oclif": "^4",
35
37
  "shx": "^0.3.4",
@@ -57,7 +59,7 @@
57
59
  },
58
60
  "scripts": {
59
61
  "build": "shx rm -rf dist && tsc -b",
60
- "lint": "eslint . --ext .ts --config .eslintrc",
62
+ "lint": "eslint",
61
63
  "postpack": "shx rm -f oclif.manifest.json",
62
64
  "posttest": "yarn lint",
63
65
  "prepack": "yarn build && oclif manifest && oclif readme",
@@ -65,7 +67,7 @@
65
67
  "version": "oclif readme && git add README.md"
66
68
  },
67
69
  "engines": {
68
- "node": ">=12.0.0"
70
+ "node": ">=18.0.0"
69
71
  },
70
72
  "bugs": "https://github.com/oclif/plugin-test-cjs-1/issues",
71
73
  "keywords": [