@storm-software/workspace-tools 1.45.0 → 1.45.1
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/CHANGELOG.md +7 -0
- package/index.js +72 -74
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +467 -22497
- package/src/executors/tsup/schema.d.ts +0 -1
- package/src/executors/tsup/schema.json +0 -5
- package/src/executors/tsup-browser/executor.js +467 -22497
- package/src/executors/tsup-neutral/executor.js +467 -22497
- package/src/executors/tsup-node/executor.js +467 -22497
|
@@ -81,11 +81,6 @@
|
|
|
81
81
|
"description": "Should each file contained in the package be emitted individually.",
|
|
82
82
|
"default": false
|
|
83
83
|
},
|
|
84
|
-
"skipTypia": {
|
|
85
|
-
"type": "boolean",
|
|
86
|
-
"description": "Should the typia schema transformation process be skipped.",
|
|
87
|
-
"default": false
|
|
88
|
-
},
|
|
89
84
|
"generatePackageJson": {
|
|
90
85
|
"type": "boolean",
|
|
91
86
|
"description": "Should a package.json file be generated in the output folder or should the existing one be copied in.",
|