@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 CHANGED
@@ -985,6 +985,6 @@ declare class TTLViolationError extends EFSFError {
985
985
  */
986
986
 
987
987
  /** SDK version */
988
- declare const VERSION = "0.1.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.1.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.1.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
@@ -1286,7 +1286,7 @@ function sealed(options = {}) {
1286
1286
  }
1287
1287
 
1288
1288
  // src/index.ts
1289
- var VERSION = "0.1.0";
1289
+ var VERSION = "0.2.0";
1290
1290
  export {
1291
1291
  AttestationAuthority,
1292
1292
  AttestationError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@efsf/typescript",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Ephemeral-First Security Framework - TypeScript SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",