@privy-io/react-auth 1.78.2 → 1.79.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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.78.2",
2
+ "version": "1.79.0",
3
3
  "name": "@privy-io/react-auth",
4
4
  "sideEffects": false,
5
5
  "description": "React client for the Privy Auth API",
@@ -35,6 +35,7 @@
35
35
  "generate-types": "npx tsup --dts-only",
36
36
  "clean": "rm -rf dist",
37
37
  "dev": "npx tsup --watch",
38
+ "stories": "cd storybook && vite --port=5702",
38
39
  "test": "jest --testMatch \"**/*(?!.*integration).test.ts\"",
39
40
  "test-integration": "jest --testMatch \"**/test/integration/**/*.test.ts\"",
40
41
  "test:ci": "npm run test",
@@ -89,6 +90,8 @@
89
90
  "@privy-io/public-api": "2.8.4",
90
91
  "@saithodev/semantic-release-backmerge": "^2.1.2",
91
92
  "@semantic-release/git": "^10.0.1",
93
+ "@storylite/storylite": "^0.15.1",
94
+ "@storylite/vite-plugin": "^0.15.0",
92
95
  "@tsconfig/node16-strictest-esm": "^1.0.3",
93
96
  "@types/create-hash": "^1.2.6",
94
97
  "@types/fast-password-entropy": "^1.1.1",
@@ -103,11 +106,13 @@
103
106
  "@types/styled-components": "^5.1.26",
104
107
  "@types/tinycolor2": "^1.4.3",
105
108
  "@types/uuid": "^9.0.2",
109
+ "@vitejs/plugin-react-swc": "^3.7.0",
106
110
  "jest-environment-jsdom": "^29.7.0",
107
111
  "semantic-release": "^19.0.5",
108
112
  "ts-jest": "^29.0.3",
109
113
  "tsup": "^6.2.3",
110
- "typescript": "~5.5.3"
114
+ "typescript": "~5.5.3",
115
+ "vite": "^5.4.0"
111
116
  },
112
117
  "peerDependencies": {
113
118
  "react": "^18",