@abtnode/auth 1.16.27-beta-74c4e335 → 1.16.27-beta-426c1690

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/lib/auth.js CHANGED
@@ -57,6 +57,7 @@ const messages = {
57
57
  notAllowed: getLocaleMap('notAllowed'),
58
58
  notAppOwner: getLocaleMap('notAppOwner'),
59
59
  notSupported: getLocaleMap('notSupported'),
60
+ notAllowedAppUser: getLocaleMap('notAllowedAppUser'),
60
61
  missingCredentialClaim: getLocaleMap('missingCredentialClaim'),
61
62
  missingBlockletCredentialClaim: getLocaleMap('missingBlockletCredentialClaim'),
62
63
  missingChallenge: getLocaleMap('missingChallenge'),
package/locales/ar.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'غير قادر على إيجاد بيانات من الفضاء({spaceName}) التي يمكن استيرادها',
69
69
  noLauncherDid: 'لم يتم العثور على المشغّل من معلومات مشغّل الخادم',
70
70
  noNftDid: 'لم يتم العثور على NFT من معلومات مشغل الخادم',
71
+ notAllowedAppUser: 'تم إلغاء وصولك إلى هذا التطبيق',
71
72
  };
package/locales/de.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'Kann keine Daten aus dem Bereich({spaceName}) finden, die importiert werden können',
69
69
  noLauncherDid: 'Launcher wurde nicht von der Server Launcher Info gefunden',
70
70
  noNftDid: 'NFT wurde in den Server-Launcher-Informationen nicht gefunden',
71
+ notAllowedAppUser: 'Ihr Zugriff auf diese App wurde widerrufen',
71
72
  };
package/locales/en.js CHANGED
@@ -14,6 +14,7 @@ module.exports = {
14
14
  appNotInitialized: 'This application is not initialized',
15
15
  alreadyInitiated: 'This Node already have an owner verified',
16
16
  notAllowed: 'You are not allowed to login to this node',
17
+ notAllowedAppUser: 'You access to this app has been revoked',
17
18
  notAppOwner: 'You are not the owner of this application',
18
19
  notSupported: 'This application is not supported on this server',
19
20
  missingCredentialClaim: 'Credential is not provided',
package/locales/es.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'No se pueden encontrar datos para importar desde el espacio ({spaceName})',
69
69
  noLauncherDid: 'El lanzador NO fue encontrado en la información del lanzador del servidor',
70
70
  noNftDid: 'NFT DID no encontrada en el lanzador del servidor',
71
+ notAllowedAppUser: 'El acceso a esta aplicación ha sido revocado',
71
72
  };
package/locales/fr.js CHANGED
@@ -69,4 +69,5 @@ module.exports = {
69
69
  cannotImportFromDidSpace: "Impossible de trouver des données de l'espace({spaceName}) pouvant être importées",
70
70
  noLauncherDid: "Launcher n'a pas été trouvé depuis les informations du serveur Launcher",
71
71
  noNftDid: 'Aucun NFT trouvé dans les informations du lanceur de serveur',
72
+ notAllowedAppUser: 'Votre accès à cette application a été révoqué',
72
73
  };
package/locales/hi.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'डेटास्पेस({spaceName}) से आयात किए जा सकने वाले डेटा को खोजने में असमर्थ',
69
69
  noLauncherDid: 'Launcher सर्वर लॉन्चर जानकारी से नहीं मिला',
70
70
  noNftDid: 'NFT सर्वर लॉन्चर जानकारी से नहीं मिला',
71
+ notAllowedAppUser: 'आपके पास इस ऐप का पहुंच रद्द कर दी गई है',
71
72
  };
package/locales/i18n.db CHANGED
Binary file
package/locales/id.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'Tidak dapat menemukan data dari ruang({spaceName}) yang dapat diimport',
69
69
  noLauncherDid: 'Launcher TIDAK ditemukan dari info launcher server',
70
70
  noNftDid: 'NFT DID tidak ditemukan dari info peluncur server',
71
+ notAllowedAppUser: 'Akses Anda ke aplikasi ini telah dicabut',
71
72
  };
package/locales/ja.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'スペース ({spaceName}) からインポートできるデータが見つかりません',
69
69
  noLauncherDid: 'ランチャーがサーバーランチャー情報から見つかりませんでした',
70
70
  noNftDid: 'NFT DID がサーバーランチャー情報から見つかりませんでした',
71
+ notAllowedAppUser: 'このアプリへのアクセスが取り消されました',
71
72
  };
package/locales/ko.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: '공간({spaceName})에서 가져올 수 있는 데이터를 찾을 수 없습니다.',
69
69
  noLauncherDid: '서버 런처 정보에서 런처를 찾지 못했습니다',
70
70
  noNftDid: '서버 런처 정보에서 NFT DID를 찾지 못했습니다',
71
+ notAllowedAppUser: '이 앱에 대한 액세스가 취소되었습니다',
71
72
  };
