@abtnode/schema 1.6.4 → 1.6.5
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.
- package/README.md +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Defines data structure for ABT Node backend API, and maintains schema for GQL en
|
|
|
16
16
|
|
|
17
17
|
### Add to `~/.profile`
|
|
18
18
|
|
|
19
|
-
```
|
|
19
|
+
```shell
|
|
20
20
|
export GO111MODULE=on
|
|
21
21
|
export GOPROXY=https://goproxy.cn
|
|
22
22
|
|
|
@@ -47,12 +47,12 @@ After update the schema proto, run `make build` get the latest schema.
|
|
|
47
47
|
|
|
48
48
|
> If you are using mac, you may need replace the `sed` command with `gsed`
|
|
49
49
|
|
|
50
|
-
### 2. go to core/
|
|
50
|
+
### 2. go to core/webapp start a demo endpoint
|
|
51
51
|
|
|
52
52
|
just run:
|
|
53
53
|
|
|
54
|
-
```
|
|
55
|
-
node
|
|
54
|
+
```shell
|
|
55
|
+
node tools/start-upgrade-server.js
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
> should make sure the DB Proxy is running
|
|
@@ -61,7 +61,7 @@ node demo.js
|
|
|
61
61
|
|
|
62
62
|
just run:
|
|
63
63
|
|
|
64
|
-
```
|
|
64
|
+
```shell
|
|
65
65
|
npm run upgrade
|
|
66
66
|
```
|
|
67
67
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.5",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "59da906682f8122797a932640aebbad5a30dfcc3"
|
|
17
17
|
}
|