Skip to content

Commit

Permalink
feat: 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Sep 21, 2023
1 parent 6c33611 commit 0c25b3d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
},
"module": "src/index.ts",
"unpkg": "dist/alins.iife.min.js",
"jsdelivr": "dist/alins.iife.min.js",
"type": "module"
"jsdelivr": "dist/alins.iife.min.js"
}
3 changes: 1 addition & 2 deletions packages/client-reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
},
"unpkg": "dist/alins-reactive.iife.min.js",
"jsdelivr": "dist/alins-reactive.iife.min.js",
"module": "src/index.ts",
"type": "module"
"module": "src/index.ts"
}
3 changes: 1 addition & 2 deletions packages/client-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
"dependencies": {
"alins": "^0.0.31"
},
"module": "src/index.ts",
"type": "module"
"module": "src/index.ts"
}
3 changes: 1 addition & 2 deletions packages/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
},
"unpkg": "dist/alins-utils.iife.min.js",
"jsdelivr": "dist/alins-utils.iife.min.js",
"module": "src/index.ts",
"type": "module"
"module": "src/index.ts"
}
3 changes: 1 addition & 2 deletions packages/compiler-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@
},
"module": "src/index.ts",
"unpkg": "dist/alins-compiler-web.iife.min.js",
"jsdelivr": "dist/alins-compiler-web.iife.min.js",
"type": "module"
"jsdelivr": "dist/alins-compiler-web.iife.min.js"
}
1 change: 0 additions & 1 deletion scripts/build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ if (packageName === 'eslint-config-alins') {

const packageInfo = {
typings: `dist/${packageName}.d.ts`,
type: 'module',
'publishConfig': {
'registry': 'https://registry.npmjs.org/',
},
Expand Down
4 changes: 4 additions & 0 deletions scripts/helper/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
- [ ] Async Data 类型标注
- [ ] computed 重构;dirty 标记。优化 const b = a++; 逻辑

## 0.0.33

- [x] fix nodejs 环境下使用

## 0.0.32

- [x] 支持 commonjs 导入 alins
Expand Down

0 comments on commit 0c25b3d

Please sign in to comment.