@bendyline/gezel-catalog 1.0.4 → 1.0.6
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/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -152,7 +152,7 @@ var BUILTIN_TOOLSETS = [
|
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
id: "documents",
|
|
155
|
-
name: "
|
|
155
|
+
name: "Shared document library",
|
|
156
156
|
description: "Cross-project shared library \u2014 mission docs, guidelines, and any markdown the user wants every gezel to be able to find.",
|
|
157
157
|
tools: [
|
|
158
158
|
"list_documents",
|
|
@@ -1140,6 +1140,7 @@ function mergeIdentityAndVersion(kind, identity, version, availableVersions) {
|
|
|
1140
1140
|
description: identity.description,
|
|
1141
1141
|
tags: identity.tags,
|
|
1142
1142
|
...identity.category !== void 0 ? { category: identity.category } : {},
|
|
1143
|
+
...identity.icon !== void 0 ? { icon: identity.icon } : {},
|
|
1143
1144
|
maintainer: identity.maintainer,
|
|
1144
1145
|
...identity.logo !== void 0 ? { logo: identity.logo } : {},
|
|
1145
1146
|
...identity.license !== void 0 ? { license: identity.license } : {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bendyline/gezel-catalog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Gezel catalog loader: sources, install pipeline, and authoring scripts over the external @bendyline/gilde content package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"!dist/**/*.map"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@bendyline/gezel": "1.0.
|
|
51
|
-
"@bendyline/gilde": "0.1.
|
|
50
|
+
"@bendyline/gezel": "1.0.6",
|
|
51
|
+
"@bendyline/gilde": "0.1.36",
|
|
52
52
|
"tar": "7.5.21",
|
|
53
53
|
"zod": "^4.4.3"
|
|
54
54
|
},
|