create-sipere 1.0.1 → 1.1.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.
package/README.md CHANGED
@@ -5,3 +5,7 @@ Sipere REST API projekt generator
5
5
  The Sipere a REST API framework based Express.js framework.
6
6
 
7
7
  Model, controller, migration, seeder and other generation option.
8
+
9
+ Sipere webpage:
10
+
11
+ [https://sipere.github.io/sipere/](https://sipere.github.io/sipere/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sipere",
3
- "version": "1.0.1",
3
+ "version": "1.1.1",
4
4
  "main": "create-sipere.js",
5
5
  "bin": {
6
6
  "create-sipere": "create-sipere.js"
@@ -19,6 +19,7 @@
19
19
  "type": "git",
20
20
  "url": "https://github.com/sipere/create-sipere.git"
21
21
  },
22
+ "homepage": "https://sipere.github.io/sipere/",
22
23
  "dependencies": {
23
24
  "commander": "^14.0.2",
24
25
  "execa": "^9.6.0",
@@ -15,7 +15,7 @@
15
15
  "author": "your name",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "@sipere/op-cli": "^1.0.1",
18
+ "@sipere/op-cli": "^1.1.0",
19
19
  "bcryptjs": "^2.4.3",
20
20
  "cors": "^2.8.5",
21
21
  "dotenv-flow": "^4.1.0",