@bigbinary/neeto-custom-domains-frontend 1.1.0 → 1.2.0-beta-6
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/README.md +70 -91
- package/app/javascript/src/translations/en.json +19 -10
- package/dist/CustomDomainDashboard.js +40 -905
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/cjs/CustomDomainDashboard.js +44 -955
- package/dist/cjs/CustomDomainDashboard.js.map +1 -1
- package/dist/cjs/index.js +563 -29
- package/dist/cjs/index.js.map +1 -1
- package/dist/index-6d441e24.js +959 -0
- package/dist/index-6d441e24.js.map +1 -0
- package/dist/index-a5a14202.js +903 -0
- package/dist/index-a5a14202.js.map +1 -0
- package/dist/index.js +524 -28
- package/dist/index.js.map +1 -1
- package/package.json +27 -26
- package/types.d.ts +3 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-custom-domains-frontend",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "A repo acts as the source of truth for the new
|
|
3
|
+
"version": "1.2.0-beta-6",
|
|
4
|
+
"description": "A repo acts as the source of truth for the new nanos structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-custom-domains-nano",
|
|
7
7
|
"bugs": {
|
|
@@ -39,16 +39,14 @@
|
|
|
39
39
|
"./**/*.rb": [
|
|
40
40
|
"bundle exec rubocop -a --force-exclusion"
|
|
41
41
|
],
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"eslint --fix"
|
|
42
|
+
"{Gemfile,Rakefile}": [
|
|
43
|
+
"bundle exec rubocop -a --force-exclusion"
|
|
45
44
|
],
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"eslint --fix"
|
|
45
|
+
"./**/app/views/**/*.html.erb": [
|
|
46
|
+
"bundle exec erblint --lint-all --format compact -a"
|
|
49
47
|
],
|
|
50
|
-
"{
|
|
51
|
-
"
|
|
48
|
+
"{package.json,.prettierrc.js}": [
|
|
49
|
+
"prettier --write"
|
|
52
50
|
]
|
|
53
51
|
},
|
|
54
52
|
"devDependencies": {
|
|
@@ -60,14 +58,14 @@
|
|
|
60
58
|
"@babel/preset-typescript": "^7.18.6",
|
|
61
59
|
"@babel/runtime": "7.19.0",
|
|
62
60
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
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.3.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.7.
|
|
70
|
-
"@bigbinary/neetoui": "8.2.
|
|
61
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.5",
|
|
62
|
+
"@bigbinary/neeto-audit-frontend": "2.0.17",
|
|
63
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
64
|
+
"@bigbinary/neeto-commons-frontend": "4.8.8",
|
|
65
|
+
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
66
|
+
"@bigbinary/neeto-icons": "1.20.8",
|
|
67
|
+
"@bigbinary/neeto-molecules": "3.7.27",
|
|
68
|
+
"@bigbinary/neetoui": "8.2.27",
|
|
71
69
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
70
|
"@faker-js/faker": "8.2.0",
|
|
73
71
|
"@honeybadger-io/js": "^6.4.1",
|
|
@@ -88,6 +86,7 @@
|
|
|
88
86
|
"babel-plugin-istanbul": "^6.1.1",
|
|
89
87
|
"babel-plugin-js-logger": "1.0.17",
|
|
90
88
|
"babel-plugin-macros": "3.1.0",
|
|
89
|
+
"babel-plugin-module-resolver": "^5.0.0",
|
|
91
90
|
"babel-plugin-preval": "^5.1.0",
|
|
92
91
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
93
92
|
"babel-preset-react": "6.24.1",
|
|
@@ -164,16 +163,17 @@
|
|
|
164
163
|
"webpack-cli": "5.1.4",
|
|
165
164
|
"webpack-dev-server": "4.15.1",
|
|
166
165
|
"yup": "0.32.11",
|
|
167
|
-
"zustand": "4.3.2"
|
|
166
|
+
"zustand": "4.3.2",
|
|
167
|
+
"psl": "^1.9.0"
|
|
168
168
|
},
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@babel/runtime": "7.19.0",
|
|
171
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
172
|
-
"@bigbinary/neeto-commons-frontend": "4.
|
|
173
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
174
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
175
|
-
"@bigbinary/neeto-molecules": "3.7.
|
|
176
|
-
"@bigbinary/neetoui": "8.2.
|
|
171
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.8.8",
|
|
173
|
+
"@bigbinary/neeto-filters-frontend": "4.3.6",
|
|
174
|
+
"@bigbinary/neeto-icons": "1.20.8",
|
|
175
|
+
"@bigbinary/neeto-molecules": "3.7.27",
|
|
176
|
+
"@bigbinary/neetoui": "8.2.27",
|
|
177
177
|
"@honeybadger-io/js": "^6.4.1",
|
|
178
178
|
"@honeybadger-io/react": "^6.1.3",
|
|
179
179
|
"@tanstack/react-query": "5.40.0",
|
|
@@ -208,7 +208,8 @@
|
|
|
208
208
|
"util": "^0.12.5",
|
|
209
209
|
"vm-browserify": "1.1.2",
|
|
210
210
|
"yup": "0.32.11",
|
|
211
|
-
"zustand": "4.3.2"
|
|
211
|
+
"zustand": "4.3.2",
|
|
212
|
+
"psl": "^1.9.0"
|
|
212
213
|
},
|
|
213
214
|
"resolutions": {
|
|
214
215
|
"postcss": "^8",
|