@digitaldefiance/express-suite-starter 2.1.41 → 2.1.42

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 +1 -1
package/README.md CHANGED
@@ -323,7 +323,7 @@ The `.env` file is automatically copied to `dist/` during build via `post-build`
323
323
 
324
324
  **Current**: 2.1.40
325
325
 
326
- **Status**: Production Ready ✅
326
+ **Status**: Beta
327
327
 
328
328
  ## Links
329
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-starter",
3
- "version": "2.1.41",
3
+ "version": "2.1.42",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create-express-suite": "./dist/src/cli.js"