@thirstie/thirstieservices 1.0.0 → 1.1.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,46 @@
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.1.0 (2025-04-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * improved session reloading ([99e996c](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/99e996c48b2457fb254bb9a2b26500394b907cb5))
12
+
13
+
14
+ ### Features
15
+
16
+ * add sandbox environment ([f0b55c5](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/f0b55c58304d9d28d704bee2b9c16a64ab6af5fe))
17
+ * allow restoring age gate settings ([2030773](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/2030773073df53b56a08a3dd5937afac63c87217))
18
+ * simplify saving session state ([fa0ba48](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/fa0ba48d29140961e7c035605a0bee82ac7f0b17))
19
+ * TH-5423 create new session in extreme case ([3de8b13](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/3de8b131deee45281c414ae00bd2cc44f2c475f7))
20
+ * update user actions ([2f8cf07](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/2f8cf07f9bafbca4fd5d57435a37189541449ded))
21
+
22
+
23
+
24
+
25
+
26
+ ## 1.0.1 (2025-03-17)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * improved session reloading ([99e996c](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/99e996c48b2457fb254bb9a2b26500394b907cb5))
32
+
33
+
34
+ ### Features
35
+
36
+ * add sandbox environment ([f0b55c5](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/f0b55c58304d9d28d704bee2b9c16a64ab6af5fe))
37
+ * allow restoring age gate settings ([2030773](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/2030773073df53b56a08a3dd5937afac63c87217))
38
+ * simplify saving session state ([fa0ba48](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/fa0ba48d29140961e7c035605a0bee82ac7f0b17))
39
+ * TH-5423 create new session in extreme case ([3de8b13](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/3de8b131deee45281c414ae00bd2cc44f2c475f7))
40
+ * update user actions ([2f8cf07](https://github.com/ThirstieAdmin/thirstiejs-monorepo/commit/2f8cf07f9bafbca4fd5d57435a37189541449ded))
41
+
42
+
43
+
44
+
45
+
6
46
  # 1.0.0 (2025-03-15)
7
47
 
8
48
 
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1742220735013" clover="3.2.0">
3
- <project timestamp="1742220735013" name="All files">
2
+ <coverage generated="1743534406039" clover="3.2.0">
3
+ <project timestamp="1743534406040" name="All files">
4
4
  <metrics statements="119" coveredstatements="54" conditionals="87" coveredconditionals="58" methods="24" coveredmethods="13" elements="230" coveredelements="125" complexity="0" loc="119" ncloc="119" packages="2" files="3" classes="3"/>
5
5
  <package name="geoservice">
6
6
  <metrics statements="94" coveredstatements="40" conditionals="77" coveredconditionals="53" methods="21" coveredmethods="11"/>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2025-03-17T14:12:14.997Z
104
+ at 2025-04-01T19:06:46.023Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -766,7 +766,7 @@ export default GeoService;
766
766
  <div class='footer quiet pad2 space-top1 center small'>
767
767
  Code coverage generated by
768
768
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
769
- at 2025-03-17T14:12:14.997Z
769
+ at 2025-04-01T19:06:46.023Z
770
770
  </div>
771
771
  <script src="../prettify.js"></script>
772
772
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2025-03-17T14:12:14.997Z
119
+ at 2025-04-01T19:06:46.023Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -208,7 +208,7 @@ export async function <span class="fstat-no" title="function not covered" >apiRe
208
208
  <div class='footer quiet pad2 space-top1 center small'>
209
209
  Code coverage generated by
210
210
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
211
- at 2025-03-17T14:12:14.997Z
211
+ at 2025-04-01T19:06:46.023Z
212
212
  </div>
213
213
  <script src="../../prettify.js"></script>
214
214
  <script>
@@ -118,7 +118,7 @@ export {
118
118
  <div class='footer quiet pad2 space-top1 center small'>
119
119
  Code coverage generated by
120
120
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121
- at 2025-03-17T14:12:14.997Z
121
+ at 2025-04-01T19:06:46.023Z
122
122
  </div>
123
123
  <script src="../../prettify.js"></script>
124
124
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2025-03-17T14:12:14.997Z
119
+ at 2025-04-01T19:06:46.023Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/thirstieservices",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Service layer for Thirstie ecommerce API",
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": "5b1c73ddfd235ef5f77adc491c5751a896c2cf23"
36
+ "gitHead": "fe6e3ef52ab8feecdd8560a27848d90747cfbf1a"
37
37
  }