@scalar/json-magic 0.8.6 → 0.8.8

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,26 @@
1
1
  # @scalar/json-magic
2
2
 
3
+ ## 0.8.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/helpers@0.2.4**
12
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
13
+ - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
14
+
15
+ ## 0.8.7
16
+
17
+ ### Patch Changes
18
+
19
+ #### Updated Dependencies
20
+
21
+ - **@scalar/helpers@0.2.3**
22
+ - [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty
23
+
3
24
  ## 0.8.6
4
25
 
5
26
  ### 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.8",
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.4"
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.0"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "scalar-build-esbuild",