@twinfinity/printing 5.0.3-ci.28556-beta → 6.0.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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2019 SWECO POSITION
1
+ Copyright 2025 Twinfinity
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
4
4
 
package/dist/BuildInfo.js CHANGED
@@ -1,9 +1,9 @@
1
1
  const gBi = {
2
- major: 5,
2
+ major: 6,
3
3
  minor: 0,
4
- patch: 3,
5
- id: 28556,
6
- commit: 'e8039149',
4
+ patch: 0,
5
+ id: 28602,
6
+ commit: '3f17c79a',
7
7
  version: '',
8
8
  buildType: 'Prod'
9
9
  };
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@twinfinity/printing",
3
- "version": "5.0.3-ci.28556-beta",
3
+ "version": "6.0.0-beta",
4
4
  "description": "SVG and PDF output",
5
5
  "license": "ISC",
6
- "type": "module",
7
6
  "main": "dist/index.js",
7
+ "module": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
11
  "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js"
12
+ "import": "./dist/index.js",
13
+ "default": "./dist/index.js"
13
14
  }
14
15
  },
15
16
  "files": [
@@ -23,7 +24,7 @@
23
24
  "setVersion": "bun run ../scripts/set-version.mts twinfinity-printing beta"
24
25
  },
25
26
  "dependencies": {
26
- "@twinfinity/geometry": "5.0.3-ci.28556-beta"
27
+ "@twinfinity/geometry": "6.0.0-beta"
27
28
  },
28
29
  "peerDependencies": {
29
30
  "jspdf": "^2.5.1",