package/locales/pt.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'Não é possível encontrar dados do espaço({spaceName}) que podem ser importados',
69
69
  noLauncherDid: 'Launcher NÃO foi encontrado nas informações do Launcher do servidor',
70
70
  noNftDid: 'NFT DID não encontrado nas informações do iniciador do servidor',
71
+ notAllowedAppUser: 'O seu acesso a este aplicativo foi revogado',
71
72
  };
package/locales/ru.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'Не удалось найти данные в пространстве({spaceName}), которые можно импортировать',
69
69
  noLauncherDid: 'Laucnher не был найден в информации о запуске сервера',
70
70
  noNftDid: 'NFT не найден в информации о запускающем сервере',
71
+ notAllowedAppUser: 'Ваш доступ к этому приложению отозван',
71
72
  };
package/locales/th.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'ไม่สามารถค้นหาข้อมูลจากพื้นที่({spaceName}) ที่สามารถนำเข้า',
69
69
  noLauncherDid: 'Launcher หาไม่พบจากข้อมูล launcher ของ server',
70
70
  noNftDid: 'ไม่พบ NFT DID จากข้อมูลตัวเปิดใช้เซิร์ฟเวอร์',
71
+ notAllowedAppUser: 'การเข้าถึงแอปนี้ของคุณถูกยกเลิกแล้ว',
71
72
  };
package/locales/vi.js CHANGED
@@ -68,4 +68,5 @@ module.exports = {
68
68
  cannotImportFromDidSpace: 'Không tìm thấy dữ liệu từ khoảng không({spaceName}) có thể nhập',
69
69
  noLauncherDid: 'Launcher KHÔNG tìm thấy từ thông tin launcher của máy chủ',
70
70
  noNftDid: 'NFT DID không tìm thấy từ thông tin trình khởi chạy máy chủ',
71
+ notAllowedAppUser: 'Quyền truy cập của bạn vào ứng dụng này đã bị thu hồi',
71
72
  };
package/locales/zh-tw.js CHANGED
@@ -66,4 +66,5 @@ module.exports = {
66
66
  cannotImportFromDidSpace: '無法找到可從空間 ({spaceName}) 匯入的資料',
67
67
  noLauncherDid: '從伺服器啟動器資訊中沒有發現啟動器',
68
68
  noNftDid: 'NFT DID 沒有在伺服器啟動程式資訊中找到',
69
+ notAllowedAppUser: '您對此應用的訪問權限已被撤銷',
69
70
  };
package/locales/zh.js CHANGED
@@ -66,4 +66,5 @@ module.exports = {
66
66
  cannotImportFromDidSpace: '无法从 DID Space({spaceName}) 中找到可以导入的数据',
67
67
  noLauncherDid: '从服务器启动器信息中没有发现启动器',
68
68
  noNftDid: 'NFT DID 没有在服务器启动程序信息中找到',
69
+ notAllowedAppUser: '您对此应用的访问权限已被撤销',
69
70
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.27-beta-74c4e335",
6
+ "version": "1.16.27-beta-426c1690",
7
7
  "description": "Simple lib to manage auth in ABT Node",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -20,17 +20,17 @@
20
20
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@abtnode/constant": "1.16.27-beta-74c4e335",
24
- "@abtnode/logger": "1.16.27-beta-74c4e335",
25
- "@abtnode/util": "1.16.27-beta-74c4e335",
23
+ "@abtnode/constant": "1.16.27-beta-426c1690",
24
+ "@abtnode/logger": "1.16.27-beta-426c1690",
25
+ "@abtnode/util": "1.16.27-beta-426c1690",
26
26
  "@arcblock/did": "1.18.121",
27
27
  "@arcblock/jwt": "^1.18.121",
28
28
  "@arcblock/nft-display": "^2.9.89",
29
29
  "@arcblock/validator": "^1.18.121",
30
30
  "@arcblock/vc": "1.18.121",
31
- "@blocklet/constant": "1.16.27-beta-74c4e335",
32
- "@blocklet/meta": "1.16.27-beta-74c4e335",
33
- "@blocklet/sdk": "1.16.27-beta-74c4e335",
31
+ "@blocklet/constant": "1.16.27-beta-426c1690",
32
+ "@blocklet/meta": "1.16.27-beta-426c1690",
33
+ "@blocklet/sdk": "1.16.27-beta-426c1690",
34
34
  "@ocap/client": "^1.18.121",
35
35
  "@ocap/mcrypto": "1.18.121",
36
36
  "@ocap/util": "1.18.121",
@@ -51,5 +51,5 @@
51
51
  "devDependencies": {
52
52
  "jest": "^29.7.0"
53
53
  },
54
- "gitHead": "67ac72a88d7ae2d18f0db2b9b439d78e4112e082"
54
+ "gitHead": "96208341e13a7fd959a7b99e7906fe441a63060b"
55
55
  }