@bendyline/gezel-catalog 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -291,6 +291,7 @@ var BUILTIN_TOOLSETS = [
291
291
  "github_pr_list",
292
292
  "github_pr_view",
293
293
  "github_pr_files",
294
+ "github_pr_file",
294
295
  "github_pr_diff",
295
296
  "github_pr_comments",
296
297
  "github_pr_comment",
@@ -1186,6 +1187,7 @@ function mergeIdentityAndVersion(kind, identity, version, availableVersions) {
1186
1187
  driver: version.driver,
1187
1188
  ...version.configSchema !== void 0 ? { configSchema: version.configSchema } : {},
1188
1189
  ...version.secretShape !== void 0 ? { secretShape: version.secretShape } : {},
1190
+ ...version.setupInstructions !== void 0 ? { setupInstructions: version.setupInstructions } : {},
1189
1191
  source: version.source,
1190
1192
  normalize: version.normalize,
1191
1193
  actions: version.actions,
@@ -1230,6 +1232,7 @@ function mergeIdentityAndVersion(kind, identity, version, availableVersions) {
1230
1232
  description: identity.description,
1231
1233
  tags: identity.tags,
1232
1234
  maintainer: identity.maintainer,
1235
+ ...identity.maker !== void 0 ? { maker: identity.maker } : {},
1233
1236
  ...identity.logo !== void 0 ? { logo: identity.logo } : {},
1234
1237
  ...identity.license !== void 0 ? { license: identity.license } : {},
1235
1238
  ...identity.licenseClass !== void 0 ? { licenseClass: identity.licenseClass } : {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/gezel-catalog",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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.2",
51
- "@bendyline/gilde": "0.1.23",
50
+ "@bendyline/gezel": "1.0.4",
51
+ "@bendyline/gilde": "0.1.29",
52
52
  "tar": "7.5.21",
53
53
  "zod": "^4.4.3"
54
54
  },