jinrai 1.1.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jinrai",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A powerful library that analyzes your modern web application and automatically generates a perfectly rendered, static snapshot of its pages. Experience unparalleled loading speed and SEO clarity without the complexity of traditional SSR setups. Simply point Jinrai at your SPA and witness divine speed.",
5
5
  "main": "lib/index.ts",
6
6
  "scripts": {
@@ -33,6 +33,7 @@
33
33
  "dependencies": {
34
34
  "@types/prettier": "^2.7.3",
35
35
  "jiti": "^2.6.0",
36
+ "nuqs": "^2.8.1",
36
37
  "ora": "^9.0.0",
37
38
  "playwright": "^1.55.1",
38
39
  "prettier": "^3.6.2"