@langchain/langgraph-cli 0.0.42 → 0.0.43

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/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # @langchain/langgraph-cli
2
+
3
+ ## 0.0.43
4
+
5
+ ### Patch Changes
6
+
7
+ - ce0a39a: Fix invalid package.json dependencies
8
+ - Updated dependencies [ce0a39a]
9
+ - @langchain/langgraph-api@0.0.43
10
+
11
+ ## 0.0.42
12
+
13
+ ### Patch Changes
14
+
15
+ - 972b66a: Support gen UI components namespaced with a hyphen
16
+ - Updated dependencies [972b66a]
17
+ - @langchain/langgraph-api@0.0.42
package/dist/cli/cli.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-cli",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": "^18.19.0 || >=20.16.0"
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@babel/code-frame": "^7.26.2",
35
35
  "@commander-js/extra-typings": "^13.0.0",
36
- "@langchain/langgraph-api": "workspace:*",
36
+ "@langchain/langgraph-api": "0.0.43",
37
37
  "chokidar": "^4.0.3",
38
38
  "commander": "^13.0.0",
39
39
  "dedent": "^1.5.3",
@@ -58,4 +58,4 @@
58
58
  "typescript": "^4.9.5 || ^5.4.5",
59
59
  "vitest": "^3.1.2"
60
60
  }
61
- }
61
+ }