@vulkano/core 1.23.1 → 1.23.2

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/README.md CHANGED
@@ -47,7 +47,7 @@ npm install @vulkano/core
47
47
  PORT=8000
48
48
  MONGO_URI=mongodb://localhost:27017/myapp
49
49
  SALT_KEY=random-string
50
- JWT_SECRET=supersecret
50
+ JWT_SECRET_KEY=supersecret
51
51
  ```
52
52
 
53
53
  ## Quick Start
package/bin/setup.js CHANGED
@@ -422,7 +422,7 @@ module.exports = {
422
422
  ' .env ← fill in values',
423
423
  '',
424
424
  ' Next steps:',
425
- ' 1. Set MONGO_URI, JWT_SECRET, etc.',
425
+ ' 1. Set MONGO_URI, JWT_SECRET_KEY, etc.',
426
426
  '',
427
427
  ].join('\n'));
428
428
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulkano/core",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "description": "A MVC framework using Express 4",
5
5
  "license": "MIT",
6
6
  "author": "Vulkano Team",