shogun-core 1.10.4 → 1.10.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.
|
@@ -102016,12 +102016,7 @@ async function loadGunModules() {
|
|
|
102016
102016
|
gunModulesLoaded = true;
|
|
102017
102017
|
}
|
|
102018
102018
|
catch (error) {
|
|
102019
|
-
|
|
102020
|
-
if (false) // removed by dead control flow
|
|
102021
|
-
{}
|
|
102022
|
-
else {
|
|
102023
|
-
throw new Error(`Failed to load Gun modules: ${error}`);
|
|
102024
|
-
}
|
|
102019
|
+
throw new Error(`Failed to load Gun modules: ${error}`);
|
|
102025
102020
|
}
|
|
102026
102021
|
}
|
|
102027
102022
|
/**
|
|
@@ -107812,6 +107807,10 @@ var PluginCategory;
|
|
|
107812
107807
|
PluginCategory["Identity"] = "identity";
|
|
107813
107808
|
/** Other utility plugins */
|
|
107814
107809
|
PluginCategory["Utility"] = "utility";
|
|
107810
|
+
/** Messages plugins */
|
|
107811
|
+
PluginCategory["Messages"] = "messages";
|
|
107812
|
+
/** Messaging plugins */
|
|
107813
|
+
PluginCategory["Other"] = "other";
|
|
107815
107814
|
})(PluginCategory || (exports.PluginCategory = PluginCategory = {}));
|
|
107816
107815
|
/**
|
|
107817
107816
|
* Standard names for built-in plugins
|