@jupyterlab/statedb
Advanced tools
Comparing version 3.0.0-alpha.14 to 3.0.0-beta.0
@@ -14,4 +14,4 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -18,0 +18,0 @@ __exportStar(require("./dataconnector"), exports); |
{ | ||
"name": "@jupyterlab/statedb", | ||
"version": "3.0.0-alpha.14", | ||
"version": "3.0.0-beta.0", | ||
"description": "Package for managing state in Jupyterlab", | ||
@@ -46,3 +46,3 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.0.0-alpha.14", | ||
"@jupyterlab/testutils": "^3.0.0-beta.0", | ||
"@types/jest": "^24.0.23", | ||
@@ -53,3 +53,3 @@ "jest": "^25.2.3", | ||
"typedoc": "^0.17.7", | ||
"typescript": "~3.9.2" | ||
"typescript": "~4.0.2" | ||
}, | ||
@@ -59,3 +59,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0c95fd64efe0ba648e06683f7114698fda295329" | ||
"gitHead": "50bc97613c7ef43152d8a7e66a5caa92f5db03a4" | ||
} |
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
60533