@plyaz/types 1.13.0 → 1.13.1

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.
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=index.cjs.map
4
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -0,0 +1,9 @@
1
+ export type * from './DatabaseService';
2
+ export type * from './EventEmitter';
3
+ export type * from './config.types';
4
+ export type * from './DatabaseAdapter';
5
+ export type * from './enhanced-config.types';
6
+ export type * from './database.types';
7
+ export type * from './adapter';
8
+ export type * from './Transaction';
9
+ export type * from './event.types';
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
package/dist/index.d.ts CHANGED
@@ -14,3 +14,4 @@ export type * from './lib';
14
14
  export type * from './logger';
15
15
  export * from './api';
16
16
  export * from './payments';
17
+ export type * from './db';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plyaz/types",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "author": "Redeemer Pace",
5
5
  "license": "ISC",
6
6
  "description": "Provides shared TypeScript types and schema utilities for validation and parsing in the @playz ecosystem.",
@@ -170,6 +170,11 @@
170
170
  "import": "./dist/payments/index.js",
171
171
  "require": "./dist/payments/index.cjs"
172
172
  },
173
+ "./db": {
174
+ "types": "./dist/db/index.d.ts",
175
+ "import": "./dist/db/index.js",
176
+ "require": "./dist/db/index.cjs"
177
+ },
173
178
  "./package.json": "./package.json"
174
179
  },
175
180
  "files": [