@trust0/ridb-core 1.7.14 → 1.7.16
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/build/ridb_core.js +0 -27
- package/build/ridb_core.mjs +3080 -0
- package/build/ridb_core_bg.d.mts +2 -0
- package/build/ridb_core_bg.mjs +5 -0
- package/package.json +5 -4
package/build/ridb_core.js
CHANGED
|
@@ -3099,30 +3099,3 @@ async function __wbg_init(input) {
|
|
|
3099
3099
|
return __wbg_finalize_init(instance, module2);
|
|
3100
3100
|
}
|
|
3101
3101
|
var ridb_core_default = __wbg_init;
|
|
3102
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
3103
|
-
0 && (module.exports = {
|
|
3104
|
-
BasePlugin,
|
|
3105
|
-
BaseStorage,
|
|
3106
|
-
Collection,
|
|
3107
|
-
CoreStorage,
|
|
3108
|
-
Database,
|
|
3109
|
-
Errors,
|
|
3110
|
-
InMemory,
|
|
3111
|
-
IndexDB,
|
|
3112
|
-
OpType,
|
|
3113
|
-
Operation,
|
|
3114
|
-
Property,
|
|
3115
|
-
Query,
|
|
3116
|
-
QueryOptions,
|
|
3117
|
-
RIDBError,
|
|
3118
|
-
Schema,
|
|
3119
|
-
WasmBindgenTestContext,
|
|
3120
|
-
__wbgtest_console_debug,
|
|
3121
|
-
__wbgtest_console_error,
|
|
3122
|
-
__wbgtest_console_info,
|
|
3123
|
-
__wbgtest_console_log,
|
|
3124
|
-
__wbgtest_console_warn,
|
|
3125
|
-
initSync,
|
|
3126
|
-
is_debug_mode,
|
|
3127
|
-
main_js
|
|
3128
|
-
});
|