@codeplaydata/adapters
Advanced tools
Comparing version 0.5.0 to 0.5.1
# Changelog | ||
<br> | ||
> | ||
> ## Em desenvolvimento | ||
> <br> | ||
>- Testando erros das classes. | ||
> | ||
> <br> | ||
> | ||
>Testando erros das classes. | ||
<br> | ||
> ## Última alteração | ||
@@ -18,7 +22,7 @@ > <br> | ||
## 09-01--2023 | ||
## 09-01-2023 | ||
## Alteração | ||
|_File_ | Dev | | ||
|:------|:-----| | ||
| ./ | [_Pedro_](https://github.com/dr2pedro) | | ||
| src | [_Pedro_](https://github.com/dr2pedro) | | ||
@@ -25,0 +29,0 @@ <br> |
@@ -18,2 +18,3 @@ import { IndexedDB, IDBIndex, IDBRepo, IDBConfig } from "./databases/IndexedDB.js"; | ||
import { LocalStorageQuery, MongoQuery, IndexedDBQuery, IndexOperations, DatabasePermission } from "./enums.js"; | ||
export { IndexedDB, IDBIndex, IDBRepo, IDBConfig, HttpClient, DatabaseQuery, HttpServer, RouterApp, Queue, Collection, HttpRouter, LocalStorage, MongoDB, GenericQueue, GPUCommandRepository, Fetch, ExpressApp, ExpressRouter, Connection, GPUDeviceAdapter, LocalStorageQuery, MongoQuery, IndexedDBQuery, IndexOperations, DatabasePermission }; | ||
import { WasmModuleSource } from "./webassembly/WasmModuleSource.js"; | ||
export { IndexedDB, IDBIndex, IDBRepo, IDBConfig, HttpClient, DatabaseQuery, HttpServer, RouterApp, Queue, Collection, HttpRouter, LocalStorage, MongoDB, GenericQueue, GPUCommandRepository, Fetch, ExpressApp, ExpressRouter, Connection, GPUDeviceAdapter, LocalStorageQuery, MongoQuery, IndexedDBQuery, IndexOperations, DatabasePermission, WasmModuleSource }; |
@@ -11,2 +11,3 @@ // @filename: index.ts | ||
import { LocalStorageQuery, MongoQuery, IndexedDBQuery, IndexOperations, DatabasePermission } from "./enums.js"; | ||
export { IndexedDB, LocalStorage, MongoDB, GenericQueue, Fetch, ExpressApp, ExpressRouter, GPUDeviceAdapter, LocalStorageQuery, MongoQuery, IndexedDBQuery, IndexOperations, DatabasePermission }; | ||
import { WasmModuleSource } from "./webassembly/WasmModuleSource.js"; | ||
export { IndexedDB, LocalStorage, MongoDB, GenericQueue, Fetch, ExpressApp, ExpressRouter, GPUDeviceAdapter, LocalStorageQuery, MongoQuery, IndexedDBQuery, IndexOperations, DatabasePermission, WasmModuleSource }; |
{ | ||
"name": "@codeplaydata/adapters", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70941
1203