We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb1938 commit 0261053Copy full SHA for 0261053
README.md
@@ -51,8 +51,9 @@ import { getAgileConfig } from 'node-agile-client';
51
const { token, url } = getAgileConfig();
52
```
53
54
-
55
# Changelog
+## v0.0.4
56
+- 修复type定义问题
57
## v0.0.3
58
- typescript改造
59
- 支持cjs和esm5使用
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-agile-client",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "AgileConfig的node客户端",
5
"main": "./cjs/index.js",
6
"module": "./esm5/index.js",
0 commit comments