@updog/data-editor 0.1.21 → 0.1.22
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/index.js +5 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -25101,7 +25101,11 @@ var sT = () => {
|
|
|
25101
25101
|
crv: "P-256",
|
|
25102
25102
|
x: "wZO1Jxr21FEBDsVMzbTbF8blU2CP17c_eQY7gorO13U",
|
|
25103
25103
|
y: "Nwr-tXatJZ3DxZqpUG_gOWzmpU6szTqrEL7Gnh5UGwo"
|
|
25104
|
-
}, dT = "updog_license_grant", fT = new Set([
|
|
25104
|
+
}, dT = "updog_license_grant", fT = new Set([
|
|
25105
|
+
"updog.tech",
|
|
25106
|
+
"landing.updog.tech",
|
|
25107
|
+
"demo.updog.tech"
|
|
25108
|
+
]);
|
|
25105
25109
|
function pT() {
|
|
25106
25110
|
return fT.has(window.location.hostname);
|
|
25107
25111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@updog/data-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "Client-side CSV importer and spreadsheet editor SDK for React. Import CSV, Excel, JSON, TSV, and XML, match columns, validate, and edit 1M+ rows entirely in the browser.",
|
|
5
5
|
"author": "Mikhail Kutateladze <admin@updog.tech>",
|
|
6
6
|
"homepage": "https://updog.tech",
|