diff --git a/package.json b/package.json index d1f1c7894..4910a73bb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyter/ai-monorepo", + "name": "@jupyter-ai/monorepo", "version": "0.0.1", "private": true, "workspaces": [ diff --git a/packages/jupyter-ai-dalle/package.json b/packages/jupyter-ai-dalle/package.json index decf261e6..c4ee939b3 100644 --- a/packages/jupyter-ai-dalle/package.json +++ b/packages/jupyter-ai-dalle/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyter/ai-dalle", + "name": "@jupyter-ai/dalle", "version": "0.0.1", "description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.", "keywords": [ @@ -79,7 +79,7 @@ "stylelint-prettier": "^2.0.0", "typescript": "~4.1.3", "ts-jest": "^26.0.0", - "@jupyter/ai": "^0.0.1" + "@jupyter-ai/core": "^0.0.1" }, "sideEffects": [ "style/*.css", diff --git a/packages/jupyter-ai-dalle/pyproject.toml b/packages/jupyter-ai-dalle/pyproject.toml index 8a65d698c..beb6ddf39 100644 --- a/packages/jupyter-ai-dalle/pyproject.toml +++ b/packages/jupyter-ai-dalle/pyproject.toml @@ -50,8 +50,8 @@ artifacts = ["jupyter_ai_dalle/labextension"] exclude = [".github", "binder"] [tool.hatch.build.targets.wheel.shared-data] -"jupyter_ai_dalle/labextension" = "share/jupyter/labextensions/@jupyter/ai-dalle" -"install.json" = "share/jupyter/labextensions/@jupyter/ai-dalle/install.json" +"jupyter_ai_dalle/labextension" = "share/jupyter/labextensions/@jupyter-ai/dalle" +"install.json" = "share/jupyter/labextensions/@jupyter-ai/dalle/install.json" [tool.hatch.build.hooks.version] path = "jupyter_ai_dalle/_version.py" diff --git a/packages/jupyter-ai/package.json b/packages/jupyter-ai/package.json index e823e6d81..f1b2902c2 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyter/ai", + "name": "@jupyter-ai/core", "version": "0.0.1", "description": "A generative AI extension for JupyterLab", "keywords": [ diff --git a/packages/jupyter-ai/pyproject.toml b/packages/jupyter-ai/pyproject.toml index f189a1543..31ea30b2b 100644 --- a/packages/jupyter-ai/pyproject.toml +++ b/packages/jupyter-ai/pyproject.toml @@ -55,8 +55,8 @@ artifacts = ["jupyter_ai/labextension"] exclude = [".github", "binder"] [tool.hatch.build.targets.wheel.shared-data] -"jupyter_ai/labextension" = "share/jupyter/labextensions/@jupyter/ai" -"install.json" = "share/jupyter/labextensions/@jupyter/ai/install.json" +"jupyter_ai/labextension" = "share/jupyter/labextensions/@jupyter-ai/core" +"install.json" = "share/jupyter/labextensions/@jupyter-ai/core/install.json" "jupyter-config/server-config" = "etc/jupyter/jupyter_server_config.d" "jupyter-config/nb-config" = "etc/jupyter/jupyter_notebook_config.d"