accounts 0.4.0 → 0.4.1
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/CHANGELOG.md +6 -0
- package/package.json +1 -54
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,46 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"devEngines": {
|
|
3
|
-
"runtime": {
|
|
4
|
-
"name": "node",
|
|
5
|
-
"version": "^24.5.1",
|
|
6
|
-
"onFail": "download"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
"devDependencies": {
|
|
10
|
-
"@changesets/changelog-github": "^0.6.0",
|
|
11
|
-
"@changesets/cli": "^2.30.0",
|
|
12
|
-
"@remix-run/route-pattern": "^0.19.0",
|
|
13
|
-
"@types/express": "^5.0.6",
|
|
14
|
-
"@types/http-proxy": "^1.17.17",
|
|
15
|
-
"@types/node": "^25.3.3",
|
|
16
|
-
"@types/react": "^19.1.16",
|
|
17
|
-
"@types/react-dom": "^19.1.9",
|
|
18
|
-
"@typescript/native-preview": "7.0.0-dev.20260303.1",
|
|
19
|
-
"@vitejs/plugin-react": "^5.0.4",
|
|
20
|
-
"@wagmi/core": "^3.1.0",
|
|
21
|
-
"elysia": "^1.4.27",
|
|
22
|
-
"express": "^5.2.1",
|
|
23
|
-
"hono": "^4.12.4",
|
|
24
|
-
"playwright-core": "^1.58.2",
|
|
25
|
-
"prool": "~0.2.3",
|
|
26
|
-
"react": "^19.1.1",
|
|
27
|
-
"react-dom": "^19.1.1",
|
|
28
|
-
"simple-git-hooks": "^2.13.1",
|
|
29
|
-
"testcontainers": "^11.12.0",
|
|
30
|
-
"typescript": "^5.9.3",
|
|
31
|
-
"viem": "^2.47.1",
|
|
32
|
-
"vp": "npm:vite-plus@~0.1.14",
|
|
33
|
-
"zile": "^0.0.23",
|
|
34
|
-
"node": "runtime:^24.5.1"
|
|
35
|
-
},
|
|
36
|
-
"simple-git-hooks": {
|
|
37
|
-
"pre-commit": "pnpm check"
|
|
38
|
-
},
|
|
39
|
-
"[!start-pkg]": "",
|
|
40
2
|
"name": "accounts",
|
|
41
3
|
"description": "Tempo Accounts SDK",
|
|
42
4
|
"type": "module",
|
|
43
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.1",
|
|
44
6
|
"dependencies": {
|
|
45
7
|
"@remix-run/fetch-router": "~0.17.0",
|
|
46
8
|
"idb-keyval": "^6.2.2",
|
|
@@ -92,20 +54,5 @@
|
|
|
92
54
|
"src": "./src/wagmi/index.ts",
|
|
93
55
|
"default": "./dist/wagmi/index.js"
|
|
94
56
|
}
|
|
95
|
-
},
|
|
96
|
-
"scripts": {
|
|
97
|
-
"build": "zile",
|
|
98
|
-
"changeset:publish": "zile publish:prepare && changeset publish && zile publish:post",
|
|
99
|
-
"changeset:version": "changeset version && pnpm check",
|
|
100
|
-
"check": "vp lint --fix --ignore-pattern package.json --ignore-pattern embed && vp fmt",
|
|
101
|
-
"check:types": "tsc -b && pnpm --filter './examples/*' check:types && pnpm --filter playground check:types",
|
|
102
|
-
"dev": "pnpm dev:embed & pnpm dev:embed-ref & pnpm dev:playground",
|
|
103
|
-
"dev:hosts": "./scripts/dev:hosts.sh",
|
|
104
|
-
"dev:embed": "pnpm --filter tempo-app dev:ssl",
|
|
105
|
-
"dev:embed-ref": "pnpm --filter embed-ref dev",
|
|
106
|
-
"dev:playground": "pnpm --filter playground dev",
|
|
107
|
-
"example:wagmi": "pnpm --filter wagmi dev & pnpm dev:embed",
|
|
108
|
-
"preconstruct": "zile dev",
|
|
109
|
-
"test": "vp test"
|
|
110
57
|
}
|
|
111
58
|
}
|