@fdm-monster/client-next 0.0.16 → 0.0.17
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/.yarn/install-state.gz +0 -0
- package/.yarn/releases/{yarn-4.5.3.cjs → yarn-4.6.0.cjs} +287 -287
- package/.yarnrc.yml +1 -1
- package/RELEASE_NOTES.MD +12 -0
- package/dist/assets/{index-DliYrMzg.css → index-BOr8zUOp.css} +1 -1
- package/dist/assets/index-Ei7fVzl8.js +90 -0
- package/dist/assets/index-Ei7fVzl8.js.map +1 -0
- package/dist/index.html +2 -2
- package/package.json +2 -2
- package/dist/assets/index--afWr2M3.js +0 -90
- package/dist/assets/index--afWr2M3.js.map +0 -1
package/.yarnrc.yml
CHANGED
package/RELEASE_NOTES.MD
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Develop
|
|
2
2
|
|
|
3
|
+
# Client 0.0.17
|
|
4
|
+
|
|
5
|
+
## Chores
|
|
6
|
+
|
|
7
|
+
- Adjust server version api response (no more isPm2 or isNodemon flags)
|
|
8
|
+
- Backport: update emergency commands to latest version of Vue2
|
|
9
|
+
|
|
10
|
+
## Fixes
|
|
11
|
+
|
|
12
|
+
- Delete files on printer details (sidenav) should be protected by a confirmation dialog.
|
|
13
|
+
- Emergency commands: server restart does not work - broken button removed
|
|
14
|
+
|
|
3
15
|
# Client 0.0.16
|
|
4
16
|
|
|
5
17
|
## Fixes
|