@akemona-org/strapi 3.13.1 → 3.14.0

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.
@@ -25,7 +25,7 @@ module.exports = async function ({ build, watchAdmin, polling, browser }) {
25
25
  // Don't run the build process if the admin is in watch mode
26
26
  if (build && !watchAdmin && serveAdminPanel && !buildExists) {
27
27
  try {
28
- execa.shellSync('npm run -s build -- --no-optimization', {
28
+ execa.shellSync('npm run --silent build -- --no-optimization', {
29
29
  stdio: 'inherit',
30
30
  });
31
31
  } catch (err) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.13.1",
6
+ "version": "3.14.0",
7
7
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite",
8
8
  "homepage": "https://strapi.akemona.com",
9
9
  "directories": {
@@ -11,23 +11,21 @@
11
11
  "bin": "./bin"
12
12
  },
13
13
  "main": "./lib",
14
- "bin": {
15
- "strapi": "./bin/strapi.js"
16
- },
14
+ "bin": "./bin/strapi.js",
17
15
  "dependencies": {
18
- "@akemona-org/strapi-database": "3.13.1",
19
- "@akemona-org/strapi-generate": "3.13.1",
20
- "@akemona-org/strapi-generate-api": "3.13.1",
21
- "@akemona-org/strapi-generate-controller": "3.13.1",
22
- "@akemona-org/strapi-generate-model": "3.13.1",
23
- "@akemona-org/strapi-generate-new": "3.13.1",
24
- "@akemona-org/strapi-generate-plugin": "3.13.1",
25
- "@akemona-org/strapi-generate-policy": "3.13.1",
26
- "@akemona-org/strapi-generate-service": "3.13.1",
27
- "@akemona-org/strapi-utils": "3.13.1",
28
- "@koa/cors": "3.4.3",
29
- "@koa/router": "12.0.0",
30
- "async": "^2.1.2",
16
+ "@akemona-org/strapi-database": "3.14.0",
17
+ "@akemona-org/strapi-generate": "3.14.0",
18
+ "@akemona-org/strapi-generate-api": "3.14.0",
19
+ "@akemona-org/strapi-generate-controller": "3.14.0",
20
+ "@akemona-org/strapi-generate-model": "3.14.0",
21
+ "@akemona-org/strapi-generate-new": "3.14.0",
22
+ "@akemona-org/strapi-generate-plugin": "3.14.0",
23
+ "@akemona-org/strapi-generate-policy": "3.14.0",
24
+ "@akemona-org/strapi-generate-service": "3.14.0",
25
+ "@akemona-org/strapi-utils": "3.14.0",
26
+ "@koa/cors": "5.0.0",
27
+ "@koa/router": "12.0.1",
28
+ "async": "3.2.5",
31
29
  "boom": "^7.3.0",
32
30
  "boxen": "4.2.0",
33
31
  "chalk": "^4.1.1",
@@ -39,32 +37,32 @@
39
37
  "cross-spawn": "^7.0.3",
40
38
  "debug": "^4.1.1",
41
39
  "delegates": "^1.0.0",
42
- "dotenv": "16.0.3",
40
+ "dotenv": "16.4.4",
43
41
  "execa": "^1.0.0",
44
42
  "fs-extra": "^9.1.0",
45
43
  "glob": "^7.1.2",
46
44
  "inquirer": "^6.2.1",
47
45
  "is-docker": "2.2.1",
48
- "koa": "2.14.1",
46
+ "koa": "2.15.0",
49
47
  "koa-body": "4.2.0",
50
48
  "koa-compose": "4.1.0",
51
- "koa-compress": "5.1.0",
49
+ "koa-compress": "5.1.1",
52
50
  "koa-convert": "^2.0.0",
53
51
  "koa-favicon": "^2.0.0",
54
52
  "koa-i18n": "^2.1.0",
55
- "koa-ip": "2.1.2",
53
+ "koa-ip": "2.1.3",
56
54
  "koa-locale": "~1.3.0",
57
55
  "koa-lusca": "~2.2.0",
58
- "koa-session": "6.2.0",
56
+ "koa-session": "6.4.0",
59
57
  "koa-static": "5.0.0",
60
58
  "lodash": "4.17.21",
61
- "node-fetch": "2.6.1",
59
+ "node-fetch": "2.7.0",
62
60
  "node-machine-id": "1.1.12",
63
61
  "node-schedule": "2.1.1",
64
62
  "open": "8.4.0",
65
63
  "ora": "5.4.1",
66
64
  "package-json": "7.0.0",
67
- "qs": "6.11.0",
65
+ "qs": "6.11.2",
68
66
  "resolve-cwd": "3.0.0",
69
67
  "rimraf": "4.1.0",
70
68
  "semver": "7.3.5"
@@ -92,7 +90,7 @@
92
90
  "url": "https://github.com/akemona/strapi/issues"
93
91
  },
94
92
  "engines": {
95
- "node": ">=14.19.1 <=18.x.x",
93
+ "node": ">=18.17.0 <=20.x.x",
96
94
  "npm": ">=6.0.0"
97
95
  },
98
96
  "license": "SEE LICENSE IN LICENSE",
@@ -139,5 +137,5 @@
139
137
  "react",
140
138
  "reactjs"
141
139
  ],
142
- "gitHead": "8343ec802662d12cb09de4196583f1862d808de5"
140
+ "gitHead": "241f7ad8f4277aa7f522f580557e15d65af4a0cc"
143
141
  }