@scalar/nuxt 0.0.45 → 0.0.47

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/README.md CHANGED
@@ -42,7 +42,7 @@ export default defineNuxtConfig({
42
42
  modules: ['@scalar/nuxt'],
43
43
  scalar: {
44
44
  spec: {
45
- url: 'https://cdn.scalar.com/spec/openapi_petstore.json',
45
+ url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml',
46
46
  },
47
47
  },
48
48
  })
@@ -68,7 +68,7 @@ export default defineNuxtConfig({
68
68
  basePath: '/scalar',
69
69
  },
70
70
  spec: {
71
- url: 'https://cdn.scalar.com/spec/openapi_petstore.json',
71
+ url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml',
72
72
  },
73
73
  },
74
74
  })
@@ -89,10 +89,10 @@ export default defineNuxtConfig({
89
89
  configurations: [
90
90
  {
91
91
  spec: {
92
- url: 'https://cdn.scalar.com/spec/openapi_petstore.json',
92
+ url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml,
93
93
  },
94
94
  pathRouting: {
95
- basePath: '/petstore',
95
+ basePath: '/yaml',
96
96
  },
97
97
  },
98
98
  {
@@ -100,7 +100,7 @@ export default defineNuxtConfig({
100
100
  url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.json',
101
101
  },
102
102
  pathRouting: {
103
- basePath: '/galaxy',
103
+ basePath: '/json',
104
104
  },
105
105
  },
106
106
  ],
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@scalar/nuxt",
3
3
  "configKey": "scalar",
4
- "version": "0.0.45"
4
+ "version": "0.0.47"
5
5
  }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "testing",
21
21
  "vue"
22
22
  ],
23
- "version": "0.0.45",
23
+ "version": "0.0.47",
24
24
  "engines": {
25
25
  "node": ">=18"
26
26
  },
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@nuxt/kit": "^3.11.2",
42
- "@scalar/api-reference": "1.22.35"
42
+ "@scalar/api-reference": "1.22.37"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@nuxt/devtools": "^1.1.5",