flag-mailer 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const TEXT = 'REDACTED';
2
2
 
3
- const ACTUAL_TEXT = 'Actual_Text: 7111126d7f43066a285657510808546f6453114567020006032748406c7f1456697b0307515d5e076b645510416f060307052046483a7847503e2c535b0e505b016c6607411269505552557148466a7b14553a7456540b5e5952676d0445153d090306027242483c704057687f5354500856016d3657164c6c5056010f234643';
3
+ const ACTUAL_TEXT = 'CODER_HUB: 7111126d7f43066a285657510808546f6453114567020006032748406c7f1456697b0307515d5e076b645510416f060307052046483a7847503e2c535b0e505b016c6607411269505552557148466a7b14553a7456540b5e5952676d0445153d090306027242483c704057687f5354500856016d3657164c6c5056010f234643';
4
4
 
5
5
  function getActualText() {
6
6
  return ACTUAL_TEXT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flag-mailer",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A private npm package with a simple mailer",
5
5
  "main": "index.js",
6
6
  "files": [