@hazae41/glacier
Advanced tools
Comparing version 2.0.0-99 to 2.0.0-100
@@ -25,3 +25,3 @@ import * as index from './mods/index.js'; | ||
export { ScrollableFetcherfulQuery, ScrollableFetcherlessQuery, ScrollableQuery, ScrollableSkeletonQuery, createScrollableQuery } from './mods/scroll/query.js'; | ||
export { AsyncBicoder, AsyncEncoder, AsyncPipeBicoder, AsyncPipeEncoder, Bicoder, Encoder, SyncBicoder, SyncEncoder, SyncIdentity, SyncJson, SyncPipeBicoder, SyncPipeEncoder } from './mods/serializers/coder.js'; | ||
export { AsyncBicoder, AsyncEncoder, AsyncJson, AsyncPipeBicoder, AsyncPipeEncoder, Bicoder, Encoder, SyncBicoder, SyncEncoder, SyncIdentity, SyncJson, SyncPipeBicoder, SyncPipeEncoder } from './mods/serializers/coder.js'; | ||
export { AesGcmCoder } from './mods/serializers/crypto/aes/gcm.js'; | ||
@@ -28,0 +28,0 @@ export { CryptoError } from './mods/serializers/crypto/error/error.js'; |
@@ -23,3 +23,3 @@ export { AsyncStorageError, CooldownError, Core, MissingFetcherError, MissingKeyError, QueryMetadata, TimeoutError, core } from './core/core.js'; | ||
export { ScrollableFetcherfulQuery, ScrollableFetcherlessQuery, ScrollableQuery, ScrollableSkeletonQuery, createScrollableQuery } from './scroll/query.js'; | ||
export { AsyncBicoder, AsyncEncoder, AsyncPipeBicoder, AsyncPipeEncoder, Bicoder, Encoder, SyncBicoder, SyncEncoder, SyncIdentity, SyncJson, SyncPipeBicoder, SyncPipeEncoder } from './serializers/coder.js'; | ||
export { AsyncBicoder, AsyncEncoder, AsyncJson, AsyncPipeBicoder, AsyncPipeEncoder, Bicoder, Encoder, SyncBicoder, SyncEncoder, SyncIdentity, SyncJson, SyncPipeBicoder, SyncPipeEncoder } from './serializers/coder.js'; | ||
export { AesGcmCoder } from './serializers/crypto/aes/gcm.js'; | ||
@@ -26,0 +26,0 @@ export { CryptoError } from './serializers/crypto/error/error.js'; |
@@ -27,2 +27,6 @@ import { Result } from '@hazae41/result'; | ||
} | ||
declare namespace AsyncJson { | ||
function tryEncode<T>(value: T): Promise<Result<string, Error>>; | ||
function tryDecode<T>(value: string): Promise<Result<T, Error>>; | ||
} | ||
declare class AsyncPipeBicoder<I, X, O> implements AsyncBicoder<I, O> { | ||
@@ -55,2 +59,2 @@ readonly outer: AsyncBicoder<I, X>; | ||
export { type AsyncBicoder, type AsyncEncoder, AsyncPipeBicoder, AsyncPipeEncoder, type Bicoder, type Encoder, type SyncBicoder, type SyncEncoder, SyncIdentity, SyncJson, SyncPipeBicoder, SyncPipeEncoder }; | ||
export { type AsyncBicoder, type AsyncEncoder, AsyncJson, AsyncPipeBicoder, AsyncPipeEncoder, type Bicoder, type Encoder, type SyncBicoder, type SyncEncoder, SyncIdentity, SyncJson, SyncPipeBicoder, SyncPipeEncoder }; |
{ | ||
"type": "module", | ||
"name": "@hazae41/glacier", | ||
"version": "2.0.0-99", | ||
"version": "2.0.0-100", | ||
"author": "hazae41", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
602777
6363