create-sip 1.5.4 → 1.5.6

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.
@@ -15,7 +15,7 @@
15
15
  "author": "your name",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "@sipere/op-cli": "^0.9.4",
18
+ "@sipere/op-cli": "^1.0.1",
19
19
  "bcryptjs": "^2.4.3",
20
20
  "cors": "^2.8.5",
21
21
  "dotenv-flow": "^4.1.0",
package/manager.js CHANGED
@@ -106,6 +106,8 @@ DB_STORAGE=database.sqlite
106
106
  console.log('Usable commands:');
107
107
  console.log(' node op make:model something');
108
108
  console.log(' node op make:controller something');
109
+ console.log(' node op make:migration something');
110
+ console.log(' node op make:seeder something');
109
111
  console.log('The model and controller names must be');
110
112
  console.log('given in the singular. More info:');
111
113
  console.log(' node op help')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sip",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "create-sip": "create-sip.js"