@oclif/plugin-test-cjs-1 0.6.28 → 0.6.30

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.6.28 linux-x64 node-v20.11.1
21
+ @oclif/plugin-test-cjs-1/0.6.30 linux-x64 node-v20.12.1
22
22
  $ cjs1 --help [COMMAND]
23
23
  USAGE
24
24
  $ cjs1 COMMAND
@@ -52,7 +52,7 @@ FLAGS
52
52
  --optionalString=<value>
53
53
  ```
54
54
 
55
- _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.28/src/commands/cjs1.ts)_
55
+ _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.30/src/commands/cjs1.ts)_
56
56
 
57
57
  ## `cjs1 help [COMMANDS]`
58
58
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.28",
2
+ "version": "0.6.30",
3
3
  "commands": {
4
4
  "cjs1": {
5
5
  "id": "cjs1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-cjs-1",
3
- "version": "0.6.28",
3
+ "version": "0.6.30",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "/oclif.manifest.json"
18
18
  ],
19
19
  "dependencies": {
20
- "@oclif/core": "^3.26.0",
20
+ "@oclif/core": "^3.26.3",
21
21
  "@oclif/plugin-help": "^5",
22
22
  "@oclif/plugin-plugins": "^3.9.4"
23
23
  },
@@ -25,7 +25,7 @@
25
25
  "@oclif/test": "^2.5.6",
26
26
  "@types/chai": "^4",
27
27
  "@types/mocha": "^9.0.0",
28
- "@types/node": "^16.18.89",
28
+ "@types/node": "^16.18.95",
29
29
  "chai": "^4",
30
30
  "eslint": "^7",
31
31
  "eslint-config-oclif": "^4",