@yak-io/nextjs 0.4.0 → 0.4.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@yak-io/nextjs",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Next.js SDK for embedding yak chatbot with route manifest generation",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -60,8 +60,8 @@
60
60
  "yak-nextjs": "./dist/cli/generate-manifest.js"
61
61
  },
62
62
  "dependencies": {
63
- "@yak-io/javascript": "0.5.0",
64
- "@yak-io/react": "0.6.0"
63
+ "@yak-io/javascript": "0.6.0",
64
+ "@yak-io/react": "0.7.1"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
@@ -69,10 +69,10 @@
69
69
  "react-dom": "^18.0.0 || ^19.0.0"
70
70
  },
71
71
  "devDependencies": {
72
- "@types/node": "^24.10.4",
72
+ "@types/node": "^24.12.0",
73
73
  "@types/react": "^19.2.14",
74
74
  "@types/react-dom": "^19.2.0",
75
- "next": "^16.1.6",
75
+ "next": "^16.1.7",
76
76
  "react": "^19.2.4",
77
77
  "react-dom": "^19.2.4",
78
78
  "typescript": "^5.3.0",
@@ -1,6 +0,0 @@
1
- /**
2
- * Re-export logger from @yak-io/javascript.
3
- * All logging configuration is centralized there.
4
- */
5
- export { logger } from "@yak-io/javascript";
6
- //# sourceMappingURL=logger.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/internal/logger.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,5 +0,0 @@
1
- /**
2
- * Re-export logger from @yak-io/javascript.
3
- * All logging configuration is centralized there.
4
- */
5
- export { logger } from "@yak-io/javascript";