@vivliostyle/print 2.45.0 → 2.45.1
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 +2 -2
- package/dist/index.cjs.js +22 -22
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.es6.js +22 -22
- package/dist/index.es6.js.map +3 -3
- package/index.d.ts +9 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -77,8 +77,8 @@ On larger projects, it can be difficult to ensure that no developer is accidenta
|
|
|
77
77
|
breaking the terms of the Vivliostyle AGPL license. Vivliostyle-print only exposes
|
|
78
78
|
one of the functions of Vivliostyle that does not allow the sharing of complex data
|
|
79
79
|
structures between surrounding code and Vivliostyle, which is the most important
|
|
80
|
-
requirements to follow when using
|
|
81
|
-
project. For more information
|
|
80
|
+
requirements to follow when using Vivliostyle in combination with a non-open source
|
|
81
|
+
project. For more information concerning the license, read
|
|
82
82
|
[this](https://vivliostyle.org/faq/#vivliostyle-license-faq).
|
|
83
83
|
|
|
84
84
|
Please report any bugs and open pull requests on the
|