@ahmedrowaihi/pdf-forge-cli 1.0.0-canary.4 → 1.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ahmedrowaihi/pdf-forge-cli
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 73a7434: programtic render and preview, more example of backend use
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 5900266: first push
14
+ - 5c74ca5: PDF Forge first running complete-set
15
+
16
+ ### Patch Changes
17
+
18
+ - 72a1a1c: fix placeholders
19
+ - bd4acce: fixed dep issues and esbuild
20
+ - 1065ca3: sharp, esbuild, offline assets and watarfall
21
+
3
22
  ## 1.0.0-canary.4
4
23
 
5
24
  ### Major Changes
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ import { spawn } from "node:child_process";
27
27
  //#region package.json
28
28
  var package_default = {
29
29
  name: "@ahmedrowaihi/pdf-forge-cli",
30
- version: "1.0.0-canary.4",
30
+ version: "1.1.0",
31
31
  description: "A live preview of your PDF templates right in your browser.",
32
32
  bin: { "pdf-dev": "./dist/index.js" },
33
33
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahmedrowaihi/pdf-forge-cli",
3
- "version": "1.0.0-canary.4",
3
+ "version": "1.1.0",
4
4
  "description": "A live preview of your PDF templates right in your browser.",
5
5
  "bin": {
6
6
  "pdf-dev": "./dist/index.js"
@@ -47,8 +47,8 @@
47
47
  "react": "19.0.0",
48
48
  "react-dom": "19.0.0",
49
49
  "typescript": "5.8.3",
50
- "@ahmedrowaihi/pdf-forge-components": "1.0.0-canary.4",
51
- "@ahmedrowaihi/pdf-forge-core": "1.0.0-canary.4"
50
+ "@ahmedrowaihi/pdf-forge-components": "1.1.0",
51
+ "@ahmedrowaihi/pdf-forge-core": "1.1.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsdown",