@jupyter/ydoc
Advanced tools
Comparing version 0.3.0-a4 to 0.3.0-a5
@@ -38,4 +38,6 @@ /** | ||
* Create a new `ISharedDocument` instance. | ||
* | ||
* It should return `undefined` if the factory is not able to create a `ISharedDocument`. | ||
*/ | ||
createNew(options: IFactory.IOptions): ISharedDocument; | ||
createNew(options: IFactory.IOptions): ISharedDocument | undefined; | ||
} | ||
@@ -42,0 +44,0 @@ /** |
{ | ||
"name": "@jupyter/ydoc", | ||
"version": "0.3.0-a4", | ||
"version": "0.3.0-a5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Jupyter document structures for collaborative editing using YJS", |
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
127491
2999