feat: 更新版本号至 0.0.2,并添加 .npmrc 文件以配置 NPM 认证

This commit is contained in:
2026-03-02 23:40:20 +08:00
parent ad9c26e278
commit e8598e418d
2 changed files with 4 additions and 1 deletions

3
.npmrc Normal file
View File

@@ -0,0 +1,3 @@
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
//npm.cnb.cool/kevisual/registry/-/packages/:_authToken=${CNB_API_KEY}
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/convex",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {