yo-unit 0.19.0 → 0.19.2

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -149575
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.19.0",
2
+ "version": "0.19.2",
3
3
  "name": "yo-unit",
4
4
  "repository": {
5
5
  "type": "git",
@@ -33,7 +33,7 @@
33
33
  "module": "./dist/index.js",
34
34
  "scripts": {
35
35
  "build:clean": "find ./dist -name '*.*' | xargs rm -rf",
36
- "build:src": "bun build src/index.ts --outdir dist --target node --external parse-ini-string --external yeoman-generator",
36
+ "build:src": "bun build src/index.ts --outdir dist --target node --external yeoman-environment --external yeoman-test --external yeoman-assert",
37
37
  "build:types": "bun tsc -p ./",
38
38
  "build": "npm run build:clean && npm run build:src && npm run build:types",
39
39
  "test": "npm run build && bun test --timeout 5000 ./src/__tests__/",