@bigbinary/neeto-webhooks-frontend 2.1.1 → 2.1.3
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 +21 -36
- package/dist/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/NeetoWebhooks.js +21 -36
- package/dist/cjs/NeetoWebhooks.js.map +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/cjs/index.js
CHANGED
|
@@ -4,7 +4,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var NeetoWebhooks = require('./NeetoWebhooks.js');
|
|
6
6
|
require('react');
|
|
7
|
-
require('ramda');
|
|
8
7
|
require('react-router-dom');
|
|
9
8
|
require('@bigbinary/neeto-cist');
|
|
10
9
|
require('@bigbinary/neeto-commons-frontend/constants');
|
|
@@ -21,6 +20,7 @@ require('@tanstack/react-query');
|
|
|
21
20
|
require('@tanstack/react-query-devtools');
|
|
22
21
|
require('react/jsx-runtime');
|
|
23
22
|
require('axios');
|
|
23
|
+
require('@bigbinary/neeto-commons-frontend/initializers');
|
|
24
24
|
require('@bigbinary/neeto-molecules/DateFormat');
|
|
25
25
|
require('@bigbinary/neetoui/Button');
|
|
26
26
|
require('@bigbinary/neetoui/Pane');
|
|
@@ -29,6 +29,7 @@ require('@bigbinary/neetoui/Tab');
|
|
|
29
29
|
require('@bigbinary/neetoui/Tag');
|
|
30
30
|
require('i18next');
|
|
31
31
|
require('@bigbinary/neeto-commons-frontend/utils');
|
|
32
|
+
require('ramda');
|
|
32
33
|
require('@bigbinary/neetoui/Alert');
|
|
33
34
|
require('@bigbinary/neeto-icons/Plus');
|
|
34
35
|
require('@bigbinary/neeto-molecules/MoreDropdown');
|
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,6 +1,5 @@
|
|
|
1
1
|
export { default as NeetoWebhooks } from './NeetoWebhooks.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import 'ramda';
|
|
4
3
|
import 'react-router-dom';
|
|
5
4
|
import '@bigbinary/neeto-cist';
|
|
6
5
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
@@ -17,6 +16,7 @@ import '@tanstack/react-query';
|
|
|
17
16
|
import '@tanstack/react-query-devtools';
|
|
18
17
|
import 'react/jsx-runtime';
|
|
19
18
|
import 'axios';
|
|
19
|
+
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
20
20
|
import '@bigbinary/neeto-molecules/DateFormat';
|
|
21
21
|
import '@bigbinary/neetoui/Button';
|
|
22
22
|
import '@bigbinary/neetoui/Pane';
|
|
@@ -25,6 +25,7 @@ import '@bigbinary/neetoui/Tab';
|
|
|
25
25
|
import '@bigbinary/neetoui/Tag';
|
|
26
26
|
import 'i18next';
|
|
27
27
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
28
|
+
import 'ramda';
|
|
28
29
|
import '@bigbinary/neetoui/Alert';
|
|
29
30
|
import '@bigbinary/neeto-icons/Plus';
|
|
30
31
|
import '@bigbinary/neeto-molecules/MoreDropdown';
|
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.1.3",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-webhooks-nano",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
64
64
|
"@bigbinary/neeto-audit-frontend": "2.0.12",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.11",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.1
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.3.1",
|
|
67
67
|
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
68
68
|
"@bigbinary/neeto-icons": "1.20.0",
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.2.
|
|
70
|
-
"@bigbinary/neetoui": "8.1.
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.2.17",
|
|
70
|
+
"@bigbinary/neetoui": "8.1.2",
|
|
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",
|
|
@@ -165,12 +165,12 @@
|
|
|
165
165
|
},
|
|
166
166
|
"peerDependencies": {
|
|
167
167
|
"@bigbinary/neeto-cist": "latest",
|
|
168
|
-
"@bigbinary/neeto-commons-frontend": "4.1
|
|
168
|
+
"@bigbinary/neeto-commons-frontend": "4.3.1",
|
|
169
169
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
170
170
|
"@bigbinary/neeto-filters-frontend": "4.0.1",
|
|
171
171
|
"@bigbinary/neeto-icons": "1.20.0",
|
|
172
|
-
"@bigbinary/neeto-molecules": "3.2.
|
|
173
|
-
"@bigbinary/neetoui": "8.1.
|
|
172
|
+
"@bigbinary/neeto-molecules": "3.2.17",
|
|
173
|
+
"@bigbinary/neetoui": "8.1.2",
|
|
174
174
|
"@honeybadger-io/js": "^6.5.3",
|
|
175
175
|
"@honeybadger-io/react": "^6.1.9",
|
|
176
176
|
"@tanstack/react-query": "5.40.0",
|