@aaqu/node-red-aaqu-pdf 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # node-red-contrib-aaqu-pdf
1
+ # @aaqu/node-red-aaqu-pdf
2
2
 
3
3
  A [Node-RED](https://nodered.org/) node for extracting a single page from a PDF document.
4
4
 
@@ -20,7 +20,7 @@ This module provides a custom Node-RED node that takes a **PDF buffer** as input
20
20
  Run the following command inside your Node-RED user directory (typically `~/.node-red`):
21
21
 
22
22
  ```bash
23
- npm install node-red-contrib-aaqu-pdf
23
+ npm install @aaqu/node-red-aaqu-pdf
24
24
  ```
25
25
 
26
26
  Then restart Node-RED and the new node will appear in the editor palette.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaqu/node-red-aaqu-pdf",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "node-red pdf creator",
5
5
  "main": "index.js",
6
6
  "scripts": {