@updog/data-editor-wc 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
|
@@ -51320,7 +51320,11 @@ var mB = () => {
|
|
|
51320
51320
|
crv: "P-256",
|
|
51321
51321
|
x: "wZO1Jxr21FEBDsVMzbTbF8blU2CP17c_eQY7gorO13U",
|
|
51322
51322
|
y: "Nwr-tXatJZ3DxZqpUG_gOWzmpU6szTqrEL7Gnh5UGwo"
|
|
51323
|
-
}, vB = "updog_license_grant", yB = new Set([
|
|
51323
|
+
}, vB = "updog_license_grant", yB = new Set([
|
|
51324
|
+
"updog.tech",
|
|
51325
|
+
"landing.updog.tech",
|
|
51326
|
+
"demo.updog.tech"
|
|
51327
|
+
]);
|
|
51324
51328
|
function bB() {
|
|
51325
51329
|
return yB.has(window.location.hostname);
|
|
51326
51330
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@updog/data-editor-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "Client-side CSV importer and spreadsheet editor SDK as a Web Component. Drop into Vue, Angular, Svelte, or vanilla JS. Import CSV, Excel, JSON; edit 1M+ rows entirely in the browser.",
|
|
5
5
|
"author": "Mikhail Kutateladze <admin@updog.tech>",
|
|
6
6
|
"homepage": "https://updog.tech",
|