@akemona-org/strapi-admin 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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -8,7 +8,7 @@ const WebpackDevServer = require('webpack-dev-server');
8
8
  const chalk = require('chalk');
9
9
  const chokidar = require('chokidar');
10
10
  // eslint-disable-next-line node/no-extraneous-require
11
- const hasEE = require('strapi/lib/utils/ee');
11
+ const hasEE = false;
12
12
  const getWebpackConfig = require('./webpack.config');
13
13
 
14
14
  const getPkgPath = (name) => path.dirname(require.resolve(`${name}/package.json`));
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": "Strapi Admin",
8
8
  "repository": {
9
9
  "type": "git",
@@ -17,8 +17,8 @@
17
17
  },
18
18
  "main": "index.js",
19
19
  "dependencies": {
20
- "@akemona-org/strapi-helper-plugin": "3.7.2",
21
- "@akemona-org/strapi-utils": "3.7.2",
20
+ "@akemona-org/strapi-helper-plugin": "3.7.4",
21
+ "@akemona-org/strapi-utils": "3.7.4",
22
22
  "@babel/core": "^7.14.0",
23
23
  "@babel/plugin-proposal-async-generator-functions": "^7.13.15",
24
24
  "@babel/plugin-proposal-class-properties": "^7.12.1",
@@ -125,5 +125,5 @@
125
125
  "devDependencies": {
126
126
  "webpack-bundle-analyzer": "4.4.0"
127
127
  },
128
- "gitHead": "4ab59dbae5135819558c6ae27b45a556ff27cf55"
128
+ "gitHead": "a627972678ce3f460d6b1786adb976f1d3a7c35d"
129
129
  }