@cloudcommerce/api 2.8.0 → 2.8.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
 
3
- > @cloudcommerce/api@2.7.5 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.1 build /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > bash ../../scripts/build-lib.sh
5
5
 
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- > @cloudcommerce/api@2.7.5 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.1 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -14,7 +14,7 @@
14
14
  · 401 trying to list API events
15
15
  · 401 to create category and body typecheck
16
16
  · 204 to update products views
17
- [?25l[?25l[?25l[?25l[?25l[?25l ❯ tests/index.test.ts (7)
17
+ [?25l[?25l[?25l[?25l[?25l ❯ tests/index.test.ts (7)
18
18
  ⠙ Read product and typecheck SKU
19
19
  · Find and read product by SKU
20
20
  · 404 with different Store ID from env
@@ -82,8 +82,8 @@
82
82
  GFJ4714
83
83
 
84
84
  [?25l ❯ tests/index.test.ts (7)
85
- ⠏ Read product and typecheck SKU
86
- · Find and read product by SKU
85
+ ✓ Read product and typecheck SKU
86
+ ⠙ Find and read product by SKU
87
87
  · 404 with different Store ID from env
88
88
  · List categories and typecheck result
89
89
  · 401 trying to list API events
@@ -91,7 +91,7 @@ GFJ4714
91
91
  · 204 to update products views
92
92
  [?25l ❯ tests/index.test.ts (7)
93
93
  ✓ Read product and typecheck SKU
94
- ⠙ Find and read product by SKU
94
+ ⠹ Find and read product by SKU
95
95
  · 404 with different Store ID from env
96
96
  · List categories and typecheck result
97
97
  · 401 trying to list API events
@@ -206,8 +206,8 @@ GFJ4714
206
206
  ✓ Find and read product by SKU
207
207
  ✓ 404 with different Store ID from env
208
208
  ✓ List categories and typecheck result
209
- ✓ 401 trying to list API events
210
- ⠙ 401 to create category and body typecheck
209
+ ⠹ 401 trying to list API events
210
+ · 401 to create category and body typecheck
211
211
  · 204 to update products views
212
212
  [?25l ❯ tests/index.test.ts (7)
213
213
  ✓ Read product and typecheck SKU
@@ -215,7 +215,7 @@ GFJ4714
215
215
  ✓ 404 with different Store ID from env
216
216
  ✓ List categories and typecheck result
217
217
  ✓ 401 trying to list API events
218
- ⠹ 401 to create category and body typecheck
218
+ ⠙ 401 to create category and body typecheck
219
219
  · 204 to update products views
220
220
  [?25l ❯ tests/index.test.ts (7)
221
221
  ✓ Read product and typecheck SKU
@@ -281,7 +281,7 @@ GFJ4714
281
281
  ✓ 401 trying to list API events
282
282
  ✓ 401 to create category and body typecheck
283
283
  ⠇ 204 to update products views
284
- [?25l ✓ tests/index.test.ts (7) 631ms
284
+ [?25l ✓ tests/index.test.ts (7) 623ms
285
285
  ✓ Read product and typecheck SKU
286
286
  ✓ Find and read product by SKU
287
287
  ✓ 404 with different Store ID from env
@@ -289,7 +289,7 @@ GFJ4714
289
289
  ✓ 401 trying to list API events
290
290
  ✓ 401 to create category and body typecheck
291
291
  ✓ 204 to update products views
292
-  ✓ tests/index.test.ts (7) 631ms
292
+ [?25l ✓ tests/index.test.ts (7) 623ms
293
293
  ✓ Read product and typecheck SKU
294
294
  ✓ Find and read product by SKU
295
295
  ✓ 404 with different Store ID from env
@@ -300,7 +300,7 @@ GFJ4714
300
300
 
301
301
   Test Files  1 passed (1)
302
302
   Tests  7 passed (7)
303
-  Start at  22:38:35
304
-  Duration  1.23s (transform 141ms, setup 0ms, collect 136ms, tests 631ms, environment 0ms, prepare 157ms)
303
+  Start at  22:52:03
304
+  Duration  1.17s (transform 126ms, setup 0ms, collect 117ms, tests 623ms, environment 0ms, prepare 116ms)
305
305
 
306
306
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.8.0",
4
+ "version": "2.8.2",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",