@scalar/nuxt 0.3.29 → 0.3.31
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/dist/module.json +1 -1
- package/package.json +5 -5
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"testing",
|
|
21
21
|
"vue"
|
|
22
22
|
],
|
|
23
|
-
"version": "0.3.
|
|
23
|
+
"version": "0.3.31",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=18"
|
|
26
26
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@nuxt/kit": "^3.12.3",
|
|
42
|
-
"@scalar/api-client": "2.3.
|
|
43
|
-
"@scalar/
|
|
44
|
-
"@scalar/
|
|
42
|
+
"@scalar/api-client": "2.3.31",
|
|
43
|
+
"@scalar/api-reference": "1.28.31",
|
|
44
|
+
"@scalar/types": "0.1.14"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@nuxt/devtools": "^1.3.9",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"dev": "pnpm dev:prepare && nuxi dev playground",
|
|
60
60
|
"dev:build": "nuxi build playground",
|
|
61
61
|
"dev:prepare": "nuxi prepare && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
62
|
-
"format:check": "scalar-format-check",
|
|
63
62
|
"format": "scalar-format",
|
|
63
|
+
"format:check": "scalar-format-check",
|
|
64
64
|
"lint:check": "scalar-lint-check",
|
|
65
65
|
"lint:fix": "scalar-lint-fix",
|
|
66
66
|
"test:watch": "vitest watch",
|