@arcblock/did-connect-core 4.0.0-beta.8 → 4.0.0

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/dist/types.d.ts CHANGED
@@ -11,7 +11,7 @@ export interface ConnectConfig {
11
11
  /**
12
12
  * DID Connect API prefix (default: '/api/did')
13
13
  * did-connect-react: (window.blocklet.prefix || '') + '/api/did'
14
- * connect-cloudflare: '/.well-known/service/api/did'
14
+ * connect-service: '/.well-known/service/api/did'
15
15
  */
16
16
  apiPrefix?: string;
17
17
  /**
@@ -2,7 +2,7 @@
2
2
  * LoginPage — unified login UI, framework-agnostic (Vanilla JS).
3
3
  *
4
4
  * Supports passkey, DID Wallet, OAuth, and email auth methods.
5
- * Used by connect-cloudflare (SSR inline) and connect-react (useRef mount).
5
+ * Used by connect-service (SSR inline) and connect-react (useRef mount).
6
6
  *
7
7
  * @browser-only — manipulates DOM.
8
8
  */
@@ -2,7 +2,7 @@
2
2
  * LoginPage — unified login UI, framework-agnostic (Vanilla JS).
3
3
  *
4
4
  * Supports passkey, DID Wallet, OAuth, and email auth methods.
5
- * Used by connect-cloudflare (SSR inline) and connect-react (useRef mount).
5
+ * Used by connect-service (SSR inline) and connect-react (useRef mount).
6
6
  *
7
7
  * @browser-only — manipulates DOM.
8
8
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * WebAuthn browser helpers — extracted from connect-cloudflare auth-script.ts.
2
+ * WebAuthn browser helpers — extracted from connect-service auth-script.ts.
3
3
  *
4
4
  * @browser-only — uses navigator.credentials (not available in Node.js / Workers).
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * WebAuthn browser helpers — extracted from connect-cloudflare auth-script.ts.
2
+ * WebAuthn browser helpers — extracted from connect-service auth-script.ts.
3
3
  *
4
4
  * @browser-only — uses navigator.credentials (not available in Node.js / Workers).
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/did-connect-core",
3
- "version": "4.0.0-beta.8",
3
+ "version": "4.0.0",
4
4
  "description": "Framework-agnostic DID Connect protocol client — types, state machines, adapters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",