@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';
@@ -1,5 +1,5 @@
1
1
  import styled, { css } from 'styled-components';
2
- import { Button } from 'strapi-helper-plugin';
2
+ import { Button } from '@akemona-org/strapi-helper-plugin';
3
3
 
4
4
  const Wrapper = styled.div`
5
5
  height: 54px;
@@ -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';
@@ -19,7 +19,7 @@ import {
19
19
  InputsIndex as Input,
20
20
  GlobalContext,
21
21
  CheckPermissions,
22
- } from 'strapi-helper-plugin';
22
+ } from '@akemona-org/strapi-helper-plugin';
23
23
 
24
24
  import pluginId from '../../pluginId';
25
25
  import pluginPermissions from '../../permissions';
@@ -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.4",
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.4",
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": "a627972678ce3f460d6b1786adb976f1d3a7c35d"
88
+ "gitHead": "c248936761bebd2fe75189c248a761c95a091fe0"
89
89
  }