@steedos/client 2.1.28 → 2.1.33

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 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## 功能说明
2
+ - 此包用于创建客户端连接,方便对数据执行数据库操作
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@steedos/client",
4
- "version": "2.1.28",
4
+ "version": "2.1.33",
5
5
  "description": "client lib for steedos",
6
6
  "main": "lib/index.js",
7
7
  "scripts": {
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@steedos/filters": "2.1.28",
22
+ "@steedos/filters": "2.1.33",
23
23
  "node-fetch": "^2.6.1"
24
24
  },
25
- "gitHead": "49f457800e7a2735ea61e2bbf3a7cfb1cfb5284a"
25
+ "gitHead": "563087eeae39975c2254454481384b950dc9fe41"
26
26
  }