jupyter-chat-example 0.21.0 → 0.22.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jupyter-chat-example",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"description": "A chat extension providing a chat as example",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"url": "https://github.com/jupyterlab/jupyter-chat.git"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
|
-
"build": "jlpm build:lib && jlpm build:labextension:dev",
|
|
34
|
-
"build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
|
|
33
|
+
"build": "echo 'Building jupyter-chat-example' && jlpm build:lib && jlpm build:labextension:dev",
|
|
34
|
+
"build:prod": "echo 'Building jupyter-chat-example' && jlpm clean && jlpm build:lib:prod && jlpm build:labextension",
|
|
35
35
|
"build:labextension": "jupyter labextension build .",
|
|
36
36
|
"build:labextension:dev": "jupyter labextension build --development True .",
|
|
37
37
|
"build:lib": "tsc --sourceMap",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"install:extension": "jlpm build"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@jupyter/chat": "^0.
|
|
47
|
+
"@jupyter/chat": "^0.22.0",
|
|
48
48
|
"@jupyterlab/application": "^4.2.0",
|
|
49
49
|
"@jupyterlab/apputils": "^4.3.0",
|
|
50
50
|
"@jupyterlab/notebook": "^4.2.0",
|