@scalar/json-magic 0.4.0 → 0.4.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.4.0 build /home/runner/work/scalar/scalar/packages/json-magic
2
+ > @scalar/json-magic@0.4.1 build /home/runner/work/scalar/scalar/packages/json-magic
3
3
  > scalar-build-esbuild
4
4
 
5
- @scalar/json-magic: Build completed in 27.42ms
5
+ @scalar/json-magic: Build completed in 33.98ms
6
6
 
7
- > @scalar/json-magic@0.4.0 types:build /home/runner/work/scalar/scalar/packages/json-magic
7
+ > @scalar/json-magic@0.4.1 types:build /home/runner/work/scalar/scalar/packages/json-magic
8
8
  > scalar-types-build
9
9
 
10
- Types build completed in 1.60s
10
+ Types build completed in 1.54s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @scalar/json-magic
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [821717b]
8
+ - @scalar/helpers@0.0.10
9
+
3
10
  ## 0.4.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.4.0",
13
+ "version": "0.4.1",
14
14
  "engines": {
15
15
  "node": ">=20"
16
16
  },
@@ -50,12 +50,12 @@
50
50
  "dependencies": {
51
51
  "vue": "^3.5.17",
52
52
  "yaml": "2.8.0",
53
- "@scalar/helpers": "0.0.9"
53
+ "@scalar/helpers": "0.0.10"
54
54
  },
55
55
  "devDependencies": {
56
56
  "fastify": "^5.3.3",
57
57
  "vite": "6.1.6",
58
- "@scalar/build-tooling": "0.2.6"
58
+ "@scalar/build-tooling": "0.2.7"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "scalar-build-esbuild",