@akemona-org/strapi-plugin-documentation 3.7.4 → 3.7.5
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,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { FormattedMessage } from 'react-intl';
|
|
4
|
-
import { CheckPermissions } from 'strapi-helper-plugin';
|
|
4
|
+
import { CheckPermissions } from '@akemona-org/strapi-helper-plugin';
|
|
5
5
|
import pluginPermissions from '../../permissions';
|
|
6
6
|
import openWithNewTab from '../../utils/openWithNewTab';
|
|
7
7
|
import { StyledButton } from './components';
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import React from 'react';
|
|
9
9
|
import { Switch, Route } from 'react-router-dom';
|
|
10
|
-
import { NotFound, CheckPagePermissions } from 'strapi-helper-plugin';
|
|
10
|
+
import { NotFound, CheckPagePermissions } from '@akemona-org/strapi-helper-plugin';
|
|
11
11
|
// Utils
|
|
12
12
|
import pluginPermissions from '../../permissions';
|
|
13
13
|
import pluginId from '../../pluginId';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { cloneDeep, isArray } from 'lodash';
|
|
2
2
|
import { all, takeLatest, put, fork, call, select } from 'redux-saga/effects';
|
|
3
|
-
import { request } from 'strapi-helper-plugin';
|
|
3
|
+
import { request } from '@akemona-org/strapi-helper-plugin';
|
|
4
4
|
import { GET_DOC_INFOS, ON_CONFIRM_DELETE_DOC, ON_UPDATE_DOC, ON_SUBMIT } from './constants';
|
|
5
5
|
import { getDocInfosSucceeded, setFormErrors } from './actions';
|
|
6
6
|
import { makeSelectVersionToDelete, makeSelectPrefix, makeSelectForm } from './selectors';
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.7.
|
|
6
|
+
"version": "3.7.5",
|
|
7
7
|
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
|
8
8
|
"strapi": {
|
|
9
9
|
"name": "Documentation",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"test": "echo \"no tests yet\""
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@akemona-org/strapi-helper-plugin": "3.7.
|
|
17
|
+
"@akemona-org/strapi-helper-plugin": "3.7.5",
|
|
18
18
|
"@buffetjs/core": "3.3.8",
|
|
19
19
|
"@buffetjs/custom": "3.3.8",
|
|
20
20
|
"@buffetjs/hooks": "3.3.8",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"npm": ">=6.0.0"
|
|
86
86
|
},
|
|
87
87
|
"license": "SEE LICENSE IN LICENSE",
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "c248936761bebd2fe75189c248a761c95a091fe0"
|
|
89
89
|
}
|