@steedos/steedos-plugin-schema-builder 2.2.25 → 2.2.26

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@ npm i yarn -g
5
5
 
6
6
  ### 国内建议使用npm淘宝镜像
7
7
  ```
8
- npm config set registry http://registry.npm.taobao.org/
8
+ npm config set registry https://registry.npmmirror.com/
9
9
  ```
10
10
 
11
11
  ### 使用yarn安装依赖包
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/steedos-plugin-schema-builder",
3
- "version": "2.2.25",
3
+ "version": "2.2.26",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "@antv/g6": "^3.6.0",
27
27
  "@iarna/rtf-to-html": "^1.1.0",
28
- "@steedos/accounts": "2.2.25",
28
+ "@steedos/accounts": "2.2.26",
29
29
  "@steedos/steedos-plugin-workflow": "^2.0.8",
30
30
  "@types/react": "^16.9.22",
31
31
  "@types/react-dom": "^16.8.4",
@@ -46,7 +46,7 @@
46
46
  "react-scrollbars-custom": "^4.0.21",
47
47
  "stats": "^1.0.0",
48
48
  "stats.js": "^0.17.0",
49
- "steedos-server": "2.2.25",
49
+ "steedos-server": "2.2.26",
50
50
  "typescript": "^3.8.2",
51
51
  "unstated-next": "^1.1.0",
52
52
  "with-dnd-context": "^1.0.4",
@@ -56,5 +56,5 @@
56
56
  "resolutions": {
57
57
  "**/mongodb": "3.5.10"
58
58
  },
59
- "gitHead": "e81092f007bce951b627a5c28e286032afbba1fb"
59
+ "gitHead": "77fa3c2b6bdfebaccb4b7f0886f32eb347cbdd35"
60
60
  }