naystack 1.7.13 → 1.7.14

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "naystack",
3
- "version": "1.7.13",
3
+ "version": "1.7.14",
4
4
  "description": "A stack built with Next + GraphQL + S3 + Auth",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -84,7 +84,6 @@
84
84
  "author": "Abhinay Pandey <abhinaypandey02@gmail.com>",
85
85
  "license": "ISC",
86
86
  "dependencies": {
87
- "@apollo/client": "^3.13.6",
88
87
  "@apollo/client-integration-nextjs": "^0.12.1",
89
88
  "@apollo/server": "^4.12.0",
90
89
  "@as-integrations/next": "^3.2.0",
@@ -96,6 +95,7 @@
96
95
  "googleapis": "^160.0.0",
97
96
  "jsonwebtoken": "^9.0.2",
98
97
  "reflect-metadata": "^0.2.2",
98
+ "tslib": "^2.8.1",
99
99
  "type-graphql": "2.0.0-rc.2",
100
100
  "uuid": "^13.0.0",
101
101
  "v4": "^0.0.1"
@@ -132,8 +132,9 @@
132
132
  "url": "https://github.com/abhinaypandey02/naystack.git"
133
133
  },
134
134
  "peerDependencies": {
135
+ "next": ">=13",
135
136
  "react": "^18 || ^19",
136
137
  "react-dom": "^18 || ^19",
137
- "next": ">=13"
138
+ "@apollo/client": "^3.13.6"
138
139
  }
139
140
  }