@skdx/docs-kit 0.37.0 → 0.38.0
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skdx/docs-kit",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"description": "Build-time toolkit for the SKDX documentation site: the shared contracts, the framework table, generated manifests and the source files the docs measure. Not a public API — no semver guarantees, may change in any release.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/internal/docs-kit#readme",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@skdx/angular": "0.
|
|
40
|
-
"@skdx/
|
|
41
|
-
"@skdx/react": "0.
|
|
42
|
-
"@skdx/
|
|
43
|
-
"@skdx/
|
|
44
|
-
"@skdx/
|
|
45
|
-
"@skdx/
|
|
46
|
-
"@skdx/
|
|
47
|
-
"@skdx/
|
|
48
|
-
"@skdx/
|
|
49
|
-
"@skdx/vue
|
|
50
|
-
"@skdx/
|
|
51
|
-
"@skdx/web-components-blocks": "0.
|
|
39
|
+
"@skdx/angular-blocks": "0.38.0",
|
|
40
|
+
"@skdx/react-blocks": "0.38.0",
|
|
41
|
+
"@skdx/react": "0.38.0",
|
|
42
|
+
"@skdx/svelte": "0.38.0",
|
|
43
|
+
"@skdx/skins": "0.38.0",
|
|
44
|
+
"@skdx/shared": "0.38.0",
|
|
45
|
+
"@skdx/angular": "0.38.0",
|
|
46
|
+
"@skdx/vue-blocks": "0.38.0",
|
|
47
|
+
"@skdx/web-components": "0.38.0",
|
|
48
|
+
"@skdx/tokens": "0.38.0",
|
|
49
|
+
"@skdx/vue": "0.38.0",
|
|
50
|
+
"@skdx/svelte-blocks": "0.38.0",
|
|
51
|
+
"@skdx/web-components-blocks": "0.38.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|