@agentunion/fastaun-browser 0.2.18 → 0.2.19

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/package.json CHANGED
@@ -1,37 +1,37 @@
1
- {
2
- "name": "@agentunion/fastaun-browser",
3
- "version": "0.2.18",
4
- "description": "AUN Protocol Core SDK for Browser",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "browser": "dist/index.js",
9
- "exports": {
10
- ".": {
11
- "import": "./dist/index.js",
12
- "types": "./dist/index.d.ts"
13
- }
14
- },
15
- "license": "Apache-2.0",
16
- "files": [
17
- "dist",
18
- "README.md",
19
- "LICENSE"
20
- ],
21
- "scripts": {
22
- "build": "tsc",
23
- "test": "vitest run --environment jsdom",
24
- "test:unit": "vitest run --environment jsdom tests/unit",
25
- "test:integration": "vitest run --environment jsdom tests/integration",
26
- "test:e2e": "npm run build && playwright test --config=playwright.agentid-local.config.ts tests/e2e-browser/e2ee.spec.ts --reporter=line",
27
- "test:e2e:smoke": "npm run build && playwright test --config=playwright.agentid-local.config.ts tests/e2e-browser/e2ee.spec.ts --grep \"SDK 创建 AID\" --reporter=line"
28
- },
29
- "devDependencies": {
30
- "@playwright/test": "^1.59.1",
31
- "esbuild": "^0.24.0",
32
- "fake-indexeddb": "^6.2.5",
33
- "jsdom": "^25.0.0",
34
- "typescript": "^5.6.0",
35
- "vitest": "^2.0.0"
36
- }
37
- }
1
+ {
2
+ "name": "@agentunion/fastaun-browser",
3
+ "version": "0.2.19",
4
+ "description": "AUN Protocol Core SDK for Browser",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "browser": "dist/index.js",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js",
12
+ "types": "./dist/index.d.ts"
13
+ }
14
+ },
15
+ "license": "Apache-2.0",
16
+ "files": [
17
+ "dist",
18
+ "README.md",
19
+ "LICENSE"
20
+ ],
21
+ "scripts": {
22
+ "build": "tsc",
23
+ "test": "vitest run --environment jsdom",
24
+ "test:unit": "vitest run --environment jsdom tests/unit",
25
+ "test:integration": "vitest run --environment jsdom tests/integration",
26
+ "test:e2e": "npm run build && playwright test --config=playwright.agentid-local.config.ts tests/e2e-browser/e2ee.spec.ts --reporter=line",
27
+ "test:e2e:smoke": "npm run build && playwright test --config=playwright.agentid-local.config.ts tests/e2e-browser/e2ee.spec.ts --grep \"SDK 创建 AID\" --reporter=line"
28
+ },
29
+ "devDependencies": {
30
+ "@playwright/test": "^1.59.1",
31
+ "esbuild": "^0.24.0",
32
+ "fake-indexeddb": "^6.2.5",
33
+ "jsdom": "^25.0.0",
34
+ "typescript": "^5.6.0",
35
+ "vitest": "^2.0.0"
36
+ }
37
+ }