@galaxy-foundry/content-reader 0.1.0 → 0.2.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-foundry/content-reader",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Collection-backed content and wiki-link plumbing shared by Foundry sites; schemas, routes, and domain presentation stay per-instance.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"js-yaml": "^4.1.0",
|
|
35
|
-
"@galaxy-foundry/
|
|
36
|
-
"@galaxy-foundry/
|
|
35
|
+
"@galaxy-foundry/kind-schema": "^0.5.1",
|
|
36
|
+
"@galaxy-foundry/wiki-links": "^0.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/js-yaml": "^4.0.9",
|