@akemona-org/strapi 3.7.2 → 3.7.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.
@@ -1,9 +1,8 @@
1
1
  'use strict';
2
2
  const { green } = require('chalk');
3
3
 
4
- // eslint-disable-next-line node/no-extraneous-require
5
- const strapiAdmin = require('@akemona-org/strapi-admin');
6
- const { getConfigUrls } = require('@akemona-org/strapi-utils');
4
+ const strapiAdmin = require('../../../strapi-admin');
5
+ const { getConfigUrls } = require('../../../strapi-utils');
7
6
  const loadConfiguration = require('../core/app-configuration');
8
7
  const ee = require('../utils/ee');
9
8
 
@@ -1,8 +1,7 @@
1
1
  'use strict';
2
2
 
3
- // eslint-disable-next-line node/no-extraneous-require
4
- const strapiAdmin = require('@akemona-org/strapi-admin');
5
- const { getConfigUrls, getAbsoluteServerUrl } = require('@akemona-org/strapi-utils');
3
+ const strapiAdmin = require('../../../strapi-admin');
4
+ const { getConfigUrls, getAbsoluteServerUrl } = require('../../../strapi-utils');
6
5
  const loadConfiguration = require('../core/app-configuration');
7
6
  const ee = require('../utils/ee');
8
7
  const addSlash = require('../utils/addSlash');
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.7.2",
6
+ "version": "3.7.4",
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": {
@@ -15,16 +15,16 @@
15
15
  "strapi": "./bin/strapi.js"
16
16
  },
17
17
  "dependencies": {
18
- "@akemona-org/strapi-database": "3.7.2",
19
- "@akemona-org/strapi-generate": "3.7.2",
20
- "@akemona-org/strapi-generate-api": "3.7.2",
21
- "@akemona-org/strapi-generate-controller": "3.7.2",
22
- "@akemona-org/strapi-generate-model": "3.7.2",
23
- "@akemona-org/strapi-generate-new": "3.7.2",
24
- "@akemona-org/strapi-generate-plugin": "3.7.2",
25
- "@akemona-org/strapi-generate-policy": "3.7.2",
26
- "@akemona-org/strapi-generate-service": "3.7.2",
27
- "@akemona-org/strapi-utils": "3.7.2",
18
+ "@akemona-org/strapi-database": "3.7.4",
19
+ "@akemona-org/strapi-generate": "3.7.4",
20
+ "@akemona-org/strapi-generate-api": "3.7.4",
21
+ "@akemona-org/strapi-generate-controller": "3.7.4",
22
+ "@akemona-org/strapi-generate-model": "3.7.4",
23
+ "@akemona-org/strapi-generate-new": "3.7.4",
24
+ "@akemona-org/strapi-generate-plugin": "3.7.4",
25
+ "@akemona-org/strapi-generate-policy": "3.7.4",
26
+ "@akemona-org/strapi-generate-service": "3.7.4",
27
+ "@akemona-org/strapi-utils": "3.7.4",
28
28
  "@koa/cors": "^3.0.0",
29
29
  "async": "^2.1.2",
30
30
  "boom": "^7.3.0",
@@ -139,5 +139,5 @@
139
139
  "react",
140
140
  "reactjs"
141
141
  ],
142
- "gitHead": "4ab59dbae5135819558c6ae27b45a556ff27cf55"
142
+ "gitHead": "a627972678ce3f460d6b1786adb976f1d3a7c35d"
143
143
  }