@bigbinary/neeto-api-keys-frontend 2.3.2 → 2.3.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.
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"updateApiKey": "Edit API key"
|
|
14
14
|
},
|
|
15
15
|
"noData": {
|
|
16
|
-
"title": "There are no API
|
|
17
|
-
"helpText": "Here is how you can <helpLink>create an API
|
|
16
|
+
"title": "There are no API keys to show.",
|
|
17
|
+
"helpText": "Here is how you can <helpLink>create an API key</helpLink>."
|
|
18
18
|
},
|
|
19
19
|
"alert": {
|
|
20
20
|
"titles": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"descriptions": {
|
|
24
24
|
"deleteApiKey": "You are permanently deleting the API key named <strong>{{name}}</strong>. This cannot be undone.",
|
|
25
|
-
"deleteZapierApiKey": "You are permanently deleting the API
|
|
25
|
+
"deleteZapierApiKey": "You are permanently deleting the API key <strong>{{name}}</strong>. All associated Zaps with this API key will be turned off. This can't be undone."
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"buttons": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"copiedToClipboard": "API key has been copied to clipboard"
|
|
43
43
|
},
|
|
44
44
|
"tooltips": {
|
|
45
|
-
"apiKeys": "API
|
|
45
|
+
"apiKeys": "API keys",
|
|
46
46
|
"apiKeysDescription": "Create API keys to make use of public APIs",
|
|
47
47
|
"copyToClipboard": "Copy to clipboard"
|
|
48
48
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-api-keys-frontend",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-api-keys-nano",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
64
|
"@bigbinary/eslint-plugin-neeto": "1.5.8",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.15",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
70
|
-
"@bigbinary/neetoui": "8.2.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.30",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.18",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.37",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.16.19",
|
|
70
|
+
"@bigbinary/neetoui": "8.2.80",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@babel/runtime": "7.26.10",
|
|
171
171
|
"@bigbinary/neeto-cist": "1.0.15",
|
|
172
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
173
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
174
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
175
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
176
|
-
"@bigbinary/neetoui": "8.2.
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.13.30",
|
|
173
|
+
"@bigbinary/neeto-filters-frontend": "4.3.18",
|
|
174
|
+
"@bigbinary/neeto-icons": "1.20.37",
|
|
175
|
+
"@bigbinary/neeto-molecules": "3.16.19",
|
|
176
|
+
"@bigbinary/neetoui": "8.2.80",
|
|
177
177
|
"@honeybadger-io/js": "6.10.1",
|
|
178
178
|
"@honeybadger-io/react": "6.1.25",
|
|
179
179
|
"@tailwindcss/container-queries": "^0.1.1",
|