@scalar/api-reference 1.52.2 → 1.52.3

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.52.2",
23
+ "version": "1.52.3",
24
24
  "engines": {
25
25
  "node": ">=22"
26
26
  },
@@ -54,6 +54,11 @@
54
54
  "types": "./dist/plugins/index.d.ts",
55
55
  "default": "./dist/plugins/index.js"
56
56
  },
57
+ "./plugins/posthog": {
58
+ "import": "./dist/plugins/posthog/index.js",
59
+ "types": "./dist/plugins/posthog/index.d.ts",
60
+ "default": "./dist/plugins/posthog/index.js"
61
+ },
57
62
  "./features": {
58
63
  "import": "./dist/features/index.js",
59
64
  "types": "./dist/features/index.d.ts",
@@ -64,8 +69,7 @@
64
69
  "types": "./dist/helpers/index.d.ts",
65
70
  "default": "./dist/helpers/index.js"
66
71
  },
67
- "./style.css": "./dist/style.css",
68
- "./browser/standalone.js": "./dist/browser/standalone.js"
72
+ "./style.css": "./dist/style.css"
69
73
  },
70
74
  "files": [
71
75
  "dist",
@@ -86,20 +90,20 @@
86
90
  "nanoid": "^5.1.6",
87
91
  "vue": "^3.5.30",
88
92
  "yaml": "^2.8.0",
89
- "@scalar/agent-chat": "0.10.4",
90
- "@scalar/api-client": "3.0.0",
91
- "@scalar/components": "0.22.0",
93
+ "@scalar/agent-chat": "0.10.5",
94
+ "@scalar/api-client": "3.1.0",
92
95
  "@scalar/code-highlight": "0.3.3",
96
+ "@scalar/components": "0.22.1",
97
+ "@scalar/oas-utils": "0.13.0",
93
98
  "@scalar/icons": "0.7.2",
94
- "@scalar/helpers": "0.5.0",
95
- "@scalar/oas-utils": "0.12.0",
96
- "@scalar/sidebar": "0.9.1",
97
- "@scalar/snippetz": "0.9.0",
99
+ "@scalar/helpers": "0.5.1",
100
+ "@scalar/sidebar": "0.9.2",
101
+ "@scalar/snippetz": "0.9.1",
98
102
  "@scalar/themes": "0.15.3",
99
- "@scalar/types": "0.9.0",
100
- "@scalar/use-toasts": "0.10.1",
103
+ "@scalar/types": "0.9.1",
101
104
  "@scalar/use-hooks": "0.4.2",
102
- "@scalar/workspace-store": "0.46.0"
105
+ "@scalar/use-toasts": "0.10.1",
106
+ "@scalar/workspace-store": "0.46.1"
103
107
  },
104
108
  "devDependencies": {
105
109
  "@hono/node-server": "^1.19.10",
@@ -110,13 +114,14 @@
110
114
  "@vue/test-utils": "2.4.6",
111
115
  "hono": "^4.12.7",
112
116
  "jsdom": "27.4.0",
117
+ "posthog-js": "1.363.2",
113
118
  "rollup-plugin-webpack-stats": "^0.2.5",
114
119
  "tailwindcss": "^4.1.18",
115
120
  "vite": "8.0.0",
116
121
  "vite-plugin-banner": "^0.8.1",
117
122
  "vite-plugin-css-injected-by-js": "^3.5.2",
118
123
  "vitest": "4.1.0",
119
- "@scalar/core": "0.5.1",
124
+ "@scalar/core": "0.5.2",
120
125
  "@scalar/galaxy": "0.6.2"
121
126
  },
122
127
  "scripts": {