@oclif/plugin-test-esbuild 0.1.3 → 0.1.4

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-esbuild
18
18
  $ bundle COMMAND
19
19
  running command...
20
20
  $ bundle (--version)
21
- @oclif/plugin-test-esbuild/0.1.3 linux-x64 node-v20.11.0
21
+ @oclif/plugin-test-esbuild/0.1.4 linux-x64 node-v20.11.0
22
22
  $ bundle --help [COMMAND]
23
23
  USAGE
24
24
  $ bundle COMMAND
@@ -68,5 +68,5 @@
68
68
  "enableJsonFlag": false
69
69
  }
70
70
  },
71
- "version": "0.1.3"
71
+ "version": "0.1.4"
72
72
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Bundled plugin for testing",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
@@ -72,7 +72,7 @@
72
72
  }
73
73
  }
74
74
  },
75
- "repository": "oclif/plugin-test-bundle",
75
+ "repository": "oclif/plugin-test-esbuild",
76
76
  "scripts": {
77
77
  "build": "shx rm -rf dist && tsc -b",
78
78
  "bundle": "esbuild src/index.ts --bundle --platform=node --outfile=dist/index.js",