@objectstack/metadata 9.3.0 → 9.4.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/dist/node.cjs CHANGED
@@ -3230,6 +3230,7 @@ var ARTIFACT_FIELD_TO_TYPE = {
3230
3230
  analyticsCubes: "analytics_cube",
3231
3231
  connectors: "connector",
3232
3232
  emailTemplates: "email_template",
3233
+ docs: "doc",
3233
3234
  data: "dataset"
3234
3235
  };
3235
3236
  var MetadataPlugin = class {