From 80e5dd9ee04b7fbdb7c0f3d940dcecc86d2240e1 Mon Sep 17 00:00:00 2001 From: X3ZvaWQ Date: Tue, 19 Nov 2024 11:03:41 +0800 Subject: [PATCH] feat: add @jx3box (#325) ## Summary by CodeRabbit - **Documentation** - Updated the README.md to clarify the correct field for adding scoped packages to the whitelist. - Retained and corrected the example JSON snippet to reference the `allowScopes` field. - **New Features** - Incremented version to 1.145.0 in package.json. - Added `@jx3box` to the `allowScopes` array, expanding permitted scopes for package management. --- README.md | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09aae2df..4bc8171b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ _你将会看到 package.json 文件中的 `allowPackages` 字段被更新,如 npm run add -- --scope=@eggjs ``` -_你将会看到 package.json 文件中的 `allowPackages` 字段被更新,如下所示:_ +_你将会看到 package.json 文件中的 `allowScopes` 字段被更新,如下所示:_ ```json "allowScopes": [ diff --git a/package.json b/package.json index 5b8678fb..2ddcd856 100644 --- a/package.json +++ b/package.json @@ -124,6 +124,7 @@ "@js-preview", "@jscpd", "@jupyterlab", + "@jx3box", "@kne", "@kne-components", "@koa",