doccupine 0.0.56 → 0.0.57

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.
@@ -11,13 +11,13 @@ export const packageJsonTemplate = JSON.stringify({
11
11
  },
12
12
  dependencies: {
13
13
  "@langchain/anthropic": "^1.3.18",
14
- "@langchain/core": "^1.1.25",
14
+ "@langchain/core": "^1.1.26",
15
15
  "@langchain/google-genai": "^2.1.19",
16
16
  "@langchain/openai": "^1.2.8",
17
17
  "@mdx-js/react": "^3.1.1",
18
18
  "@modelcontextprotocol/sdk": "^1.26.0",
19
19
  "cherry-styled-components": "^0.1.12",
20
- langchain: "^1.2.24",
20
+ langchain: "^1.2.25",
21
21
  "lucide-react": "^0.574.0",
22
22
  next: "16.1.6",
23
23
  "next-mdx-remote": "^6.0.0",
@@ -28,7 +28,7 @@ export const packageJsonTemplate = JSON.stringify({
28
28
  "rehype-parse": "^9.0.1",
29
29
  "rehype-stringify": "^10.0.1",
30
30
  "remark-gfm": "^4.0.1",
31
- "styled-components": "^6.3.9",
31
+ "styled-components": "6.3.9",
32
32
  unified: "^11.0.5",
33
33
  zod: "^4.3.6",
34
34
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doccupine",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "Document management system that allows you to store, organize, and share your documentation with ease. AI-ready.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {