@luvio/environments 0.62.0 → 0.62.1

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.
@@ -28,7 +28,7 @@ export interface DurableEnvironment extends Environment {
28
28
  /**
29
29
  * Overload of Environment.handleSuccessResponse that takes in an optional
30
30
  * RecordSource to "prime" the ingest staging store with before calling
31
- * ingest. Useful for merge-able record types
31
+ * ingest. Useful for merge-able record types
32
32
  */
33
33
  handleSuccessResponse<ResponseType>(ingestAndBroadcastFunc: () => Snapshot<ResponseType>, getResponseCacheKeysFunc: () => CacheKeySet, existingRecords?: RecordSource): Snapshot<ResponseType> | Promise<Snapshot<ResponseType>>;
34
34
  }
@@ -28,7 +28,7 @@ export interface DurableEnvironment extends Environment {
28
28
  /**
29
29
  * Overload of Environment.handleSuccessResponse that takes in an optional
30
30
  * RecordSource to "prime" the ingest staging store with before calling
31
- * ingest. Useful for merge-able record types
31
+ * ingest. Useful for merge-able record types
32
32
  */
33
33
  handleSuccessResponse<ResponseType>(ingestAndBroadcastFunc: () => Snapshot<ResponseType>, getResponseCacheKeysFunc: () => CacheKeySet, existingRecords?: RecordSource): Snapshot<ResponseType> | Promise<Snapshot<ResponseType>>;
34
34
  }
@@ -28,7 +28,7 @@ export interface DurableEnvironment extends Environment {
28
28
  /**
29
29
  * Overload of Environment.handleSuccessResponse that takes in an optional
30
30
  * RecordSource to "prime" the ingest staging store with before calling
31
- * ingest. Useful for merge-able record types
31
+ * ingest. Useful for merge-able record types
32
32
  */
33
33
  handleSuccessResponse<ResponseType>(ingestAndBroadcastFunc: () => Snapshot<ResponseType>, getResponseCacheKeysFunc: () => CacheKeySet, existingRecords?: RecordSource): Snapshot<ResponseType> | Promise<Snapshot<ResponseType>>;
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.62.0",
3
+ "version": "0.62.1",
4
4
  "description": "Luvio Environments",
5
5
  "main": "dist/umd/es2018/environments.js",
6
6
  "module": "dist/es/es2018/environments.js",
@@ -17,6 +17,6 @@
17
17
  "dist/"
18
18
  ],
19
19
  "dependencies": {
20
- "@luvio/engine": "0.62.0"
20
+ "@luvio/engine": "0.62.1"
21
21
  }
22
22
  }