expensify-common 2.0.13 → 2.0.14

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.
package/dist/CONST.d.ts CHANGED
@@ -756,22 +756,22 @@ declare const CONST: {
756
756
  readonly TOO_LIMITED: {
757
757
  readonly id: "tooLimited";
758
758
  readonly label: "Functionality needs improvement";
759
- readonly prompt: "What software are you migrating to and what led to this decision?";
759
+ readonly prompt: "What software are you moving to and why?";
760
760
  };
761
761
  readonly TOO_EXPENSIVE: {
762
762
  readonly id: "tooExpensive";
763
763
  readonly label: "Too expensive";
764
- readonly prompt: "What software are you migrating to and what led to this decision?";
764
+ readonly prompt: "What software are you moving to and why?";
765
765
  };
766
766
  readonly INADEQUATE_SUPPORT: {
767
767
  readonly id: "inadequateSupport";
768
768
  readonly label: "Inadequate customer support";
769
- readonly prompt: "What software are you migrating to and what led to this decision?";
769
+ readonly prompt: "What software are you moving to and why?";
770
770
  };
771
771
  readonly BUSINESS_CLOSING: {
772
772
  readonly id: "businessClosing";
773
773
  readonly label: "Company closing, downsizing, or acquired";
774
- readonly prompt: "What software are you migrating to and what led to this decision?";
774
+ readonly prompt: "What software are you moving to and why?";
775
775
  };
776
776
  };
777
777
  };
package/dist/CONST.js CHANGED
@@ -799,22 +799,22 @@ const CONST = {
799
799
  TOO_LIMITED: {
800
800
  id: 'tooLimited',
801
801
  label: 'Functionality needs improvement',
802
- prompt: 'What software are you migrating to and what led to this decision?',
802
+ prompt: 'What software are you moving to and why?',
803
803
  },
804
804
  TOO_EXPENSIVE: {
805
805
  id: 'tooExpensive',
806
806
  label: 'Too expensive',
807
- prompt: 'What software are you migrating to and what led to this decision?',
807
+ prompt: 'What software are you moving to and why?',
808
808
  },
809
809
  INADEQUATE_SUPPORT: {
810
810
  id: 'inadequateSupport',
811
811
  label: 'Inadequate customer support',
812
- prompt: 'What software are you migrating to and what led to this decision?',
812
+ prompt: 'What software are you moving to and why?',
813
813
  },
814
814
  BUSINESS_CLOSING: {
815
815
  id: 'businessClosing',
816
816
  label: 'Company closing, downsizing, or acquired',
817
- prompt: 'What software are you migrating to and what led to this decision?',
817
+ prompt: 'What software are you moving to and why?',
818
818
  },
819
819
  },
820
820
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expensify-common",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "author": "Expensify, Inc.",
5
5
  "description": "Expensify libraries and components shared across different repos",
6
6
  "homepage": "https://expensify.com",