@rebilly/revel 8.8.4 → 8.8.6

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 +1 @@
1
- ## [8.8.4](https://github.com/Rebilly/rebilly/compare/revel-v8.8.3...revel-v8.8.4) (2025-04-22)
1
+ ## [8.8.6](https://github.com/Rebilly/rebilly/compare/revel-v8.8.5...revel-v8.8.6) (2025-04-28)
package/dist/revel.mjs CHANGED
@@ -11680,7 +11680,7 @@ const Py = (M) => M.reduce(
11680
11680
  noResult: "No elements found. Consider changing the search query."
11681
11681
  },
11682
11682
  async: new A1({
11683
- // @ts-ignore this isn't inferred correctly by compiler
11683
+ // @ts-expect-error this isn't inferred correctly by compiler
11684
11684
  component: this,
11685
11685
  config: {
11686
11686
  ...this.asyncConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "8.8.4",
3
+ "version": "8.8.6",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"
@@ -64,7 +64,7 @@
64
64
  "nanoid": "^5.1.5",
65
65
  "postcss-nesting": "^12.1.5",
66
66
  "prismjs": "^1.30.0",
67
- "style-dictionary": "^4.3.3",
67
+ "style-dictionary": "^4.4.0",
68
68
  "typescript": "^5.4.5",
69
69
  "v-calendar": "^3.1.2",
70
70
  "vite": "^5.4.18",