|
1 | 1 | { |
2 | | - "name": "@wundergraph/nextjs", |
| 2 | + "name": "@undergraph-dev/nextjs", |
3 | 3 | "version": "0.15.9", |
4 | 4 | "license": "Apache-2.0", |
5 | 5 | "main": "./dist/index.js", |
|
43 | 43 | "files": [ |
44 | 44 | "dist" |
45 | 45 | ], |
46 | | - "description": "WunderGraph Next.js integration", |
| 46 | + "description": "UnderGraph Next.js integration", |
47 | 47 | "publishConfig": { |
48 | 48 | "registry": "https://registry.npmjs.org", |
49 | 49 | "access": "public" |
50 | 50 | }, |
51 | 51 | "repository": { |
52 | 52 | "type": "git", |
53 | | - "url": "git+https://github.com/wundergraph/wundergraph.git" |
| 53 | + "url": "git+https://github.com/undergraph-dev/undergraph.git" |
54 | 54 | }, |
55 | | - "homepage": "https://wundergraph.com", |
| 55 | + "homepage": "https://undergraph.dev", |
56 | 56 | "author": { |
57 | | - "name": "WunderGraph Maintainers", |
58 | | - "email": "info@wundergraph.com" |
| 57 | + "name": "UnderGraph Maintainers", |
| 58 | + "email": "info@undergraph.dev" |
59 | 59 | }, |
60 | 60 | "bugs": { |
61 | | - "url": "https://github.com/wundergraph/wundergraph/issues" |
| 61 | + "url": "https://github.com/undergraph-dev/undergraph/issues" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@swc/core": "^1.3.14", |
|
69 | 69 | "@types/node": "^17.0.32", |
70 | 70 | "@types/node-fetch": "2.6.2", |
71 | 71 | "@types/react": "^18.0.6", |
72 | | - "@wundergraph/sdk": "workspace:*", |
| 72 | + "@undergraph-dev/sdk": "workspace:*", |
73 | 73 | "jest": "^29.6.1", |
74 | 74 | "jest-environment-jsdom": "^29.6.1", |
75 | 75 | "next": "^14.0.1", |
|
82 | 82 | "typescript": "^5.1.6" |
83 | 83 | }, |
84 | 84 | "peerDependencies": { |
85 | | - "@wundergraph/sdk": ">=0.110.0", |
| 85 | + "@undergraph-dev/sdk": ">=0.110.0", |
86 | 86 | "next": "^12.1.0 || ^13.0.0 || ^14.0.0", |
87 | 87 | "react": "^17.0.2 || ^18.0.0", |
88 | 88 | "react-dom": "^17.0.2 || ^18.0.0", |
89 | 89 | "swr": "^2.2.0" |
90 | 90 | }, |
91 | 91 | "dependencies": { |
92 | | - "@wundergraph/protobuf": "workspace:^0.118.2", |
93 | | - "@wundergraph/swr": "workspace:*", |
| 92 | + "@undergraph-dev/protobuf": "workspace:^0.118.2", |
| 93 | + "@undergraph-dev/swr": "workspace:*", |
94 | 94 | "handlebars": "^4.7.7", |
95 | 95 | "react-ssr-prepass": "^1.5.0" |
96 | 96 | }, |
|
0 commit comments