@efsf/typescript 0.1.0 → 0.2.0
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -985,6 +985,6 @@ declare class TTLViolationError extends EFSFError {
|
|
|
985
985
|
*/
|
|
986
986
|
|
|
987
987
|
/** SDK version */
|
|
988
|
-
declare const VERSION = "0.
|
|
988
|
+
declare const VERSION = "0.2.0";
|
|
989
989
|
|
|
990
990
|
export { type AccessEvent, AttestationAuthority, AttestationError, BackendError, ChainOfCustody, type ChainOfCustodyData, CryptoError, CryptoProvider, DataClassification, DataEncryptionKey, DestructionCertificate, type DestructionCertificateData, DestructionMethod, EFSFError, EncryptedPayload, type EncryptedPayloadData, EphemeralRecord, type EphemeralRecordCreateOptions, type EphemeralRecordData, EphemeralStore, type EphemeralStoreOptions, MemoryBackend, type PutOptions, RecordExpiredError, RecordNotFoundError, RedisBackend, ResourceInfo, type ResourceInfoData, SealedContext, type SealedContextOptions, type SealedDecoratorOptions, SealedExecution, type SealedExecutionOptions, type StorageBackend, type StoreStats, TTLViolationError, VERSION, ValidationError, constantTimeCompare, createBackend, getDefaultTTL, getMaxTTL, parseTTL, sealed, secureZeroMemory };
|
package/dist/index.d.ts
CHANGED
|
@@ -985,6 +985,6 @@ declare class TTLViolationError extends EFSFError {
|
|
|
985
985
|
*/
|
|
986
986
|
|
|
987
987
|
/** SDK version */
|
|
988
|
-
declare const VERSION = "0.
|
|
988
|
+
declare const VERSION = "0.2.0";
|
|
989
989
|
|
|
990
990
|
export { type AccessEvent, AttestationAuthority, AttestationError, BackendError, ChainOfCustody, type ChainOfCustodyData, CryptoError, CryptoProvider, DataClassification, DataEncryptionKey, DestructionCertificate, type DestructionCertificateData, DestructionMethod, EFSFError, EncryptedPayload, type EncryptedPayloadData, EphemeralRecord, type EphemeralRecordCreateOptions, type EphemeralRecordData, EphemeralStore, type EphemeralStoreOptions, MemoryBackend, type PutOptions, RecordExpiredError, RecordNotFoundError, RedisBackend, ResourceInfo, type ResourceInfoData, SealedContext, type SealedContextOptions, type SealedDecoratorOptions, SealedExecution, type SealedExecutionOptions, type StorageBackend, type StoreStats, TTLViolationError, VERSION, ValidationError, constantTimeCompare, createBackend, getDefaultTTL, getMaxTTL, parseTTL, sealed, secureZeroMemory };
|
package/dist/index.js
CHANGED
|
@@ -1345,7 +1345,7 @@ function sealed(options = {}) {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
1347
|
// src/index.ts
|
|
1348
|
-
var VERSION = "0.
|
|
1348
|
+
var VERSION = "0.2.0";
|
|
1349
1349
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1350
1350
|
0 && (module.exports = {
|
|
1351
1351
|
AttestationAuthority,
|
package/dist/index.mjs
CHANGED