@jupyterlite/settings 0.1.0-alpha.24 → 0.1.0-beta.0

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.
Files changed (2) hide show
  1. package/lib/tokens.d.ts +0 -23
  2. package/package.json +1 -1
package/lib/tokens.d.ts CHANGED
@@ -55,26 +55,3 @@ export interface ISettings {
55
55
  */
56
56
  save(pluginId: string, raw: string): Promise<void>;
57
57
  }
58
- /**
59
- * The interface for a federated extension, as it appears in `jupyter-config-data`
60
- *
61
- * TODO: sync with schema, Lab core, etc.
62
- */
63
- export interface IFederatedExtension {
64
- /**
65
- * The npm-compatible name of the package
66
- */
67
- name: string;
68
- /**
69
- * The relative path to the extension
70
- */
71
- extension: string;
72
- /**
73
- * The relative entrypoint to the WebPack remoteEntry
74
- */
75
- load: string;
76
- /**
77
- * Optional path to the style module
78
- */
79
- style?: string;
80
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlite/settings",
3
- "version": "0.1.0-alpha.24",
3
+ "version": "0.1.0-beta.0",
4
4
  "description": "JupyterLite - Settings",
5
5
  "homepage": "https://github.com/jupyterlite/jupyterlite",
6
6
  "bugs": {