@jupyter/chat 0.6.0 → 0.6.2

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter/chat",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -110,8 +110,7 @@
110
110
  "coverage",
111
111
  "**/*.d.ts",
112
112
  "tests",
113
- "**/__tests__",
114
- "ui-tests"
113
+ "**/__tests__"
115
114
  ],
116
115
  "eslintConfig": {
117
116
  "extends": [