@jasonshimmy/vite-plugin-cer-app 0.19.2 → 0.19.3

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 CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
+ ## [v0.19.3] - 2026-03-29
5
+
6
+ - fix: bump versions in generated package.json files and update the cer dependency for development (bf1014d)
7
+
4
8
  ## [v0.19.2] - 2026-03-28
5
9
 
6
10
  - fix: add plugin DSD test cases and ensure shared component registry in SSR (ee3fffb)
package/commits.txt CHANGED
@@ -1 +1 @@
1
- - fix: add plugin DSD test cases and ensure shared component registry in SSR (ee3fffb)
1
+ - fix: bump versions in generated package.json files and update the cer dependency for development (bf1014d)
@@ -8,10 +8,10 @@
8
8
  "preview": "cer-app preview"
9
9
  },
10
10
  "dependencies": {
11
- "@jasonshimmy/custom-elements-runtime": "^3.7.1"
11
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@jasonshimmy/vite-plugin-cer-app": "^0.19.2",
14
+ "@jasonshimmy/vite-plugin-cer-app": "^0.19.3",
15
15
  "typescript": "^5.9.3",
16
16
  "vite": "^8.0.3"
17
17
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "cer-app preview"
10
10
  },
11
11
  "dependencies": {
12
- "@jasonshimmy/custom-elements-runtime": "^3.7.1"
12
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@jasonshimmy/vite-plugin-cer-app": "^0.19.2",
15
+ "@jasonshimmy/vite-plugin-cer-app": "^0.19.3",
16
16
  "typescript": "^5.9.3",
17
17
  "vite": "^8.0.3"
18
18
  }
@@ -8,10 +8,10 @@
8
8
  "preview": "cer-app preview --ssr"
9
9
  },
10
10
  "dependencies": {
11
- "@jasonshimmy/custom-elements-runtime": "^3.7.1"
11
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@jasonshimmy/vite-plugin-cer-app": "^0.19.2",
14
+ "@jasonshimmy/vite-plugin-cer-app": "^0.19.3",
15
15
  "typescript": "^5.9.3",
16
16
  "vite": "^8.0.3"
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jasonshimmy/vite-plugin-cer-app",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "description": "Nuxt-style meta-framework for @jasonshimmy/custom-elements-runtime",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -92,7 +92,7 @@
92
92
  "pathe": "^2.0.3"
93
93
  },
94
94
  "devDependencies": {
95
- "@jasonshimmy/custom-elements-runtime": "^3.7.1",
95
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2",
96
96
  "@types/node": "^25.5.0",
97
97
  "@vitest/coverage-v8": "^4.1.2",
98
98
  "cypress": "^15.13.0",
@@ -8,10 +8,10 @@
8
8
  "preview": "cer-app preview"
9
9
  },
10
10
  "dependencies": {
11
- "@jasonshimmy/custom-elements-runtime": "^3.7.1"
11
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@jasonshimmy/vite-plugin-cer-app": "^0.19.2",
14
+ "@jasonshimmy/vite-plugin-cer-app": "^0.19.3",
15
15
  "typescript": "^5.9.3",
16
16
  "vite": "^8.0.3"
17
17
  }
@@ -9,10 +9,10 @@
9
9
  "preview": "cer-app preview"
10
10
  },
11
11
  "dependencies": {
12
- "@jasonshimmy/custom-elements-runtime": "^3.7.1"
12
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2"
13
13
  },
14
14
  "devDependencies": {
15
- "@jasonshimmy/vite-plugin-cer-app": "^0.19.2",
15
+ "@jasonshimmy/vite-plugin-cer-app": "^0.19.3",
16
16
  "typescript": "^5.9.3",
17
17
  "vite": "^8.0.3"
18
18
  }
@@ -8,10 +8,10 @@
8
8
  "preview": "cer-app preview --ssr"
9
9
  },
10
10
  "dependencies": {
11
- "@jasonshimmy/custom-elements-runtime": "^3.7.1"
11
+ "@jasonshimmy/custom-elements-runtime": "^3.7.2"
12
12
  },
13
13
  "devDependencies": {
14
- "@jasonshimmy/vite-plugin-cer-app": "^0.19.2",
14
+ "@jasonshimmy/vite-plugin-cer-app": "^0.19.3",
15
15
  "typescript": "^5.9.3",
16
16
  "vite": "^8.0.3"
17
17
  }