@oclif/plugin-test-esbuild 0.5.104 → 0.5.105

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
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild
17
17
  $ bundle COMMAND
18
18
  running command...
19
19
  $ bundle (--version)
20
- @oclif/plugin-test-esbuild/0.5.104 linux-x64 node-v22.20.0
20
+ @oclif/plugin-test-esbuild/0.5.105 linux-x64 node-v22.20.0
21
21
  $ bundle --help [COMMAND]
22
22
  USAGE
23
23
  $ bundle COMMAND
@@ -475,5 +475,5 @@
475
475
  "enableJsonFlag": false
476
476
  }
477
477
  },
478
- "version": "0.5.104"
478
+ "version": "0.5.105"
479
479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.5.104",
3
+ "version": "0.5.105",
4
4
  "description": "Bundled plugin for testing",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/plugin-plugins": "^5.4.50",
16
- "@oclif/plugin-test-esm-1": "^0.8.91"
16
+ "@oclif/plugin-test-esm-1": "^0.8.93"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@eslint/compat": "^1.4.0",
@@ -24,7 +24,7 @@
24
24
  "@types/node": "^18",
25
25
  "chai": "^4",
26
26
  "esbuild": "^0.25.10",
27
- "eslint": "^9.37.0",
27
+ "eslint": "^9.38.0",
28
28
  "eslint-config-oclif": "^6.0.108",
29
29
  "eslint-config-prettier": "^10.1.8",
30
30
  "mocha": "^10",