@clairejs/client 3.4.0 → 3.4.1

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  ## Change Log
2
2
 
3
- #### 3.4.0:
3
+ #### 3.4.1:
4
4
 
5
+ - update claire core
5
6
  - apply LogHandler to some implementations
6
7
 
7
8
  #### 3.3.3:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clairejs/client",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -13,7 +13,7 @@
13
13
  "axios": "^1.3.4"
14
14
  },
15
15
  "peerDependencies": {
16
- "@clairejs/core": "^3.6.5"
16
+ "@clairejs/core": "^3.7.3"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/mocha": "^10.0.1",