@logto/connector-apple 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
@@ -2,7 +2,7 @@
2
2
  /******/ "use strict";
3
3
  /******/ var __webpack_modules__ = ({
4
4
 
5
- /***/ 9539:
5
+ /***/ 1743:
6
6
  /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
7
7
 
8
8
 
@@ -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
 
@@ -8142,7 +8142,7 @@ exports.oboolean = oboolean;
8142
8142
 
8143
8143
  Object.defineProperty(exports, "__esModule", ({ value: true }));
8144
8144
  exports.defaultTimeout = exports.defaultMetadata = exports.scope = exports.jwksUri = exports.accessTokenEndpoint = exports.authorizationEndpoint = exports.issuer = void 0;
8145
- const connector_kit_1 = __nccwpck_require__(9539);
8145
+ const connector_kit_1 = __nccwpck_require__(1743);
8146
8146
  // https://appleid.apple.com/.well-known/openid-configuration
8147
8147
  exports.issuer = 'https://appleid.apple.com';
8148
8148
  exports.authorizationEndpoint = `${exports.issuer}/auth/authorize`;
@@ -8158,7 +8158,7 @@ exports.defaultMetadata = {
8158
8158
  en: 'Apple',
8159
8159
  'zh-CN': 'Apple',
8160
8160
  'tr-TR': 'Apple',
8161
- 'ko-KR': 'Apple',
8161
+ ko: 'Apple',
8162
8162
  },
8163
8163
  logo: './logo.svg',
8164
8164
  logoDark: './logo-dark.svg',
@@ -8166,7 +8166,7 @@ exports.defaultMetadata = {
8166
8166
  en: 'Apple is a multinational high-end provider of hardware and software.',
8167
8167
  'zh-CN': 'Apple 是全球领先的高端消费者软硬件提供商。',
8168
8168
  'tr-TR': 'Apple, çok uluslu bir üst düzey donanım ve yazılım sağlayıcısıdır.',
8169
- 'ko-KR': 'Apple은 하드웨어와 소프트웨어의 다국적 공급자 입니다.',
8169
+ ko: 'Apple은 하드웨어와 소프트웨어의 다국적 공급자 입니다.',
8170
8170
  },
8171
8171
  readme: './README.md',
8172
8172
  configTemplate: './docs/config-template.json',
@@ -8287,7 +8287,7 @@ var __webpack_exports__ = {};
8287
8287
  var exports = __webpack_exports__;
8288
8288
 
8289
8289
  Object.defineProperty(exports, "__esModule", ({ value: true }));
8290
- const connector_kit_1 = __nccwpck_require__(9539);
8290
+ const connector_kit_1 = __nccwpck_require__(1743);
8291
8291
  const jose_1 = __nccwpck_require__(4974);
8292
8292
  const constant_1 = __nccwpck_require__(87);
8293
8293
  const types_1 = __nccwpck_require__(7760);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/connector-apple",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Apple web connector implementation.",
5
5
  "main": "./lib/index.js",
6
6
  "exports": "./lib/index.js",
@@ -24,7 +24,7 @@
24
24
  "prepack": "pnpm build"
25
25
  },
26
26
  "dependencies": {
27
- "@logto/connector-kit": "^1.0.0-beta.13",
27
+ "@logto/connector-kit": "^1.0.0-beta.20",
28
28
  "@silverhand/essentials": "^1.2.0",
29
29
  "@silverhand/jest-config": "1.0.0",
30
30
  "got": "^11.8.2",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "8995e8586ab2fb00fbb58a1c4d0032d67c30948d"
59
+ "gitHead": "62c344b3983e465958ff1210cc9e0ea959002510"
60
60
  }