n8n-nodes-pocketbase 2.3.4 → 2.3.6
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/dist/package.json +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ Alternatively, you can use your administrator account and the "\_superusers" col
|
|
|
46
46
|
|
|
47
47
|
## Compatibility
|
|
48
48
|
|
|
49
|
-
This was developed for version 2.30.
|
|
49
|
+
This was developed for version 2.30.6 of n8n and version 0.39.7 of PocketBase.
|
|
50
50
|
|
|
51
51
|
## Development
|
|
52
52
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-pocketbase",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
4
4
|
"description": "Interact with your PocketBase instance",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package"
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"dist/nodes/PocketbaseTrigger/PocketbaseTrigger.node.js"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"pocketbaseVersion": "0.39.
|
|
65
|
-
"n8nWorkflowVersion": "2.30.
|
|
64
|
+
"pocketbaseVersion": "0.39.7",
|
|
65
|
+
"n8nWorkflowVersion": "2.30.2"
|
|
66
66
|
}
|