@galaxy-foundry/content-reader 0.3.0 → 0.3.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-foundry/content-reader",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Collection-backed content records and wiki-link plumbing for Foundry build-time consumers; schemas, routes, and domain presentation stay per-instance.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"js-yaml": "^4.1.0",
|
|
35
|
-
"@galaxy-foundry/kind-schema": "^0.
|
|
35
|
+
"@galaxy-foundry/kind-schema": "^0.6.0",
|
|
36
36
|
"@galaxy-foundry/wiki-links": "^0.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|