@edgeandnode/graph-auth-kit 4.0.0-make-theme-ui-optional-1736308639628-6bc2b0a2f7491ebaa732aac5cf5bc8d47c4c172b → 4.0.0-make-theme-ui-optional-1736325116229-7d80b3452e24330d0b30e12b42d25d11ed67380a

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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@edgeandnode/graph-auth-kit",
3
3
  "private": false,
4
- "version": "4.0.0-make-theme-ui-optional-1736308639628-6bc2b0a2f7491ebaa732aac5cf5bc8d47c4c172b",
4
+ "version": "4.0.0-make-theme-ui-optional-1736325116229-7d80b3452e24330d0b30e12b42d25d11ed67380a",
5
5
  "description": "Wallet authentication connect kit in The Graph suite of applications",
6
6
  "author": "Edge & Node",
7
7
  "license": "UNLICENSED",
@@ -56,8 +56,8 @@
56
56
  "wagmi": "^2.12",
57
57
  "@edgeandnode/common": "^6.42.0",
58
58
  "@edgeandnode/ens": "^2.0.1",
59
- "@edgeandnode/gds": "^6.0.0-make-theme-ui-optional-1736308639628-6bc2b0a2f7491ebaa732aac5cf5bc8d47c4c172b",
60
- "@edgeandnode/go": "^7.0.0-make-theme-ui-optional-1736308639628-6bc2b0a2f7491ebaa732aac5cf5bc8d47c4c172b"
59
+ "@edgeandnode/gds": "^6.0.0-make-theme-ui-optional-1736325116229-7d80b3452e24330d0b30e12b42d25d11ed67380a",
60
+ "@edgeandnode/go": "^7.0.0-make-theme-ui-optional-1736325116229-7d80b3452e24330d0b30e12b42d25d11ed67380a"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@emotion/react": "^11.14",
@@ -73,23 +73,23 @@
73
73
  "react": "^18.3.1",
74
74
  "react-dom": "^18.3.1",
75
75
  "ts-node": "^10.9.2",
76
- "viem": "^2.22.3",
76
+ "viem": "^2.22.4",
77
77
  "wagmi": "^2.14.6",
78
78
  "@edgeandnode/common": "^6.42.0",
79
79
  "@edgeandnode/ens": "^2.0.1",
80
- "@edgeandnode/gds": "^6.0.0-make-theme-ui-optional-1736308639628-6bc2b0a2f7491ebaa732aac5cf5bc8d47c4c172b",
81
- "@edgeandnode/go": "^7.0.0-make-theme-ui-optional-1736308639628-6bc2b0a2f7491ebaa732aac5cf5bc8d47c4c172b",
80
+ "@edgeandnode/gds": "^6.0.0-make-theme-ui-optional-1736325116229-7d80b3452e24330d0b30e12b42d25d11ed67380a",
81
+ "@edgeandnode/go": "^7.0.0-make-theme-ui-optional-1736325116229-7d80b3452e24330d0b30e12b42d25d11ed67380a",
82
82
  "@edgeandnode/jsx": "^1.0.0",
83
83
  "@edgeandnode/test-utils": "^2.0.2"
84
84
  },
85
85
  "scripts": {
86
86
  "build": "vite build",
87
87
  "check": "turbo run check:all --filter=. --continue",
88
- "check:fix": "pnpm lint:fix && pnpm typecheck",
88
+ "check:fix": "pnpm lint:fix && pnpm prettier",
89
89
  "lint": "eslint src --ext .js,.jsx,.ts,.tsx --max-warnings 0",
90
- "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix; pnpm prettier",
91
- "prettier": "prettier . --ignore-path ../../.prettierignore --write --list-different",
92
- "prettier:check": "prettier . --ignore-path ../../.prettierignore --check",
90
+ "lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
91
+ "prettier": "prettier . --write --list-different --ignore-path ../../.prettierignore",
92
+ "prettier:check": "prettier . --check --ignore-path ../../.prettierignore",
93
93
  "typecheck": "tsc --noEmit",
94
94
  "test": "vitest run",
95
95
  "test:coverage": "vitest run --coverage && jest-coverage-badges",