drapcode-constant 1.4.7 → 1.4.8

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.
@@ -126,6 +126,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
126
126
  '<script src="https://unpkg.com/@popperjs/core@2"></script>',
127
127
  '<script src="https://unpkg.com/tippy.js@6"></script>',
128
128
  '<script src="https://cdn.jsdelivr.net/npm/summernote@0.9.0/dist/summernote-lite.min.js"></script>',
129
+ "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.min.js\"></script>",
129
130
  ], false);
130
131
  exports.COLLECTION = "COLLECTION";
131
132
  exports.RECORD = "RECORD";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",