@logto/connector-google 1.0.0-beta.10 → 1.0.0-beta.11

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/index.js +8 -8
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 9539:
4
+ /***/ 1743:
5
5
  /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
6
6
 
7
7
  "use strict";
@@ -22,8 +22,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
22
22
  };
23
23
  Object.defineProperty(exports, "__esModule", ({ value: true }));
24
24
  exports.parseJson = exports.validateConfig = void 0;
25
- const types_1 = __nccwpck_require__(8988);
26
- __exportStar(__nccwpck_require__(8988), exports);
25
+ const types_1 = __nccwpck_require__(8053);
26
+ __exportStar(__nccwpck_require__(8053), exports);
27
27
  function validateConfig(config, guard) {
28
28
  const result = guard.safeParse(config);
29
29
  if (!result.success) {
@@ -45,7 +45,7 @@ exports.parseJson = parseJson;
45
45
 
46
46
  /***/ }),
47
47
 
48
- /***/ 8988:
48
+ /***/ 8053:
49
49
  /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
50
50
 
51
51
  "use strict";
@@ -14606,7 +14606,7 @@ exports.oboolean = oboolean;
14606
14606
 
14607
14607
  Object.defineProperty(exports, "__esModule", ({ value: true }));
14608
14608
  exports.defaultTimeout = exports.defaultMetadata = exports.scope = exports.userInfoEndpoint = exports.accessTokenEndpoint = exports.authorizationEndpoint = void 0;
14609
- const connector_kit_1 = __nccwpck_require__(9539);
14609
+ const connector_kit_1 = __nccwpck_require__(1743);
14610
14610
  exports.authorizationEndpoint = 'https://accounts.google.com/o/oauth2/v2/auth';
14611
14611
  exports.accessTokenEndpoint = 'https://oauth2.googleapis.com/token';
14612
14612
  exports.userInfoEndpoint = 'https://openidconnect.googleapis.com/v1/userinfo';
@@ -14619,7 +14619,7 @@ exports.defaultMetadata = {
14619
14619
  en: 'Google',
14620
14620
  'zh-CN': 'Google',
14621
14621
  'tr-TR': 'Google',
14622
- 'ko-KR': 'Google',
14622
+ ko: 'Google',
14623
14623
  },
14624
14624
  logo: './logo.svg',
14625
14625
  logoDark: null,
@@ -14627,7 +14627,7 @@ exports.defaultMetadata = {
14627
14627
  en: 'Google is a principal search engine technology and email service provider.',
14628
14628
  'zh-CN': 'Google 是全球性的搜索引擎和邮件服务提供商。',
14629
14629
  'tr-TR': 'Google, en büyük arama motoru teknolojisi ve e-posta servis sağlayıcısıdır.',
14630
- 'ko-KR': 'Google은 가장 큰 검색 엔진 기술과 이메일 서비스 제공자입니다.', // UNTRANSLATED
14630
+ ko: 'Google은 가장 큰 검색 엔진 기술과 이메일 서비스 제공자입니다.', // UNTRANSLATED
14631
14631
  },
14632
14632
  readme: './README.md',
14633
14633
  configTemplate: './docs/config-template.json',
@@ -14671,7 +14671,7 @@ exports.getAccessToken = void 0;
14671
14671
  * The Implementation of OpenID Connect of Google Identity Platform.
14672
14672
  * https://developers.google.com/identity/protocols/oauth2/openid-connect
14673
14673
  */
14674
- const connector_kit_1 = __nccwpck_require__(9539);
14674
+ const connector_kit_1 = __nccwpck_require__(1743);
14675
14675
  const essentials_1 = __nccwpck_require__(8138);
14676
14676
  const got_1 = __importStar(__nccwpck_require__(5569));
14677
14677
  const constant_1 = __nccwpck_require__(87);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/connector-google",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Google web connector implementation.",
5
5
  "main": "./lib/index.js",
6
6
  "exports": "./lib/index.js",
@@ -23,7 +23,7 @@
23
23
  "prepack": "pnpm build"
24
24
  },
25
25
  "dependencies": {
26
- "@logto/connector-kit": "^1.0.0-beta.13",
26
+ "@logto/connector-kit": "^1.0.0-beta.20",
27
27
  "@silverhand/essentials": "^1.2.0",
28
28
  "@silverhand/jest-config": "1.0.0",
29
29
  "got": "^11.8.2",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "8995e8586ab2fb00fbb58a1c4d0032d67c30948d"
57
+ "gitHead": "62c344b3983e465958ff1210cc9e0ea959002510"
58
58
  }