@plyaz/types 1.13.11 → 1.13.13
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/api/index.cjs +1 -1
- package/dist/api/index.cjs.map +1 -1
- package/dist/db/config.types.d.ts +57 -0
- package/dist/db/databaseAdapter.d.ts +183 -0
- package/dist/db/databaseService.d.ts +261 -0
- package/dist/db/eventEmitter.d.ts +68 -0
- package/dist/db/index.d.ts +4 -0
- package/dist/db/replica.types.d.ts +2 -2
- package/dist/errors/index.cjs +1 -1
- package/dist/errors/index.cjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4459,7 +4459,7 @@ var COMMON_STORAGE_TYPES = {
|
|
|
4459
4459
|
DATABASE: "database"
|
|
4460
4460
|
};
|
|
4461
4461
|
|
|
4462
|
-
// node_modules/.pnpm/@plyaz+types@1.13.
|
|
4462
|
+
// node_modules/.pnpm/@plyaz+types@1.13.12_@types+react@19.2.2_next@15.4.7_react-dom@19.2.0_react@19.2.0/node_modules/@plyaz/types/dist/index.js
|
|
4463
4463
|
var __defProp2 = Object.defineProperty;
|
|
4464
4464
|
var __name2 = /* @__PURE__ */ __name((target, value) => __defProp2(target, "name", { value, configurable: true }), "__name");
|
|
4465
4465
|
external_exports.object({
|