@objectstack/core 1.0.6 → 1.0.7

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.d.cts CHANGED
@@ -340,6 +340,11 @@ interface Plugin {
340
340
  * Plugin version
341
341
  */
342
342
  version?: string;
343
+ /**
344
+ * Plugin type (standard, ui, driver, server, app, theme, agent)
345
+ * @default 'standard'
346
+ */
347
+ type?: string;
343
348
  /**
344
349
  * List of other plugin names that this plugin depends on.
345
350
  * The kernel ensures these plugins are initialized before this one.
package/dist/index.d.ts CHANGED
@@ -340,6 +340,11 @@ interface Plugin {
340
340
  * Plugin version
341
341
  */
342
342
  version?: string;
343
+ /**
344
+ * Plugin type (standard, ui, driver, server, app, theme, agent)
345
+ * @default 'standard'
346
+ */
347
+ type?: string;
343
348
  /**
344
349
  * List of other plugin names that this plugin depends on.
345
350
  * The kernel ensures these plugins are initialized before this one.
package/dist/index.js CHANGED
@@ -1964,6 +1964,7 @@ function createApiRegistryPlugin(config = {}) {
1964
1964
  } = config;
1965
1965
  return {
1966
1966
  name: "com.objectstack.core.api-registry",
1967
+ type: "standard",
1967
1968
  version: "1.0.0",
1968
1969
  init: async (ctx) => {
1969
1970
  const registry = new ApiRegistry(