-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract out ICollaborativeDrive to @jupyter/collaborative-drive
#353
Changes from all commits
32a3e5a
6cd68c2
b670b40
b1f410d
dbf2e1b
a31f286
c83948e
dc8f7a1
4798ee3
4c685ca
3e85e56
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"name": "@jupyter/collaborative-drive", | ||
"version": "3.0.0-beta.6", | ||
"description": "JupyterLab - Collaborative Drive", | ||
"homepage": "https://github.com/jupyterlab/jupyter-collaboration", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab/jupyter-collaboration/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab/jupyter-collaboration.git" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": "Project Jupyter", | ||
"sideEffects": [ | ||
"style/**/*" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib/" | ||
}, | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"schema/*.json", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", | ||
"style/index.js" | ||
], | ||
"scripts": { | ||
"build": "tsc -b", | ||
"build:prod": "jlpm run build", | ||
"build:test": "tsc --build tsconfig.test.json", | ||
"clean": "rimraf lib tsconfig.tsbuildinfo", | ||
"clean:lib": "jlpm run clean:all", | ||
"clean:all": "rimraf lib tsconfig.tsbuildinfo node_modules", | ||
"install:extension": "jlpm run build", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3", | ||
"@jupyterlab/services": "^7.2.0", | ||
"@lumino/coreutils": "^2.1.0", | ||
"@lumino/disposable": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"rimraf": "^4.1.2", | ||
"typescript": "~5.0.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts", | ||
"displayName": "@jupyter/collaborative-drive", | ||
"tsconfig": "./tsconfig.json" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* ----------------------------------------------------------------------------- | ||
| Copyright (c) Jupyter Development Team. | ||
| Distributed under the terms of the Modified BSD License. | ||
|----------------------------------------------------------------------------*/ | ||
/** | ||
* @packageDocumentation | ||
* @module collaborative-drive | ||
*/ | ||
|
||
export * from './tokens'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "lib", | ||
"rootDir": "src" | ||
}, | ||
"include": ["src/*"], | ||
"exclude": ["src/__tests__/*"] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2076,6 +2076,7 @@ __metadata: | |
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" | ||
dependencies: | ||
"@jupyter/collaboration": ^3.0.0-beta.6 | ||
"@jupyter/collaborative-drive": ^3.0.0-beta.6 | ||
"@jupyter/docprovider": ^3.0.0-beta.6 | ||
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 | ||
"@jupyterlab/application": ^4.2.0 | ||
|
@@ -2122,10 +2123,24 @@ __metadata: | |
languageName: unknown | ||
linkType: soft | ||
|
||
"@jupyter/collaborative-drive@^3.0.0-beta.6, @jupyter/collaborative-drive@workspace:packages/collaborative-drive": | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line looks different than for the other packages. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch, let's try to make it similar. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So it's Yarn that adds |
||
version: 0.0.0-use.local | ||
resolution: "@jupyter/collaborative-drive@workspace:packages/collaborative-drive" | ||
dependencies: | ||
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 | ||
"@jupyterlab/services": ^7.2.0 | ||
"@lumino/coreutils": ^2.1.0 | ||
"@lumino/disposable": ^2.1.0 | ||
rimraf: ^4.1.2 | ||
typescript: ~5.0.4 | ||
languageName: unknown | ||
linkType: soft | ||
|
||
"@jupyter/docprovider-extension@workspace:packages/docprovider-extension": | ||
version: 0.0.0-use.local | ||
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension" | ||
dependencies: | ||
"@jupyter/collaborative-drive": ^3.0.0-beta.6 | ||
"@jupyter/docprovider": ^3.0.0-beta.6 | ||
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 | ||
"@jupyterlab/application": ^4.2.0 | ||
|
@@ -2153,6 +2168,7 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@jupyter/docprovider@workspace:packages/docprovider" | ||
dependencies: | ||
"@jupyter/collaborative-drive": ^3.0.0-beta.6 | ||
"@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 | ||
"@jupyterlab/apputils": ^4.2.0 | ||
"@jupyterlab/cells": ^4.2.0 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember the reason, I'll remove it to see what happens.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See here:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it will be fine once
@jupyter/collaborative-drive
is published?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, maybe I can help publish a placeholder version to see if it helps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a version with the previous name was also published earlier: https://www.npmjs.com/package/@jupyter/collaborativedrive
Maybe it can be removed from
npm
so it's less confusing?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I'm confused, who published that? Do we use it somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you did?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you published it to see if that would help fix the CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, I don't remember.