n8n-nodes-jev 0.2.0 → 0.2.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.
- package/README.md +3 -1
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ Many workflows have a step where something needs a judgment. Which team should h
|
|
|
10
10
|
|
|
11
11
|
The probabilities are what make this useful in a workflow. When Jev isn't sure, the numbers show it, so you can send that item to a person instead of acting on a guess.
|
|
12
12
|
|
|
13
|
+
> **About this node.** This is a helper n8n community node maintained by Brains of Bots. It is not made or supported by TypeSafe. Report problems with the node in this repository's [issues](https://github.com/vibe-with-me-tools/n8n-nodes-jev/issues). For questions about your TypeSafe account, API keys, billing, or the Jev model itself, contact TypeSafe.
|
|
14
|
+
|
|
13
15
|

|
|
14
16
|
|
|
15
17
|
## Contents
|
|
@@ -297,4 +299,4 @@ Use `npm version` rather than `npm run release`: n8n's release command regenerat
|
|
|
297
299
|
|
|
298
300
|
## License
|
|
299
301
|
|
|
300
|
-
[MIT](LICENSE.md). This community node is maintained by Brains of Bots. Jev and the TypeSafe API are
|
|
302
|
+
[MIT](LICENSE.md). This helper community node is maintained by Brains of Bots and is not affiliated with TypeSafe. Jev, TypeSafe, and the TypeSafe API are products of TypeSafe; the names are used only to describe what this node connects to.
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-jev",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "n8n node for Jev by TypeSafe: classify, route, and score text with questions you define, and get a probability for every answer.",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Helper n8n community node for Jev by TypeSafe: classify, route, and score text with questions you define, and get a probability for every answer.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/vibe-with-me-tools/n8n-nodes-jev#readme",
|
|
7
7
|
"keywords": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-jev",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "n8n node for Jev by TypeSafe: classify, route, and score text with questions you define, and get a probability for every answer.",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Helper n8n community node for Jev by TypeSafe: classify, route, and score text with questions you define, and get a probability for every answer.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/vibe-with-me-tools/n8n-nodes-jev#readme",
|
|
7
7
|
"keywords": [
|