@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 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/specs/printing-template-reference.md)
207
- - [Template guide (practical examples)](../../docs/specs/printing-template-guide.md)
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
@@ -1,9 +1,9 @@
1
1
  const gBi = {
2
2
  major: 6,
3
- minor: 0,
4
- patch: 2,
5
- id: 29168,
6
- commit: 'e0c57e55',
3
+ minor: 1,
4
+ patch: 0,
5
+ id: 29500,
6
+ commit: '6859af63',
7
7
  version: '',
8
8
  buildType: 'Prod'
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twinfinity/printing",
3
- "version": "6.0.2-ci.29168-beta",
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.2-ci.29168-beta"
27
+ "@twinfinity/geometry": "6.1.0-beta"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "jspdf": "^2.5.1",