dtable-sdk
Advanced tools
Comparing version 0.0.50 to 0.0.51
@@ -26,4 +26,2 @@ "use strict"; | ||
function _readOnlyError(name) { throw new Error("\"" + name + "\" is read-only"); } | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -537,3 +535,3 @@ | ||
if (viewName) { | ||
view = (_readOnlyError("view"), this.getViewByName(table, viewName)); | ||
view = this.getViewByName(table, viewName); | ||
} | ||
@@ -540,0 +538,0 @@ |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/dtable.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
382329
9535