@theme-registry/refract-json 0.1.9 → 0.1.10
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theme-registry/refract-json",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "The JSON output adapter for @theme-registry/refract — lowers a ThemeModel to a structured JSON document.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Petyo Stoyanov",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@theme-registry/refract": "^0.1.
|
|
35
|
+
"@theme-registry/refract": "^0.1.10"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
43
43
|
"typescript": "^5.4.2",
|
|
44
44
|
"vitest": "^4.1.10",
|
|
45
|
-
"@theme-registry/refract": "^0.1.
|
|
45
|
+
"@theme-registry/refract": "^0.1.10",
|
|
46
46
|
"@theme-registry/theme-fixtures": "^0.0.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|