@ahmedrowaihi/pdf-forge-cli 1.0.0-canary.4 → 1.0.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,18 @@
1
1
  # @ahmedrowaihi/pdf-forge-cli
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 5900266: first push
8
+ - 5c74ca5: PDF Forge first running complete-set
9
+
10
+ ### Patch Changes
11
+
12
+ - 72a1a1c: fix placeholders
13
+ - bd4acce: fixed dep issues and esbuild
14
+ - 1065ca3: sharp, esbuild, offline assets and watarfall
15
+
3
16
  ## 1.0.0-canary.4
4
17
 
5
18
  ### 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.0.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.0.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.0.0",
51
+ "@ahmedrowaihi/pdf-forge-core": "1.0.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsdown",