@scalar/api-reference 1.34.4 → 1.34.5

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/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.34.4",
23
+ "version": "1.34.5",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -55,21 +55,21 @@
55
55
  "vue": "^3.5.17",
56
56
  "zod": "3.24.1",
57
57
  "@scalar/code-highlight": "0.1.9",
58
- "@scalar/components": "0.14.25",
59
- "@scalar/api-client": "2.5.24",
60
- "@scalar/helpers": "0.0.8",
58
+ "@scalar/api-client": "2.5.25",
61
59
  "@scalar/icons": "0.4.7",
62
- "@scalar/oas-utils": "0.4.20",
63
- "@scalar/object-utils": "1.2.4",
60
+ "@scalar/components": "0.14.26",
61
+ "@scalar/helpers": "0.0.8",
64
62
  "@scalar/json-magic": "0.3.0",
65
- "@scalar/snippetz": "0.4.5",
63
+ "@scalar/object-utils": "1.2.4",
66
64
  "@scalar/openapi-parser": "0.20.0",
67
- "@scalar/types": "0.2.12",
65
+ "@scalar/oas-utils": "0.4.21",
68
66
  "@scalar/themes": "0.13.13",
69
- "@scalar/use-hooks": "0.2.4",
70
67
  "@scalar/openapi-types": "0.3.7",
68
+ "@scalar/snippetz": "0.4.6",
69
+ "@scalar/types": "0.2.12",
70
+ "@scalar/use-hooks": "0.2.4",
71
71
  "@scalar/use-toasts": "0.8.0",
72
- "@scalar/workspace-store": "0.14.0"
72
+ "@scalar/workspace-store": "0.14.1"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@hono/node-server": "^1.11.0",
@@ -89,9 +89,9 @@
89
89
  "vite-plugin-banner": "^0.7.1",
90
90
  "vite-plugin-css-injected-by-js": "^3.4.0",
91
91
  "vitest": "^3.2.4",
92
+ "@scalar/galaxy": "0.5.7",
92
93
  "@scalar/build-tooling": "0.2.6",
93
94
  "@scalar/core": "0.3.13",
94
- "@scalar/galaxy": "0.5.7",
95
95
  "@scalar/react-renderer": "0.2.1"
96
96
  },
97
97
  "scripts": {
@@ -111,6 +111,7 @@
111
111
  "test:e2e": "playwright test",
112
112
  "test:e2e:ui": "playwright test --ui",
113
113
  "test:e2e:snapshots": "PW_TEST_CONNECT_WS_ENDPOINT=ws://127.0.0.1:5001/ playwright test -c playwright.snapshots.config.ts",
114
+ "test:e2e:snapshots:ci": "playwright test -c playwright.snapshots.config.ts",
114
115
  "test:e2e:playwright": "docker-compose -f test-snapshots/compose.yml up",
115
116
  "test:e2e:report": "playwright show-report",
116
117
  "types:build": "scalar-types-build-vue",