@scalar/json-magic 0.4.2 → 0.4.3

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.2 build /home/runner/work/scalar/scalar/packages/json-magic
2
+ > @scalar/json-magic@0.4.3 build /home/runner/work/scalar/scalar/packages/json-magic
3
3
  > scalar-build-esbuild
4
4
 
5
- @scalar/json-magic: Build completed in 25.46ms
5
+ @scalar/json-magic: Build completed in 32.73ms
6
6
 
7
- > @scalar/json-magic@0.4.2 types:build /home/runner/work/scalar/scalar/packages/json-magic
7
+ > @scalar/json-magic@0.4.3 types:build /home/runner/work/scalar/scalar/packages/json-magic
8
8
  > scalar-types-build
9
9
 
10
- Types build completed in 2.42s
10
+ Types build completed in 1.77s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @scalar/json-magic
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bff46e5]
8
+ - @scalar/helpers@0.0.11
9
+
3
10
  ## 0.4.2
4
11
 
5
12
  ### Patch 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.2",
13
+ "version": "0.4.3",
14
14
  "engines": {
15
15
  "node": ">=20"
16
16
  },
@@ -50,11 +50,11 @@
50
50
  "dependencies": {
51
51
  "vue": "^3.5.17",
52
52
  "yaml": "2.8.0",
53
- "@scalar/helpers": "0.0.10"
53
+ "@scalar/helpers": "0.0.11"
54
54
  },
55
55
  "devDependencies": {
56
56
  "fastify": "^5.3.3",
57
- "vite": "6.1.6",
57
+ "vite": "7.1.5",
58
58
  "@scalar/build-tooling": "0.2.7"
59
59
  },
60
60
  "scripts": {