drapcode-constant 1.5.2 → 1.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,6 +122,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
122
122
  '<script type="text/javascript" src="/resources/drapcode.modal.min.js"></script>',
123
123
  '<script type="text/javascript" src="/resources/action/awsSnsActions.js"></script>',
124
124
  '<script type="text/javascript" src="/resources/action/docusignActions.js"></script>',
125
+ '<script type="text/javascript" src="/resources/action/anyFileToTextActions.js"></script>',
125
126
  '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js"></script>',
126
127
  '<script src="https://unpkg.com/@popperjs/core@2"></script>',
127
128
  '<script src="https://unpkg.com/tippy.js@6"></script>',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",