@jupyterlite/settings 0.1.0-beta.4 → 0.1.0-beta.5

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/lib/settings.d.ts CHANGED
@@ -63,9 +63,9 @@ export declare class Settings implements ISettings {
63
63
  private _ready;
64
64
  }
65
65
  /**
66
- * A namespaces for settings metadata.
66
+ * A namespace for settings metadata.
67
67
  */
68
- declare namespace Settings {
68
+ export declare namespace Settings {
69
69
  /**
70
70
  * Initialization options for settings.
71
71
  */
@@ -75,4 +75,3 @@ declare namespace Settings {
75
75
  storageDrivers?: string[] | null;
76
76
  }
77
77
  }
78
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlite/settings",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.5",
4
4
  "description": "JupyterLite - Settings",
5
5
  "homepage": "https://github.com/jupyterlite/jupyterlite",
6
6
  "bugs": {
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@jupyterlab/coreutils": "~5.3.2",
46
46
  "@jupyterlab/settingregistry": "~3.3.2",
47
- "@jupyterlite/localforage": "^0.1.0-beta.4",
47
+ "@jupyterlite/localforage": "^0.1.0-beta.5",
48
48
  "@lumino/coreutils": "^1.12.0",
49
49
  "json5": "^2.2.0",
50
50
  "localforage": "^1.9.0"