@twinfinity/printing 6.0.2-ci.29168-beta → 6.1.0-beta
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 +3 -3
- package/dist/BuildInfo.js +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -203,6 +203,6 @@ Default templates (A0-A4, landscape/portrait) and a JSON schema for IDE validati
|
|
|
203
203
|
|
|
204
204
|
## Documentation
|
|
205
205
|
|
|
206
|
-
- [Template reference (field-by-field)](../../docs/
|
|
207
|
-
- [Template guide (practical examples)](../../docs/
|
|
208
|
-
- [Architecture overview](../../docs/specs/printing-architecture.md)
|
|
206
|
+
- [Template reference (field-by-field)](../../docs/reference/printing-template-reference.md)
|
|
207
|
+
- [Template guide (practical examples)](../../docs/runbooks/printing-template-guide.md)
|
|
208
|
+
- [Architecture overview](../../docs/specs/packages/printing/printing-architecture.md)
|
package/dist/BuildInfo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twinfinity/printing",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0-beta",
|
|
4
4
|
"description": "SVG and PDF output",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"setVersion": "bun run ../scripts/set-version.mts twinfinity-printing beta"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@twinfinity/geometry": "6.0
|
|
27
|
+
"@twinfinity/geometry": "6.1.0-beta"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"jspdf": "^2.5.1",
|