@luvio/environments 0.155.0 → 0.155.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Luvio Environments
2
2
 
3
- NOTE: This package is PRE-PRODUCTION and should not be consumed by applications at this point in time. Breaking changes can and will be added to this environment without notice.
3
+ NOTE: This package is PRE-PRODUCTION and should not be consumed by applications at this point in time. Breaking changes can and will be added to this environment without notice!
4
4
 
5
5
  Example of durable store environment being configured:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luvio/environments",
3
- "version": "0.155.0",
3
+ "version": "0.155.1",
4
4
  "description": "Luvio Environments",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "watch": "yarn build --watch"
28
28
  },
29
29
  "dependencies": {
30
- "@luvio/engine": "^0.155.0"
30
+ "@luvio/engine": "^0.155.1"
31
31
  },
32
32
  "volta": {
33
33
  "extends": "../../../package.json"