@akemona-org/strapi-generate-api 3.7.0 → 3.7.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.
@@ -96,7 +96,7 @@ function generateCollectionTypeRoutes({ route, name }) {
96
96
  * Expose main routes of the generated API
97
97
  */
98
98
 
99
- module.exports = scope => {
99
+ module.exports = (scope) => {
100
100
  let routes = [];
101
101
  if (!scope.args.plugin) {
102
102
  routes =
package/lib/index.js CHANGED
@@ -8,6 +8,7 @@
8
8
  const path = require('path');
9
9
 
10
10
  // Local dependencies.
11
+ // eslint-disable-next-line import/extensions
11
12
  const routesJSON = require('../json/routes.json.js');
12
13
 
13
14
  /**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.7.0",
6
+ "version": "3.7.1",
7
7
  "description": "Generate an API for a Strapi application.",
8
8
  "homepage": "https://strapi.akemona.com",
9
9
  "keywords": [
@@ -16,7 +16,7 @@
16
16
  "lib": "./lib"
17
17
  },
18
18
  "dependencies": {
19
- "@akemona-org/strapi-utils": "3.7.0",
19
+ "@akemona-org/strapi-utils": "3.7.1",
20
20
  "lodash": "4.17.21",
21
21
  "pluralize": "^8.0.0"
22
22
  },
@@ -47,5 +47,5 @@
47
47
  "npm": ">=6.0.0"
48
48
  },
49
49
  "license": "SEE LICENSE IN LICENSE",
50
- "gitHead": "129a8d6191b55810fd66448dcc47fee829df986c"
50
+ "gitHead": "5545ca033e2fb1aa3afbd546c370972426058525"
51
51
  }