@scalar/json-magic 0.8.6 → 0.8.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @scalar/json-magic
2
2
 
3
+ ## 0.8.9
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/helpers@0.2.5**
10
+ - [#7605](https://github.com/scalar/scalar/pull/7605): fix: all issues for client modal v2 preparation
11
+
12
+ ## 0.8.8
13
+
14
+ ### Patch Changes
15
+
16
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/helpers@0.2.4**
21
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
22
+ - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
23
+
24
+ ## 0.8.7
25
+
26
+ ### Patch Changes
27
+
28
+ #### Updated Dependencies
29
+
30
+ - **@scalar/helpers@0.2.3**
31
+ - [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty
32
+
3
33
  ## 0.8.6
4
34
 
5
35
  ### Patch Changes
@@ -1,4 +1,3 @@
1
- /** biome-ignore-all lint/performance/noBarrelFile: entrypoint */
2
1
  export type { LifecyclePlugin, LoaderPlugin, Plugin, ResolveResult } from './bundle.js';
3
2
  export { bundle, resolveAndCopyReferences } from './bundle.js';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/bundle/index.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AACpF,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/bundle/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AACpF,OAAO,EAAE,MAAM,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/bundle/index.ts"],
4
- "sourcesContent": ["/** biome-ignore-all lint/performance/noBarrelFile: entrypoint */\nexport type { LifecyclePlugin, LoaderPlugin, Plugin, ResolveResult } from './bundle'\nexport { bundle, resolveAndCopyReferences } from './bundle'\n"],
5
- "mappings": "AAEA,SAAS,QAAQ,gCAAgC;",
4
+ "sourcesContent": ["export type { LifecyclePlugin, LoaderPlugin, Plugin, ResolveResult } from './bundle'\nexport { bundle, resolveAndCopyReferences } from './bundle'\n"],
5
+ "mappings": "AACA,SAAS,QAAQ,gCAAgC;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/json-magic"
12
12
  },
13
- "version": "0.8.6",
13
+ "version": "0.8.9",
14
14
  "engines": {
15
15
  "node": ">=20"
16
16
  },
@@ -58,12 +58,12 @@
58
58
  ],
59
59
  "dependencies": {
60
60
  "yaml": "^2.8.0",
61
- "@scalar/helpers": "0.2.2"
61
+ "@scalar/helpers": "0.2.5"
62
62
  },
63
63
  "devDependencies": {
64
64
  "fastify": "^5.3.3",
65
65
  "vite": "7.1.11",
66
- "@scalar/build-tooling": "0.3.1"
66
+ "@scalar/build-tooling": "0.4.1"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "scalar-build-esbuild",