@scalar/client-side-rendering
Advanced tools
+12
-0
| # @scalar/client-side-rendering | ||
| ## 0.1.9 | ||
| ### Patch Changes | ||
| - [#9211](https://github.com/scalar/scalar/pull/9211): chore: use the new schemas from the new package | ||
| ## 0.1.8 | ||
| ### Patch Changes | ||
| - [#8844](https://github.com/scalar/scalar/pull/8844): chore: use the new schemas from the new package | ||
| ## 0.1.7 | ||
@@ -4,0 +16,0 @@ |
+1
-1
@@ -1,2 +0,2 @@ | ||
| export { getConfiguration, getScriptTags, renderApiReference, type AnyApiReferenceConfiguration, type HtmlRenderingConfiguration, } from './html-rendering.js'; | ||
| export { type AnyApiReferenceConfiguration, type HtmlRenderingConfiguration, getConfiguration, getScriptTags, renderApiReference, } from './html-rendering.js'; | ||
| //# sourceMappingURL=index.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,aAAa,EACb,kBAAkB,EAClB,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,GAChC,MAAM,kBAAkB,CAAA"} | ||
| {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,4BAA4B,EACjC,KAAK,0BAA0B,EAC/B,gBAAgB,EAChB,aAAa,EACb,kBAAkB,GACnB,MAAM,kBAAkB,CAAA"} |
+4
-2
@@ -14,3 +14,3 @@ { | ||
| "keywords": [], | ||
| "version": "0.1.7", | ||
| "version": "0.1.9", | ||
| "engines": { | ||
@@ -32,3 +32,5 @@ "node": ">=22" | ||
| "dependencies": { | ||
| "@scalar/types": "0.9.6" | ||
| "@scalar/types": "0.11.0", | ||
| "@scalar/validation": "0.5.0", | ||
| "@scalar/schemas": "0.2.0" | ||
| }, | ||
@@ -35,0 +37,0 @@ "devDependencies": { |
11115
3.1%3
200%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
Updated