@things-factory/auth-base 4.3.425 → 4.3.452

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-base",
3
- "version": "4.3.425",
3
+ "version": "4.3.452",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,10 +26,10 @@
26
26
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
27
27
  },
28
28
  "dependencies": {
29
- "@things-factory/email-base": "^4.3.425",
29
+ "@things-factory/email-base": "^4.3.434",
30
30
  "@things-factory/env": "^4.3.381",
31
- "@things-factory/i18n-base": "^4.3.381",
32
- "@things-factory/shell": "^4.3.381",
31
+ "@things-factory/i18n-base": "^4.3.434",
32
+ "@things-factory/shell": "^4.3.434",
33
33
  "@things-factory/utils": "^4.3.381",
34
34
  "jsonwebtoken": "^8.5.1",
35
35
  "koa-passport": "^4.1.4",
@@ -40,5 +40,5 @@
40
40
  "passport-local": "^1.0.0",
41
41
  "uuid": "^3.4.0"
42
42
  },
43
- "gitHead": "43a4d63f2d8411e2f7446c3627dbf8acafbd3c44"
43
+ "gitHead": "59cbeb74b3c12169baa9e76723e0952b26486d4e"
44
44
  }
@@ -3,6 +3,7 @@
3
3
  "field.appliance_id": "appliance id",
4
4
  "field.brand": "brand",
5
5
  "field.category": "category",
6
+ "field.draft_order_no": "draft order no",
6
7
  "field.email": "email address",
7
8
  "field.model": "model",
8
9
  "field.password": "password",
@@ -3,6 +3,7 @@
3
3
  "field.appliance_id": "器具ID",
4
4
  "field.brand": "ブランド",
5
5
  "field.category": "カテゴリー",
6
+ "field.draft_order_no": "[jp]draft order no",
6
7
  "field.email": "メール",
7
8
  "field.model": "モデル",
8
9
  "field.password": "パスワード",
@@ -3,6 +3,7 @@
3
3
  "field.appliance_id": "기구 아이디",
4
4
  "field.brand": "브랜드",
5
5
  "field.category": "카테고리",
6
+ "field.draft_order_no": "[ko]draft order no",
6
7
  "field.email": "이메일",
7
8
  "field.model": "모델",
8
9
  "field.password": "패스워드",
@@ -4,6 +4,7 @@
4
4
  "field.token": "token",
5
5
  "field.appliance_id": "perkakas",
6
6
  "field.brand": "jenama",
7
+ "field.draft_order_no": "[ms]draft order no",
7
8
  "field.model": "model",
8
9
  "field.active": "aktif",
9
10
  "field.category": "kategori",
@@ -4,6 +4,7 @@
4
4
  "field.token": "符记",
5
5
  "field.appliance_id": "终端机ID",
6
6
  "field.brand": "品牌",
7
+ "field.draft_order_no": "[zh]draft order no",
7
8
  "field.model": "模型",
8
9
  "field.active": "激活",
9
10
  "field.category": "分类",