@objectstack/metadata 9.3.0 → 9.5.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.js CHANGED
@@ -3190,6 +3190,7 @@ var ARTIFACT_FIELD_TO_TYPE = {
3190
3190
  analyticsCubes: "analytics_cube",
3191
3191
  connectors: "connector",
3192
3192
  emailTemplates: "email_template",
3193
+ docs: "doc",
3193
3194
  data: "dataset"
3194
3195
  };
3195
3196
  var MetadataPlugin = class {