@microtronics/studio-cli 0.54.0 → 0.56.0
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 +18 -1
- package/dist/main.js +49 -46
- package/dist/studio-cli.d.ts +40 -6
- package/out/api.js +8 -3
- package/out/dde/dde.js +1 -1
- package/out/dde/fileGenerators/dlo.js +17 -1
- package/out/dependencies.js +170 -14
- package/out/globals.js +45 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.56.0 (2026-03-24)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
|
+
* add error handling for CLI task execution ([ef0dcf9](https://bitbucket.org/microtronics-core/vscode-studio/commits/ef0dcf90cea47447d4dbe2d83e29c3921a8dd6c9))
|
|
8
|
+
* auto-install npm deps in pov/blo during `studio install` ([18bef6b](https://bitbucket.org/microtronics-core/vscode-studio/commits/18bef6b7df9649c7da9951a3f4ab32d48dfd3e79))
|
|
9
|
+
* auto-link library blo/pov parts to project package.json ([8fe7829](https://bitbucket.org/microtronics-core/vscode-studio/commits/8fe78293b196da060da720c3c19723657f857cb9))
|
|
10
|
+
* replace console log with logger instance ([441bfea](https://bitbucket.org/microtronics-core/vscode-studio/commits/441bfea9acd8b26d2ff09fe8c23668e974440812))
|
|
11
|
+
* use `npm ci` instead of `npm install` for reproducible builds ([e7b6b16](https://bitbucket.org/microtronics-core/vscode-studio/commits/e7b6b1623a9f701d2687e92cfca89fe08ce3edc0))
|
|
12
|
+
|
|
13
|
+
## 0.55.0 (2026-03-24)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add comments to global defines in auto-generated DLO file ([5d490b2](https://bitbucket.org/microtronics-core/vscode-studio/commits/5d490b27cd68985449104f8a8bb07ecde8476b7b))
|
|
18
|
+
* track define sources with labels in comments ([8b2c8ba](https://bitbucket.org/microtronics-core/vscode-studio/commits/8b2c8bac9fbe222fb3771a1645644f7a2fa84b80))
|
|
19
|
+
|
|
20
|
+
## 0.54.0 (2026-03-23)
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
7
24
|
* generate dual defines.ts files for library projects ([53295e6](https://bitbucket.org/microtronics-core/vscode-studio/commits/53295e670975d53de23130abf9dd4761c5028bba))
|
|
8
25
|
|
|
9
26
|
## 0.53.0 (2026-03-23)
|