@nexpress/core 0.1.3 → 0.1.5

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  runHook
3
- } from "./chunk-EJ2PIRZ6.js";
3
+ } from "./chunk-CBCJUO4X.js";
4
4
  import {
5
5
  getAllCollectionSlugs,
6
6
  getCollectionConfig,
@@ -80,4 +80,4 @@ async function publishScheduledDocuments(atTime = /* @__PURE__ */ new Date()) {
80
80
  export {
81
81
  publishScheduledDocuments
82
82
  };
83
- //# sourceMappingURL=chunk-63NNIJUF.js.map
83
+ //# sourceMappingURL=chunk-3UNQWZNN.js.map
@@ -1885,7 +1885,7 @@ function createPluginRuntimeContext(options) {
1885
1885
  return row.value;
1886
1886
  },
1887
1887
  async getPlugin() {
1888
- const { getPluginConfig } = await import("./config-GCDRLEFE.js");
1888
+ const { getPluginConfig } = await import("./config-EH4U64N7.js");
1889
1889
  const value = await getPluginConfig(pluginId);
1890
1890
  if (value && typeof value === "object" && !Array.isArray(value)) {
1891
1891
  return value;
@@ -1893,8 +1893,8 @@ function createPluginRuntimeContext(options) {
1893
1893
  return {};
1894
1894
  },
1895
1895
  async setPlugin(data) {
1896
- const { setPluginConfig } = await import("./config-GCDRLEFE.js");
1897
- const { getPluginRegistration: getPluginRegistration2 } = await import("./host-NBWL65F5.js");
1896
+ const { setPluginConfig } = await import("./config-EH4U64N7.js");
1897
+ const { getPluginRegistration: getPluginRegistration2 } = await import("./host-KGXIV334.js");
1898
1898
  const reg = getPluginRegistration2(pluginId);
1899
1899
  if (reg?.configSchema) {
1900
1900
  await setPluginConfig(pluginId, data, null);
@@ -2125,7 +2125,7 @@ function invalidatePluginEnabled(pluginId) {
2125
2125
  var fetchOverride = null;
2126
2126
 
2127
2127
  // src/plugins/compat.ts
2128
- var FRAMEWORK_VERSION_FROM_PACKAGE = "0.1.0";
2128
+ var FRAMEWORK_VERSION_FROM_PACKAGE = true ? "0.1.5" : "0.0.0-dev";
2129
2129
  var frameworkVersion = FRAMEWORK_VERSION_FROM_PACKAGE;
2130
2130
  function getFrameworkVersion() {
2131
2131
  return frameworkVersion;
@@ -2275,7 +2275,7 @@ function insertSortedByPriority(list, entry) {
2275
2275
  list.sort((a, b) => a.priority - b.priority);
2276
2276
  }
2277
2277
  async function loadPluginConfig(pluginId) {
2278
- const { getPluginConfig } = await import("./config-GCDRLEFE.js");
2278
+ const { getPluginConfig } = await import("./config-EH4U64N7.js");
2279
2279
  const value = await getPluginConfig(pluginId);
2280
2280
  if (value && typeof value === "object" && !Array.isArray(value)) {
2281
2281
  return value;
@@ -2787,4 +2787,4 @@ export {
2787
2787
  findDocuments,
2788
2788
  getDocumentById
2789
2789
  };
2790
- //# sourceMappingURL=chunk-EJ2PIRZ6.js.map
2790
+ //# sourceMappingURL=chunk-CBCJUO4X.js.map