Skip to content

Commit 8854a43

Browse files
fcollonvaljtpio
andauthored
Backport PR #97: Rename JS package to @jupyter/ydoc (#104)
Co-authored-by: Jeremy Tuloup <[email protected]>
1 parent 6a8b002 commit 8854a43

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@jupyter-notebook/ydoc",
2+
"name": "@jupyter/ydoc",
33
"version": "0.2.2",
44
"type": "module",
55
"description": "Jupyter document structures for collaborative editing using YJS",

javascript/test/ymodels.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import { IMapChange, NotebookChange, YCodeCell, YNotebook } from '../src';
55

6-
describe('@jupyter-notebook/ydoc', () => {
6+
describe('@jupyter/ydoc', () => {
77
describe('YNotebook', () => {
88
describe('#constructor', () => {
99
test('should create a notebook without arguments', () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@jupyter-notebook/ydoc-top-repo",
2+
"name": "@jupyter/ydoc-top-repo",
33
"version": "0.0.1",
44
"private": true,
55
"files": [],

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"dependencies": {
4-
"@jupyter-notebook/ydoc": "file:../javascript",
4+
"@jupyter/ydoc": "file:../javascript",
55
"ws": "^8.5.0",
66
"y-websocket": "^1.4.1"
77
}

tests/yjs_client_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { YNotebook } from '@jupyter-notebook/ydoc'
1+
import { YNotebook } from '@jupyter/ydoc'
22
import { WebsocketProvider } from 'y-websocket'
33

44
const notebook = new YNotebook()

0 commit comments

Comments
 (0)