@pristy/pristy-libvue 0.2.7 → 0.3.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/README.md +2 -0
- package/dist/pristy-libvue.mjs +944 -0
- package/dist/pristy-libvue.umd.js +10 -0
- package/package.json +40 -6
- package/.gitlab-ci.yml +0 -51
- package/src/AlfrescoApi.js +0 -69
- package/src/AlfrescoFileService.js +0 -62
- package/src/AlfrescoNodeService.js +0 -176
- package/src/AlfrescoPermissionService.js +0 -23
- package/src/ErrorService.js +0 -191
- package/src/WorkspaceService.js +0 -338
- package/src/index.js +0 -30
- package/src/stores/user.js +0 -169
package/README.md
CHANGED
|
@@ -39,3 +39,5 @@ The pristy-libvue package of the package.json will be overloaded by the local li
|
|
|
39
39
|
| 0.2.3 | Add workspaceService |
|
|
40
40
|
| 0.2.4 | Adding the publication of an act |
|
|
41
41
|
| 0.2.5 | Update Readme and licence in package.json |
|
|
42
|
+
| 0.2.6 | Update wording and fix import of TrashCanApi |
|
|
43
|
+
|