@scalar/json-magic 0.8.0 → 0.8.1

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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @scalar/json-magic@0.8.0 build /home/runner/work/scalar/scalar/packages/json-magic
2
+ > @scalar/json-magic@0.8.1 build /home/runner/work/scalar/scalar/packages/json-magic
3
3
  > scalar-build-esbuild
4
4
 
5
- @scalar/json-magic: Build completed in 31.84ms
5
+ @scalar/json-magic: Build completed in 19.25ms
6
6
 
7
- > @scalar/json-magic@0.8.0 types:build /home/runner/work/scalar/scalar/packages/json-magic
7
+ > @scalar/json-magic@0.8.1 types:build /home/runner/work/scalar/scalar/packages/json-magic
8
8
  > scalar-types-build
9
9
 
10
10
  Types build completed in 1.68s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @scalar/json-magic
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9c9dbba`](https://github.com/scalar/scalar/commit/9c9dbbaa940667303f0ace59469fd78c2a741937), [`4bec1ba`](https://github.com/scalar/scalar/commit/4bec1ba332e919c4ee32dcfbfb07bd8ee42c4d74)]:
8
+ - @scalar/helpers@0.1.1
9
+
3
10
  ## 0.8.0
4
11
 
5
12
  ### Minor Changes
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.0",
13
+ "version": "0.8.1",
14
14
  "engines": {
15
15
  "node": ">=20"
16
16
  },
@@ -60,7 +60,7 @@
60
60
  "dependencies": {
61
61
  "xxhash-wasm": "^1.1.0",
62
62
  "yaml": "2.8.0",
63
- "@scalar/helpers": "0.1.0"
63
+ "@scalar/helpers": "0.1.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "fastify": "^5.3.3",