@bigbinary/neeto-webhooks-frontend 2.1.4 → 2.2.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.
- package/dist/NeetoWebhooks.js +17 -7
- package/dist/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/NeetoWebhooks.js +28 -20
- package/dist/cjs/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/index.js +2 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +16 -16
package/dist/cjs/index.js
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var NeetoWebhooks = require('./NeetoWebhooks.js');
|
|
6
|
-
require('react');
|
|
7
6
|
require('react-router-dom');
|
|
8
7
|
require('@bigbinary/neeto-cist');
|
|
9
8
|
require('@bigbinary/neeto-commons-frontend/constants');
|
|
@@ -11,9 +10,9 @@ require('@bigbinary/neeto-commons-frontend/react-utils');
|
|
|
11
10
|
require('@bigbinary/neeto-molecules/Container');
|
|
12
11
|
require('@bigbinary/neeto-molecules/Header');
|
|
13
12
|
require('@bigbinary/neeto-molecules/HelpPopover');
|
|
14
|
-
require('@bigbinary/neeto-molecules/PageLoader');
|
|
15
13
|
require('@bigbinary/neeto-molecules/TableWrapper');
|
|
16
14
|
require('@bigbinary/neetoui/NoData');
|
|
15
|
+
require('@bigbinary/neetoui/Spinner');
|
|
17
16
|
require('@bigbinary/neetoui/Table');
|
|
18
17
|
require('react-i18next');
|
|
19
18
|
require('@tanstack/react-query');
|
|
@@ -24,6 +23,7 @@ require('@bigbinary/neeto-commons-frontend/initializers');
|
|
|
24
23
|
require('@bigbinary/neeto-molecules/DateFormat');
|
|
25
24
|
require('@bigbinary/neetoui/Button');
|
|
26
25
|
require('@bigbinary/neetoui/Pane');
|
|
26
|
+
require('react');
|
|
27
27
|
require('@bigbinary/neetoui/Typography');
|
|
28
28
|
require('@bigbinary/neetoui/Tab');
|
|
29
29
|
require('@bigbinary/neetoui/Tag');
|
|
@@ -33,7 +33,6 @@ require('ramda');
|
|
|
33
33
|
require('@bigbinary/neetoui/Alert');
|
|
34
34
|
require('@bigbinary/neeto-icons/Plus');
|
|
35
35
|
require('@bigbinary/neeto-molecules/MoreDropdown');
|
|
36
|
-
require('@bigbinary/neetoui/Spinner');
|
|
37
36
|
require('@bigbinary/neetoui/formik/Input');
|
|
38
37
|
require('@bigbinary/neetoui/formik/Form');
|
|
39
38
|
require('@bigbinary/neetoui/formik/ActionBlock');
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { default as NeetoWebhooks } from './NeetoWebhooks.js';
|
|
2
|
-
import 'react';
|
|
3
2
|
import 'react-router-dom';
|
|
4
3
|
import '@bigbinary/neeto-cist';
|
|
5
4
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
@@ -7,9 +6,9 @@ import '@bigbinary/neeto-commons-frontend/react-utils';
|
|
|
7
6
|
import '@bigbinary/neeto-molecules/Container';
|
|
8
7
|
import '@bigbinary/neeto-molecules/Header';
|
|
9
8
|
import '@bigbinary/neeto-molecules/HelpPopover';
|
|
10
|
-
import '@bigbinary/neeto-molecules/PageLoader';
|
|
11
9
|
import '@bigbinary/neeto-molecules/TableWrapper';
|
|
12
10
|
import '@bigbinary/neetoui/NoData';
|
|
11
|
+
import '@bigbinary/neetoui/Spinner';
|
|
13
12
|
import '@bigbinary/neetoui/Table';
|
|
14
13
|
import 'react-i18next';
|
|
15
14
|
import '@tanstack/react-query';
|
|
@@ -20,6 +19,7 @@ import '@bigbinary/neeto-commons-frontend/initializers';
|
|
|
20
19
|
import '@bigbinary/neeto-molecules/DateFormat';
|
|
21
20
|
import '@bigbinary/neetoui/Button';
|
|
22
21
|
import '@bigbinary/neetoui/Pane';
|
|
22
|
+
import 'react';
|
|
23
23
|
import '@bigbinary/neetoui/Typography';
|
|
24
24
|
import '@bigbinary/neetoui/Tab';
|
|
25
25
|
import '@bigbinary/neetoui/Tag';
|
|
@@ -29,7 +29,6 @@ import 'ramda';
|
|
|
29
29
|
import '@bigbinary/neetoui/Alert';
|
|
30
30
|
import '@bigbinary/neeto-icons/Plus';
|
|
31
31
|
import '@bigbinary/neeto-molecules/MoreDropdown';
|
|
32
|
-
import '@bigbinary/neetoui/Spinner';
|
|
33
32
|
import '@bigbinary/neetoui/formik/Input';
|
|
34
33
|
import '@bigbinary/neetoui/formik/Form';
|
|
35
34
|
import '@bigbinary/neetoui/formik/ActionBlock';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "2.1
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@babel/preset-typescript": "7.23.2",
|
|
61
61
|
"@babel/runtime": "7.23.2",
|
|
62
62
|
"@bigbinary/babel-preset-neeto": "1.0.6",
|
|
63
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
64
|
-
"@bigbinary/neeto-audit-frontend": "2.0.
|
|
65
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.
|
|
70
|
-
"@bigbinary/neetoui": "8.2.
|
|
63
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.4",
|
|
64
|
+
"@bigbinary/neeto-audit-frontend": "2.0.14",
|
|
65
|
+
"@bigbinary/neeto-cist": "1.0.12",
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.4.6",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.5",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.5.2",
|
|
70
|
+
"@bigbinary/neetoui": "8.2.14",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@honeybadger-io/js": "6.5.3",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
84
84
|
"antd": "5.10.2",
|
|
85
85
|
"autoprefixer": "10.4.16",
|
|
86
|
-
"axios": "1.
|
|
86
|
+
"axios": "1.7.4",
|
|
87
87
|
"babel-loader": "9.1.3",
|
|
88
88
|
"babel-plugin-istanbul": "6.1.1",
|
|
89
89
|
"babel-plugin-js-logger": "1.0.17",
|
|
@@ -165,17 +165,17 @@
|
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"@bigbinary/neeto-cist": "latest",
|
|
168
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
168
|
+
"@bigbinary/neeto-commons-frontend": "4.4.6",
|
|
169
169
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
170
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
171
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
172
|
-
"@bigbinary/neeto-molecules": "3.
|
|
173
|
-
"@bigbinary/neetoui": "8.2.
|
|
170
|
+
"@bigbinary/neeto-filters-frontend": "4.3.4",
|
|
171
|
+
"@bigbinary/neeto-icons": "1.20.5",
|
|
172
|
+
"@bigbinary/neeto-molecules": "3.5.2",
|
|
173
|
+
"@bigbinary/neetoui": "8.2.14",
|
|
174
174
|
"@honeybadger-io/js": "^6.5.3",
|
|
175
175
|
"@honeybadger-io/react": "^6.1.9",
|
|
176
176
|
"@tanstack/react-query": "5.40.0",
|
|
177
177
|
"@tanstack/react-query-devtools": "5.40.0",
|
|
178
|
-
"axios": "
|
|
178
|
+
"axios": "1.7.4",
|
|
179
179
|
"classnames": "^2.3.2",
|
|
180
180
|
"formik": "^2.4.5",
|
|
181
181
|
"i18next": "^23.6.0",
|