@jupyterlite/terminal 1.3.0 → 1.4.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/README.md +10 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -50,14 +50,16 @@ Each `jupyterlite-terminal` release is built against a specific version of `cock
|
|
|
50
50
|
include imports from both `jupyterlite-terminal` and `cockle`, such as if you are implementing
|
|
51
51
|
`cockle` external commands, you should ensure that you are using the correct version combination.
|
|
52
52
|
|
|
53
|
-
| `jupyterlite-terminal` | `cockle` | `jupyterlite-core`
|
|
54
|
-
| ---------------------- | -------- |
|
|
55
|
-
| 1.
|
|
56
|
-
| 1.
|
|
57
|
-
| 1.
|
|
58
|
-
| 1.0
|
|
59
|
-
| 1.
|
|
60
|
-
| 0.
|
|
53
|
+
| `jupyterlite-terminal` | `cockle` | `jupyterlite-core` | Release date |
|
|
54
|
+
| ---------------------- | -------- | --------------------------------- | ------------ |
|
|
55
|
+
| 1.4.0 | 1.5.0 | >= 0.7, < 0.8, != 0.7.4, != 0.7.5 | 2026-05-06 |
|
|
56
|
+
| 1.3.1 | 1.4.1 | >= 0.7, < 0.8, != 0.7.4 | 2026-03-25 |
|
|
57
|
+
| 1.3.0 | 1.4.0 | >= 0.7, < 0.8 | 2026-03-02 |
|
|
58
|
+
| 1.2.0 | 1.3.0 | >= 0.7, < 0.8 | 2025-12-03 |
|
|
59
|
+
| 1.1.0 | 1.2.0 | >= 0.6, < 0.8 | 2025-10-27 |
|
|
60
|
+
| 1.0.1 | 1.0.0 | >= 0.6, < 0.8 | 2025-09-03 |
|
|
61
|
+
| 1.0.0 | 1.0.0 | >= 0.6, < 0.7 | 2025-08-11 |
|
|
62
|
+
| 0.2.2 | 0.1.3 | >= 0.6, < 0.7 | 2025-06-27 |
|
|
61
63
|
|
|
62
64
|
## Contributing
|
|
63
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyterlite/terminal",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "A terminal for JupyterLite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@jupyterlab/services": "^7.5.0",
|
|
66
66
|
"@jupyterlab/settingregistry": "^4.5.0",
|
|
67
67
|
"@jupyterlite/apputils": "^0.7.0",
|
|
68
|
-
"@jupyterlite/cockle": "^1.
|
|
68
|
+
"@jupyterlite/cockle": "^1.5.0",
|
|
69
69
|
"@jupyterlite/services": "^0.7.0",
|
|
70
70
|
"@lumino/coreutils": "^2.2.1",
|
|
71
71
|
"@lumino/signaling": "^2.1.4",
|