n8n-nodes-speechall 0.1.4 → 0.1.5

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 CHANGED
@@ -39,6 +39,12 @@ Select the appropriate version increment and approve the release commit, version
39
39
 
40
40
  After the workflow succeeds, confirm the new version and provenance on the [npm package page](https://www.npmjs.com/package/n8n-nodes-speechall). The package's npm publishing access must remain configured for the `Speechall/speechall-n8n-node` repository and `publish.yml` workflow.
41
41
 
42
+ Before submitting a published version to the n8n Creator Portal, run the official community package scanner:
43
+
44
+ ```bash
45
+ npx @n8n/scan-community-package n8n-nodes-speechall
46
+ ```
47
+
42
48
  ## Local n8n UI Testing
43
49
 
44
50
  Use this flow when you want to test the node in a real local n8n editor before publishing it.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-speechall",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Transcribe audio in n8n using Speechall",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/Speechall/speechall-n8n-node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-speechall",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Transcribe audio in n8n using Speechall",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/Speechall/speechall-n8n-node",