@drawbridge/drawbridge-utils 0.0.75 → 0.0.76

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/index.cjs CHANGED
@@ -141,6 +141,7 @@ var constants_default = {
141
141
  active: "Enter",
142
142
  confirmation: "Submission was successful",
143
143
  inactive: "Submissions are closed",
144
+ rejection: "You have already submitted",
144
145
  email: "You were selected"
145
146
  },
146
147
  notifications: {
package/dist/index.d.cts CHANGED
@@ -64,6 +64,7 @@ var constantsData = {
64
64
  active : 'Enter',
65
65
  confirmation : 'Submission was successful',
66
66
  inactive : 'Submissions are closed',
67
+ rejection : 'You have already submitted',
67
68
  email : 'You were selected'
68
69
  },
69
70
  notifications : {
package/dist/index.d.ts CHANGED
@@ -64,6 +64,7 @@ var constantsData = {
64
64
  active : 'Enter',
65
65
  confirmation : 'Submission was successful',
66
66
  inactive : 'Submissions are closed',
67
+ rejection : 'You have already submitted',
67
68
  email : 'You were selected'
68
69
  },
69
70
  notifications : {
package/dist/index.js CHANGED
@@ -86,6 +86,7 @@ var constants_default = {
86
86
  active: "Enter",
87
87
  confirmation: "Submission was successful",
88
88
  inactive: "Submissions are closed",
89
+ rejection: "You have already submitted",
89
90
  email: "You were selected"
90
91
  },
91
92
  notifications: {
package/package.json CHANGED
@@ -159,5 +159,5 @@
159
159
  "test": "node --test test/"
160
160
  },
161
161
  "types": "dist/index.d.ts",
162
- "version": "0.0.75"
162
+ "version": "0.0.76"
163
163
  }