@open-xchange/vite-plugin-ox-manifests 0.6.1 → 0.6.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.6.2] - 2023-06-21
8
+
9
+ ### Fixed
10
+
11
+ - Missing production dependency [`c65e16e`](https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/commit/c65e16e335a598caab34cb7e36893001dccf4e3e)
12
+
13
+
7
14
  ## [0.6.1] - 2023-05-31
8
15
 
9
16
  ### Fixed
@@ -40,7 +47,8 @@ All notable changes to this project will be documented in this file.
40
47
 
41
48
  - Start Changelog
42
49
 
43
- [unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.1...main
50
+ [unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.2...main
51
+ [0.6.2]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.1...0.6.2
44
52
  [0.6.1]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.0...0.6.1
45
53
  [0.6.0]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.4...0.6.0
46
54
  [0.5.4]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.3...0.5.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/vite-plugin-ox-manifests",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A vite plugin to concat and serve ox manifests",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@open-xchange/rollup-plugin-po2json": "^0.8.0",
19
+ "@open-xchange/vite-plugin-ox-externals": "^0.5.0",
19
20
  "chokidar": "^3.5.1",
20
21
  "fast-glob": "^3.2.12",
21
22
  "magic-string": "^0.30.0",
22
23
  "parseurl": "^1.3.3"
23
24
  },
24
25
  "devDependencies": {
25
- "@open-xchange/lint": "^0.0.2",
26
- "@open-xchange/vite-plugin-ox-externals": "^0.5.0",
26
+ "@open-xchange/lint": "^0.0.3",
27
27
  "@types/node": "^20.1.5",
28
28
  "@types/parseurl": "^1.3.1",
29
29
  "@typescript-eslint/eslint-plugin": "^5.59.0",