@thirstie/thirstievalidators 0.10.0 → 0.10.1

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,24 @@
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
+ ## [0.10.1](https://github.com/ThirstieAdmin/thirstiejs-monorepo/compare/@thirstie/thirstievalidators@0.0.3...@thirstie/thirstievalidators@0.10.1) (2025-02-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * age gate validation ([6f88a6f](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/6f88a6fb88d4a2b02807eb457efbf28e95d2b232))
12
+
13
+
14
+ ### Features
15
+
16
+ * add state code, email domain checkers ([e5590ba](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/e5590ba6f3e2dd5b6f0952a39ca0b595aa08ed21))
17
+ * trusted email domain ([bd36a3c](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/bd36a3c6b2044d0acfa1d3c0250c68d3b46975fa))
18
+ * validator package ([7cc609a](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/7cc609a78cd030c866542a629d6bf307ad9b08c8))
19
+
20
+
21
+
22
+
23
+
6
24
  # [0.10.0](https://github.com/ThirstieAdmin/thirstiejs-monorepo/compare/@thirstie/thirstievalidators@0.0.3...@thirstie/thirstievalidators@0.10.0) (2025-02-12)
7
25
 
8
26
 
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1739388792046" clover="3.2.0">
3
- <project timestamp="1739388792046" name="All files">
2
+ <coverage generated="1739904494329" clover="3.2.0">
3
+ <project timestamp="1739904494329" 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-02-12T19:33:12.030Z
166
+ at 2025-02-18T18:48:14.317Z
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-02-12T19:33:12.030Z
247
+ at 2025-02-18T18:48:14.317Z
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-02-12T19:33:12.030Z
164
+ at 2025-02-18T18:48:14.317Z
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-02-12T19:33:12.030Z
331
+ at 2025-02-18T18:48:14.317Z
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-02-12T19:33:12.030Z
319
+ at 2025-02-18T18:48:14.317Z
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-02-12T19:33:12.030Z
166
+ at 2025-02-18T18:48:14.317Z
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.10.0",
3
+ "version": "0.10.1",
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": "5c2eebecbfca23b7929a710607d682a10d4a44dc"
36
+ "gitHead": "61d2e0afd8d795119c631b245adaa807c680bcfb"
37
37
  }