@luvio/environments 0.90.0 → 0.93.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.
@@ -1,4 +1,3 @@
1
- import type { IntegrityInfo } from '@luvio/engine';
2
1
  /**
3
2
  * Contains store entry data along with any metadata for that entry that needs
4
3
  * to be persisted to durable storage
@@ -15,7 +14,6 @@ export interface DurableStoreEntry<T = unknown> {
15
14
  expirationTimestamp: number;
16
15
  namespace: string;
17
16
  representationName: string;
18
- integrityInfo?: IntegrityInfo;
19
17
  };
20
18
  }
21
19
  export declare function isDeprecatedDurableStoreEntry(durableRecord: unknown): boolean;
@@ -1,4 +1,3 @@
1
- import type { IntegrityInfo } from '@luvio/engine';
2
1
  /**
3
2
  * Contains store entry data along with any metadata for that entry that needs
4
3
  * to be persisted to durable storage
@@ -15,7 +14,6 @@ export interface DurableStoreEntry<T = unknown> {
15
14
  expirationTimestamp: number;
16
15
  namespace: string;
17
16
  representationName: string;
18
- integrityInfo?: IntegrityInfo;
19
17
  };
20
18
  }
21
19
  export declare function isDeprecatedDurableStoreEntry(durableRecord: unknown): boolean;
@@ -1,4 +1,3 @@
1
- import type { IntegrityInfo } from '@luvio/engine';
2
1
  /**
3
2
  * Contains store entry data along with any metadata for that entry that needs
4
3
  * to be persisted to durable storage
@@ -15,7 +14,6 @@ export interface DurableStoreEntry<T = unknown> {
15
14
  expirationTimestamp: number;
16
15
  namespace: string;
17
16
  representationName: string;
18
- integrityInfo?: IntegrityInfo;
19
17
  };
20
18
  }
21
19
  export declare function isDeprecatedDurableStoreEntry(durableRecord: unknown): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.90.0",
3
+ "version": "0.93.0",
4
4
  "description": "Luvio Environments",
5
5
  "main": "dist/umd/es2018/environments.js",
6
6
  "module": "dist/es/es2018/environments.js",
@@ -27,7 +27,7 @@
27
27
  "dist/"
28
28
  ],
29
29
  "dependencies": {
30
- "@luvio/engine": "0.90.0"
30
+ "@luvio/engine": "0.93.0"
31
31
  },
32
32
  "bundlesize": [
33
33
  {