@squasher-ai/nextjs 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -11
package/README.md CHANGED
@@ -8,5 +8,5 @@ Official @squasher-ai/nextjs package for Squasher.
8
8
  npm install @squasher-ai/nextjs
9
9
  ```
10
10
 
11
- Docs: https://docs.squasher.ai/sdks/nextjs
11
+ Docs: https://docs.squasher.ai
12
12
  Homepage: https://squasher.ai
package/package.json CHANGED
@@ -1,17 +1,9 @@
1
1
  {
2
2
  "name": "@squasher-ai/nextjs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official @squasher-ai/nextjs package for Squasher.",
5
- "homepage": "https://squasher.ai",
5
+ "homepage": "https://docs.squasher.ai",
6
6
  "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/squasher-ai/squasher.git",
10
- "directory": "packages/sdk-nextjs"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/squasher-ai/squasher/issues"
14
- },
15
7
  "publishConfig": {
16
8
  "access": "public"
17
9
  },
@@ -29,7 +21,7 @@
29
21
  }
30
22
  },
31
23
  "dependencies": {
32
- "@squasher-ai/node": "0.1.0"
24
+ "@squasher-ai/node": "0.1.1"
33
25
  },
34
26
  "peerDependencies": {
35
27
  "next": ">=14.0.0"