@genkit-ai/express 1.33.0-rc.0 → 1.33.0
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ startFlowServer({
|
|
|
167
167
|
|
|
168
168
|
## Contributing
|
|
169
169
|
|
|
170
|
-
The sources for this package are in the main [Genkit](https://github.com/
|
|
170
|
+
The sources for this package are in the main [Genkit](https://github.com/genkit-ai/genkit) repo. Please file issues and pull requests against that repo.
|
|
171
171
|
|
|
172
172
|
Usage information and reference details can be found in [official Genkit documentation](https://genkit.dev/docs/get-started/).
|
|
173
173
|
|
package/package.json
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"genai",
|
|
10
10
|
"generative-ai"
|
|
11
11
|
],
|
|
12
|
-
"version": "1.33.0
|
|
12
|
+
"version": "1.33.0",
|
|
13
13
|
"type": "commonjs",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/genkit-ai/genkit.git",
|
|
17
17
|
"directory": "js/plugins/express"
|
|
18
18
|
},
|
|
19
19
|
"author": "genkit",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"express": "^4.21.1 || ^5",
|
|
27
|
-
"genkit": "^1.33.0
|
|
27
|
+
"genkit": "^1.33.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"get-port": "^5.1.0",
|