zapmyco 0.19.1 → 0.20.0

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/esm/deno.js +1 -1
  2. package/package.json +1 -1
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@zapmyco/zapmyco",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "description": "AI 原生的 TypeScript 启动模板,专为 AI 辅助开发时代打造",
5
5
  "exports": "./src/index.ts",
6
6
  "tasks": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zapmyco",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "description": "AI 原生的 TypeScript 启动模板,专为 AI 辅助开发时代打造",
5
5
  "repository": {
6
6
  "type": "git",