@kc-one/smart-fill-sdk 0.0.1-beta.1 → 0.0.1-beta.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.
package/README.md CHANGED
@@ -14,8 +14,8 @@ npm run dev
14
14
  ## 接入示例
15
15
 
16
16
  ```ts
17
- import { SmartFill } from '@kc-si/smart-fill-sdk'
18
- import '@kc-si/smart-fill-sdk/style.css'
17
+ import { SmartFill } from '@kc-one/smart-fill-sdk'
18
+ import '@kc-one/smart-fill-sdk/style.css'
19
19
 
20
20
  await SmartFill.setup({ apiKey: 'seKey_xxxxxxxxxxxxx' })
21
21
  // 网关地址在 src/config/defaults.ts 的 DEFAULT_BASE_URL 中配置
@@ -181,10 +181,10 @@ smart-fill-sdk/
181
181
 
182
182
  ## 发布到 npm 公共仓库
183
183
 
184
- 包归属 [@kc-si](https://www.npmjs.com/settings/kc-si/packages) 组织,包名为 `@kc-si/smart-fill-sdk`。
184
+ 包归属 [@kc-one](https://www.npmjs.com/settings/kc-one/packages) 组织,包名为 `@kc-one/smart-fill-sdk`。
185
185
 
186
186
  ```bash
187
- npm login # 使用已加入 kc-si 组织且开启 2FA 的账号
187
+ npm login # 使用已加入 kc-one 组织且开启 2FA 的账号
188
188
  npm run build
189
189
  npm publish --access public # publishConfig 已配置 public + registry.npmjs.org
190
190
  ```