drapcode-constant 1.3.2 → 1.3.3

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.
@@ -120,6 +120,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
120
120
  '<script type="text/javascript" src="/resources/dataLoader.min.js"></script>',
121
121
  '<script type="text/javascript" src="/resources/drapcode.body.min.js"></script>',
122
122
  '<script type="text/javascript" src="/resources/drapcode.modal.min.js"></script>',
123
+ '<script type="text/javascript" src="/resources/action/awsSnsActions.js"></script>',
123
124
  '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js"></script>',
124
125
  '<script src="https://unpkg.com/@popperjs/core@2"></script>',
125
126
  '<script src="https://unpkg.com/tippy.js@6"></script>',
@@ -4,6 +4,7 @@ export declare const pluginCode: {
4
4
  GOOGLE_ANALYTICS: string;
5
5
  TRUSTPILOT_WIDGET: string;
6
6
  TWILIO: string;
7
+ AWS_SNS: string;
7
8
  TWITTER_WIDGET: string;
8
9
  ELFSIGHT_WIDGET: string;
9
10
  GETSITECONTROL: string;
@@ -7,6 +7,7 @@ exports.pluginCode = {
7
7
  GOOGLE_ANALYTICS: "GOOGLE_ANALYTICS",
8
8
  TRUSTPILOT_WIDGET: "TRUSTPILOT_WIDGET",
9
9
  TWILIO: "TWILIO",
10
+ AWS_SNS: "AWS_SNS",
10
11
  TWITTER_WIDGET: "TWITTER_WIDGET",
11
12
  ELFSIGHT_WIDGET: "ELFSIGHT_WIDGET",
12
13
  GETSITECONTROL: "GETSITECONTROL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",