@pdfme/generator 1.0.0-beta.2 → 1.0.0-beta.7
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/dist/index.js +3 -0
- package/dist/{@pdfme/generator.js.LICENSE.txt → index.js.LICENSE.txt} +3 -1
- package/dist/index.js.map +1 -0
- package/dist/types/{generator/src/constants.d.ts → constants.d.ts} +0 -0
- package/dist/types/{generator/src/generate.d.ts → generate.d.ts} +1 -1
- package/dist/types/{generator/src/helper.d.ts → helper.d.ts} +0 -1
- package/dist/types/index.d.ts +4 -0
- package/package.json +10 -7
- package/src/generate.ts +2 -9
- package/src/index.ts +5 -39
- package/tsconfig.json +1 -0
- package/webpack.config.js +1 -2
- package/dist/@pdfme/generator.js +0 -3
- package/dist/@pdfme/generator.js.map +0 -1
- package/dist/types/common/src/barcode.d.ts +0 -2
- package/dist/types/common/src/constants.d.ts +0 -6
- package/dist/types/common/src/helper.d.ts +0 -15
- package/dist/types/common/src/index.d.ts +0 -4
- package/dist/types/common/src/schema.d.ts +0 -3613
- package/dist/types/common/src/type.d.ts +0 -64
- package/dist/types/common/src/utils.d.ts +0 -12
- package/dist/types/generator/src/generator.d.ts +0 -67
- package/dist/types/generator/src/index.d.ts +0 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* @name @pdfme/generator
|
3
|
-
* @version 1.0.0-beta.
|
3
|
+
* @version 1.0.0-beta.7 | Fri Feb 04 2022
|
4
4
|
* @author hand-dot
|
5
5
|
* @license MIT
|
6
6
|
*/
|
@@ -19,3 +19,5 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
19
19
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
20
20
|
PERFORMANCE OF THIS SOFTWARE.
|
21
21
|
***************************************************************************** */
|
22
|
+
|
23
|
+
/*! For license information please see index.js.LICENSE.txt */
|