@ai-dev-tools/csharp-copilot-core 0.0.29 → 0.0.30

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 (2) hide show
  1. package/ReadMe.md +1 -1
  2. package/package.json +1 -1
package/ReadMe.md CHANGED
@@ -141,7 +141,7 @@ This will:
141
141
  ```bash
142
142
  npm logout
143
143
  npm login --registry=https://registry.npmjs.org/
144
- npm publish --registry https://registry.npmjs.org/ --access public --otp=YOUR_2FA_CODE
144
+ npm publish --registry https://registry.npmjs.org/ --access public
145
145
  ```
146
146
 
147
147
  ### del published package within 72 hours
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-dev-tools/csharp-copilot-core",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "Core library for csharp-copilot",
5
5
  "main": "out/index.js",
6
6
  "typings": "out/index.d.ts",