garnet-database
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "garnet-database", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A library, which allows using Google Sheets as a database via Google Apps Script.", | ||
@@ -5,0 +5,0 @@ "main": "index.d.ts", |
@@ -126,2 +126,6 @@ /// <reference path="../../typings-google-apps-script/index.d.ts" /> | ||
public getConfiguration() { | ||
return this.__config; | ||
} | ||
public getName() { | ||
@@ -128,0 +132,0 @@ return this.__config.name; |
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
7603
170