@steedos/service-packages 2.1.32 → 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 +2 -2
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## 功能说明
2
+ - 提供软件包相关元数据操作,如 软件包安装、卸载时对缓存数据的操作
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-packages",
3
- "version": "2.1.32",
3
+ "version": "2.1.33",
4
4
  "main": "index.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -8,5 +8,5 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "9824a14875521dca45ebba66792001d93b608e10"
11
+ "gitHead": "563087eeae39975c2254454481384b950dc9fe41"
12
12
  }