@dudousxd/nestjs-codegen 0.2.0 → 0.2.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 +11 -0
- package/README.md +161 -0
- package/dist/cli/main.cjs +1 -1
- package/dist/cli/main.cjs.map +1 -1
- package/dist/cli/main.js +1 -1
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3952,7 +3952,7 @@ async function watch(config, onChange) {
|
|
|
3952
3952
|
}
|
|
3953
3953
|
|
|
3954
3954
|
// src/index.ts
|
|
3955
|
-
var VERSION = "0.2.
|
|
3955
|
+
var VERSION = "0.2.1";
|
|
3956
3956
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3957
3957
|
0 && (module.exports = {
|
|
3958
3958
|
CodegenError,
|