@greymass/keycert-pdf
Advanced tools
Comparing version 1.1.0 to 1.2.0
/** | ||
* @greymass/keycert-pdf v1.1.0 | ||
* @greymass/keycert-pdf v1.2.0 | ||
* https://github.com/greymass/@greymass/keycert-pdf | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* @greymass/keycert-pdf v1.1.0 | ||
* @greymass/keycert-pdf v1.2.0 | ||
* https://github.com/greymass/@greymass/keycert-pdf | ||
@@ -55,5 +55,3 @@ * | ||
enumerable: true, | ||
get: function () { | ||
return e[k]; | ||
} | ||
get: function () { return e[k]; } | ||
}); | ||
@@ -63,3 +61,3 @@ } | ||
} | ||
n['default'] = e; | ||
n["default"] = e; | ||
return Object.freeze(n); | ||
@@ -78,3 +76,3 @@ } | ||
const doc = yield pdfLib.PDFDocument.load(templateData); | ||
doc.registerFontkit(fontkit__default['default']); | ||
doc.registerFontkit(fontkit__default["default"]); | ||
const font = yield doc.embedFont(fontData); | ||
@@ -81,0 +79,0 @@ const page = doc.getPages()[0]; |
/** | ||
* @greymass/keycert-pdf v1.1.0 | ||
* @greymass/keycert-pdf v1.2.0 | ||
* https://github.com/greymass/@greymass/keycert-pdf | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "@greymass/keycert-pdf", | ||
"description": "Pure JS PDF generation for Anchor Owner Key Certificates", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/greymass/@greymass/keycert-pdf", | ||
@@ -23,4 +23,4 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@greymass/eosio": "^0.4.4", | ||
"@greymass/keycert": "^1.0.0", | ||
"@greymass/eosio": "^0.5.0", | ||
"@greymass/keycert": "^1.2.0", | ||
"@pdf-lib/fontkit": "^1.1.1", | ||
@@ -33,4 +33,4 @@ "pdf-lib": "^1.16.0", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^15.3.1", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.9.6", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
@@ -41,13 +41,13 @@ "@typescript-eslint/parser": "^4.15.1", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"gh-pages": "^3.1.0", | ||
"mocha": "^8.2.1", | ||
"mocha": "^9.1.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.2.1", | ||
"rollup": "^2.38.2", | ||
"rollup-plugin-dts": "^3.0.1", | ||
"ts-node": "^9.1.0", | ||
"typedoc": "^0.20.25", | ||
"rollup-plugin-dts": "^4.0.0", | ||
"ts-node": "^10.2.1", | ||
"typedoc": "^0.22.4", | ||
"typescript": "^4.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
501378
497
+ Added@greymass/eosio@0.5.5(transitive)
- Removed@greymass/eosio@0.4.9(transitive)
Updated@greymass/eosio@^0.5.0
Updated@greymass/keycert@^1.2.0