create-sip 1.4.3 → 1.4.4

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/expressapi/op CHANGED
@@ -330,7 +330,7 @@ DB_HOST=127.0.0.1
330
330
  DB_NAME=
331
331
  DB_USER=
332
332
  DB_PASS=
333
- DB_PATH=:memory:
333
+ DB_STORAGE=database.sqlite
334
334
  `
335
335
  const destinationFileName = '.env'
336
336
  if(await startCheckIfFileExists(destinationFileName)) {
@@ -87,6 +87,7 @@
87
87
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
88
88
  "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
89
89
  "license": "MIT",
90
+ "peer": true,
90
91
  "engines": {
91
92
  "node": ">=12"
92
93
  },
@@ -238,6 +239,7 @@
238
239
  "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
239
240
  "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
240
241
  "license": "MIT",
242
+ "peer": true,
241
243
  "engines": {
242
244
  "node": "^14.21.3 || >=16"
243
245
  },
@@ -608,6 +610,7 @@
608
610
  "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
609
611
  "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
610
612
  "license": "MIT",
613
+ "peer": true,
611
614
  "dependencies": {
612
615
  "fast-deep-equal": "^3.1.3",
613
616
  "json-schema-traverse": "^1.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sip",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "create-sip": "create-sip.js"