@thirstie/thirstievalidators 0.11.0 → 1.0.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0](https://github.com/ThirstieAdmin/thirstiejs-monorepo/compare/@thirstie/thirstievalidators@0.0.3...@thirstie/thirstievalidators@1.0.0) (2025-03-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * age gate validation ([6f88a6f](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/6f88a6fb88d4a2b02807eb457efbf28e95d2b232))
12
+ * SUPPORT-851 update email validator ([d883a16](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/d883a1653b0da2d7431d3237fc4f44d9e2fc9e66))
13
+
14
+
15
+ ### Features
16
+
17
+ * add state code, email domain checkers ([e5590ba](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/e5590ba6f3e2dd5b6f0952a39ca0b595aa08ed21))
18
+ * trusted email domain ([bd36a3c](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/bd36a3c6b2044d0acfa1d3c0250c68d3b46975fa))
19
+ * validator package ([7cc609a](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/7cc609a78cd030c866542a629d6bf307ad9b08c8))
20
+
21
+
22
+
23
+
24
+
6
25
  # [0.11.0](https://github.com/ThirstieAdmin/thirstiejs-monorepo/compare/@thirstie/thirstievalidators@0.0.3...@thirstie/thirstievalidators@0.11.0) (2025-03-03)
7
26
 
8
27
 
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1741041686558" clover="3.2.0">
3
- <project timestamp="1741041686558" name="All files">
2
+ <coverage generated="1742220734966" clover="3.2.0">
3
+ <project timestamp="1742220734966" name="All files">
4
4
  <metrics statements="93" coveredstatements="77" conditionals="69" coveredconditionals="46" methods="16" coveredmethods="13" elements="178" coveredelements="136" complexity="0" loc="93" ncloc="93" packages="1" files="5" classes="5"/>
5
5
  <file name="agegate.js" path="/home/circleci/thirstiejs-monorepo/packages/thirstievalidators/src/agegate.js">
6
6
  <metrics statements="20" coveredstatements="19" conditionals="11" coveredconditionals="9" methods="1" coveredmethods="1"/>
@@ -163,7 +163,7 @@ export const ageGate = (ageGateType, ageGateValue, legalAge = null) =&gt; {
163
163
  <div class='footer quiet pad2 space-top1 center small'>
164
164
  Code coverage generated by
165
165
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
166
- at 2025-03-03T22:41:26.548Z
166
+ at 2025-03-17T14:12:14.953Z
167
167
  </div>
168
168
  <script src="prettify.js"></script>
169
169
  <script>
@@ -244,7 +244,7 @@ export const trustedEmailDomains = [
244
244
  <div class='footer quiet pad2 space-top1 center small'>
245
245
  Code coverage generated by
246
246
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247
- at 2025-03-03T22:41:26.548Z
247
+ at 2025-03-17T14:12:14.953Z
248
248
  </div>
249
249
  <script src="prettify.js"></script>
250
250
  <script>
@@ -161,7 +161,7 @@
161
161
  <div class='footer quiet pad2 space-top1 center small'>
162
162
  Code coverage generated by
163
163
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164
- at 2025-03-03T22:41:26.548Z
164
+ at 2025-03-17T14:12:14.953Z
165
165
  </div>
166
166
  <script src="prettify.js"></script>
167
167
  <script>
@@ -328,7 +328,7 @@ export { Validators, Checkers };
328
328
  <div class='footer quiet pad2 space-top1 center small'>
329
329
  Code coverage generated by
330
330
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
331
- at 2025-03-03T22:41:26.548Z
331
+ at 2025-03-17T14:12:14.953Z
332
332
  </div>
333
333
  <script src="prettify.js"></script>
334
334
  <script>
@@ -316,7 +316,7 @@ export const getAdministrativeArea = (value, countryCode = <span class="branch-0
316
316
  <div class='footer quiet pad2 space-top1 center small'>
317
317
  Code coverage generated by
318
318
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
319
- at 2025-03-03T22:41:26.548Z
319
+ at 2025-03-17T14:12:14.953Z
320
320
  </div>
321
321
  <script src="prettify.js"></script>
322
322
  <script>
@@ -163,7 +163,7 @@ export default passwordcheck;
163
163
  <div class='footer quiet pad2 space-top1 center small'>
164
164
  Code coverage generated by
165
165
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
166
- at 2025-03-03T22:41:26.548Z
166
+ at 2025-03-17T14:12:14.953Z
167
167
  </div>
168
168
  <script src="prettify.js"></script>
169
169
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/thirstievalidators",
3
- "version": "0.11.0",
3
+ "version": "1.0.0",
4
4
  "description": "A collection of data validators used by Thirstiejs modules",
5
5
  "author": "Thirstie, Inc. <technology@thirstie.com>",
6
6
  "license": "MIT",
@@ -33,5 +33,5 @@
33
33
  "testEnvironment": "jsdom",
34
34
  "transform": {}
35
35
  },
36
- "gitHead": "ed7fb11b877996c6cdf3969f5f457c4694fef162"
36
+ "gitHead": "5b1c73ddfd235ef5f77adc491c5751a896c2cf23"
37
37
  }