@open-xchange/vite-plugin-es-decorators 0.0.5 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.0.0` – 2025-Jan-03
4
+
5
+ - chore: release v1 (no code changes)
6
+
7
+ ## `0.0.6` – 2024-Dec-06
8
+
9
+ - chore: bump dependencies
10
+
3
11
  ## `0.0.5` – 2024-Nov-29
4
12
 
5
13
  - chore: add vite v6 to peerDeps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/vite-plugin-es-decorators",
3
- "version": "0.0.5",
3
+ "version": "1.0.0",
4
4
  "description": "Vite plugin that adds support for native ES decorators in JS source files",
5
5
  "repository": {
6
6
  "type": "git",
@@ -10,7 +10,7 @@
10
10
  "engines": {
11
11
  "node": ">=20.18"
12
12
  },
13
- "packageManager": "yarn@4.5.3",
13
+ "packageManager": "yarn@4.6.0",
14
14
  "type": "module",
15
15
  "exports": "./dist/index.js",
16
16
  "scripts": {
@@ -22,16 +22,16 @@
22
22
  "dependencies": {
23
23
  "@babel/core": "^7.26.0",
24
24
  "@babel/plugin-proposal-decorators": "^7.25.9",
25
- "vite-plugin-babel": "^1.2.0"
25
+ "vite-plugin-babel": "^1.3.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@open-xchange/linter-presets": "0.11.4",
28
+ "@open-xchange/linter-presets": "1.0.0",
29
29
  "@types/babel__core": "^7.20.5",
30
- "@types/node": "^22.10.1",
31
- "eslint": "^9.15.0",
30
+ "@types/node": "^22.10.4",
31
+ "eslint": "^9.17.0",
32
32
  "rimraf": "^6.0.1",
33
33
  "typescript": "^5.7.2",
34
- "vite": "^6.0.1"
34
+ "vite": "^6.0.7"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "vite": "^5.3.0 || ^6.0.0"