@jupyterlab/coreutils
Advanced tools
Comparing version 0.10.1 to 0.11.0
@@ -85,1 +85,2 @@ "use strict"; | ||
exports.ActivityMonitor = ActivityMonitor; | ||
//# sourceMappingURL=activitymonitor.js.map |
@@ -7,5 +7,5 @@ export * from './activitymonitor'; | ||
export * from './observablejson'; | ||
export * from './observablelist'; | ||
export * from './observablemap'; | ||
export * from './observablestring'; | ||
export * from './observablelist'; | ||
export * from './pageconfig'; | ||
@@ -12,0 +12,0 @@ export * from './path'; |
@@ -13,5 +13,5 @@ "use strict"; | ||
__export(require("./observablejson")); | ||
__export(require("./observablelist")); | ||
__export(require("./observablemap")); | ||
__export(require("./observablestring")); | ||
__export(require("./observablelist")); | ||
__export(require("./pageconfig")); | ||
@@ -26,1 +26,2 @@ __export(require("./path")); | ||
__export(require("./uuid")); | ||
//# sourceMappingURL=index.js.map |
@@ -5,1 +5,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -98,1 +98,2 @@ "use strict"; | ||
})(MarkdownCodeBlocks = exports.MarkdownCodeBlocks || (exports.MarkdownCodeBlocks = {})); | ||
//# sourceMappingURL=markdowncodeblocks.js.map |
@@ -319,1 +319,2 @@ "use strict"; | ||
exports.ModelDB = ModelDB; | ||
//# sourceMappingURL=modeldb.js.map |
@@ -121,1 +121,2 @@ "use strict"; | ||
})(nbformat = exports.nbformat || (exports.nbformat = {})); | ||
//# sourceMappingURL=nbformat.js.map |
@@ -73,1 +73,2 @@ "use strict"; | ||
exports.ObservableJSON = ObservableJSON; | ||
//# sourceMappingURL=observablejson.js.map |
@@ -408,1 +408,2 @@ "use strict"; | ||
})(Private || (Private = {})); | ||
//# sourceMappingURL=observablelist.js.map |
@@ -199,1 +199,2 @@ "use strict"; | ||
})(Private || (Private = {})); | ||
//# sourceMappingURL=observablemap.js.map |
@@ -131,1 +131,2 @@ "use strict"; | ||
exports.ObservableString = ObservableString; | ||
//# sourceMappingURL=observablestring.js.map |
@@ -50,4 +50,6 @@ "use strict"; | ||
var fullPath = path.resolve(cli['jupyter-config-data']); | ||
/* tslint:disable */ | ||
// Force Webpack to ignore this require. | ||
configData = eval('require')(fullPath); | ||
/* tslint:enable */ | ||
} | ||
@@ -122,1 +124,2 @@ } | ||
})(PageConfig = exports.PageConfig || (exports.PageConfig = {})); | ||
//# sourceMappingURL=pageconfig.js.map |
@@ -148,1 +148,2 @@ "use strict"; | ||
})(PathExt = exports.PathExt || (exports.PathExt = {})); | ||
//# sourceMappingURL=path.js.map |
@@ -25,3 +25,3 @@ "use strict"; | ||
*/ | ||
exports.ISettingRegistry = new coreutils_1.Token('jupyter.services.settings'); | ||
exports.ISettingRegistry = new coreutils_1.Token('@jupyterlab/coreutils:ISettingRegistry'); | ||
/** | ||
@@ -592,1 +592,2 @@ * The default implementation of a schema validator. | ||
})(Private = exports.Private || (exports.Private = {})); | ||
//# sourceMappingURL=settingregistry.js.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
*/ | ||
exports.IStateDB = new coreutils_1.Token('jupyter.services.statedb'); | ||
exports.IStateDB = new coreutils_1.Token('@jupyterlab/coreutils:IStateDB'); | ||
/** | ||
@@ -157,1 +157,2 @@ * The default concrete implementation of a state database. | ||
exports.StateDB = StateDB; | ||
//# sourceMappingURL=statedb.js.map |
@@ -75,1 +75,2 @@ "use strict"; | ||
})(Text = exports.Text || (exports.Text = {})); | ||
//# sourceMappingURL=text.js.map |
@@ -39,1 +39,2 @@ "use strict"; | ||
})(Time = exports.Time || (exports.Time = {})); | ||
//# sourceMappingURL=time.js.map |
@@ -259,1 +259,2 @@ "use strict"; | ||
exports.ObservableUndoableList = ObservableUndoableList; | ||
//# sourceMappingURL=undoablelist.js.map |
@@ -99,1 +99,2 @@ "use strict"; | ||
})(URLExt = exports.URLExt || (exports.URLExt = {})); | ||
//# sourceMappingURL=url.js.map |
@@ -21,1 +21,2 @@ "use strict"; | ||
exports.uuid = uuid; | ||
//# sourceMappingURL=uuid.js.map |
{ | ||
"name": "@jupyterlab/coreutils", | ||
"version": "0.10.1", | ||
"version": "0.11.0", | ||
"description": "JupyterLab - Core Utilities", | ||
@@ -20,7 +20,7 @@ "main": "lib/index.js", | ||
"@phosphor/signaling": "^1.2.1", | ||
"ajv": "^5.1.5", | ||
"minimist": "^1.2.0", | ||
"ajv": "~5.1.5", | ||
"minimist": "~1.2.0", | ||
"moment": "~2.17.1", | ||
"path-posix": "^1.0.0", | ||
"url-parse": "^1.1.8" | ||
"path-posix": "~1.0.0", | ||
"url-parse": "~1.1.8" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
181217
40
5925
0
5
+ Addedajv@5.1.6(transitive)
+ Addedcall-bind@1.0.7(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedgopd@1.0.1(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedisarray@2.0.5(transitive)
+ Addedjson-stable-stringify@1.1.1(transitive)
+ Addedjsonify@0.0.1(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedquerystringify@1.0.0(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedurl-parse@1.1.9(transitive)
- Removedajv@5.5.2(transitive)
- Removedfast-deep-equal@1.1.0(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedquerystringify@2.2.0(transitive)
- Removedurl-parse@1.5.10(transitive)
Updatedajv@~5.1.5
Updatedminimist@~1.2.0
Updatedpath-posix@~1.0.0
Updatedurl-parse@~1.1.8