@abtnode/auth 1.16.6-beta-8be2fe37 → 1.16.6-beta-4ea1eb90

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/lib/auth.js +3 -3
  2. package/package.json +14 -14
package/lib/auth.js CHANGED
@@ -289,9 +289,9 @@ const messages = {
289
289
  en: 'tag is required',
290
290
  zh: 'tag 不能为空',
291
291
  },
292
- appIsRunning: {
293
- en: 'Please stop the app before transferring ownership',
294
- zh: '转移所有权之前请停止应用',
292
+ appIsInProgress: {
293
+ en: 'The application is in progress, please wait for it to finish',
294
+ zh: '应用正在进行中,请等待完成',
295
295
  },
296
296
  };
297
297
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.6-beta-8be2fe37",
6
+ "version": "1.16.6-beta-4ea1eb90",
7
7
  "description": "Simple lib to manage auth in ABT Node",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -20,18 +20,18 @@
20
20
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@abtnode/constant": "1.16.6-beta-8be2fe37",
24
- "@abtnode/logger": "1.16.6-beta-8be2fe37",
25
- "@abtnode/util": "1.16.6-beta-8be2fe37",
26
- "@arcblock/did": "1.18.71",
27
- "@arcblock/jwt": "^1.18.71",
28
- "@arcblock/vc": "1.18.71",
29
- "@blocklet/constant": "1.16.6-beta-8be2fe37",
30
- "@blocklet/meta": "1.16.6-beta-8be2fe37",
31
- "@ocap/client": "1.18.71",
32
- "@ocap/mcrypto": "1.18.71",
33
- "@ocap/util": "1.18.71",
34
- "@ocap/wallet": "1.18.71",
23
+ "@abtnode/constant": "1.16.6-beta-4ea1eb90",
24
+ "@abtnode/logger": "1.16.6-beta-4ea1eb90",
25
+ "@abtnode/util": "1.16.6-beta-4ea1eb90",
26
+ "@arcblock/did": "1.18.72",
27
+ "@arcblock/jwt": "^1.18.72",
28
+ "@arcblock/vc": "1.18.72",
29
+ "@blocklet/constant": "1.16.6-beta-4ea1eb90",
30
+ "@blocklet/meta": "1.16.6-beta-4ea1eb90",
31
+ "@ocap/client": "1.18.72",
32
+ "@ocap/mcrypto": "1.18.72",
33
+ "@ocap/util": "1.18.72",
34
+ "@ocap/wallet": "1.18.72",
35
35
  "axios": "^0.27.2",
36
36
  "joi": "17.7.0",
37
37
  "jsonwebtoken": "^9.0.0",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "jest": "^27.5.1"
46
46
  },
47
- "gitHead": "27229a1a62850e95907b7a53e0259a809d99377b"
47
+ "gitHead": "0f0f63b552a88343a3f8e0d434b47c3bca6a75b9"
48
48
  }