payment-kit 1.13.122 → 1.13.124

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/blocklet.yml +14 -1
  2. package/package.json +4 -4
package/blocklet.yml CHANGED
@@ -14,7 +14,7 @@ repository:
14
14
  type: git
15
15
  url: git+https://github.com/blocklet/payment-kit.git
16
16
  specVersion: 1.2.8
17
- version: 1.13.122
17
+ version: 1.13.124
18
18
  logo: logo.png
19
19
  files:
20
20
  - dist
@@ -31,6 +31,19 @@ interfaces:
31
31
  prefix: '*'
32
32
  port: BLOCKLET_PORT
33
33
  protocol: http
34
+ services:
35
+ - name: auth
36
+ config:
37
+ blockUnauthenticated: false
38
+ whoCanAccess: all
39
+ profileFields:
40
+ - fullName
41
+ - email
42
+ - avatar
43
+ allowSwitchProfile: true
44
+ ignoreUrls:
45
+ - /api/did/**
46
+ blockUnauthorized: false
34
47
  community: ''
35
48
  documentation: ''
36
49
  homepage: ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payment-kit",
3
- "version": "1.13.122",
3
+ "version": "1.13.124",
4
4
  "scripts": {
5
5
  "dev": "cross-env COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev",
6
6
  "eject": "vite eject",
@@ -50,7 +50,7 @@
50
50
  "@arcblock/jwt": "^1.18.108",
51
51
  "@arcblock/ux": "^2.9.19",
52
52
  "@blocklet/logger": "1.16.23-beta-aeb9f5bd",
53
- "@blocklet/payment-react": "1.13.122",
53
+ "@blocklet/payment-react": "1.13.124",
54
54
  "@blocklet/sdk": "1.16.23-beta-aeb9f5bd",
55
55
  "@blocklet/ui-react": "^2.9.19",
56
56
  "@blocklet/uploader": "^0.0.67",
@@ -110,7 +110,7 @@
110
110
  "devDependencies": {
111
111
  "@abtnode/types": "1.16.23-beta-aeb9f5bd",
112
112
  "@arcblock/eslint-config-ts": "^0.2.4",
113
- "@blocklet/payment-types": "1.13.122",
113
+ "@blocklet/payment-types": "1.13.124",
114
114
  "@types/cookie-parser": "^1.4.6",
115
115
  "@types/cors": "^2.8.17",
116
116
  "@types/dotenv-flow": "^3.3.3",
@@ -149,5 +149,5 @@
149
149
  "parser": "typescript"
150
150
  }
151
151
  },
152
- "gitHead": "015a834e0971d7d0d9947953daeb96a240248c2f"
152
+ "gitHead": "aa43e00accb681c724d88facc2dd5b61519e17ef"
153
153
  }