@cloudcommerce/api 2.8.0 → 2.8.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.
@@ -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.0 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.0 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
@@ -265,23 +265,7 @@ GFJ4714
265
265
  ✓ 401 trying to list API events
266
266
  ✓ 401 to create category and body typecheck
267
267
  ⠦ 204 to update products views
268
- [?25l ❯ tests/index.test.ts (7)
269
- ✓ Read product and typecheck SKU
270
- ✓ Find and read product by SKU
271
- ✓ 404 with different Store ID from env
272
- ✓ List categories and typecheck result
273
- ✓ 401 trying to list API events
274
- ✓ 401 to create category and body typecheck
275
- ⠧ 204 to update products views
276
- [?25l ❯ tests/index.test.ts (7)
277
- ✓ Read product and typecheck SKU
278
- ✓ Find and read product by SKU
279
- ✓ 404 with different Store ID from env
280
- ✓ List categories and typecheck result
281
- ✓ 401 trying to list API events
282
- ✓ 401 to create category and body typecheck
283
- ⠇ 204 to update products views
284
- [?25l ✓ tests/index.test.ts (7) 631ms
268
+ [?25l ✓ tests/index.test.ts (7) 583ms
285
269
  ✓ Read product and typecheck SKU
286
270
  ✓ Find and read product by SKU
287
271
  ✓ 404 with different Store ID from env
@@ -289,7 +273,7 @@ GFJ4714
289
273
  ✓ 401 trying to list API events
290
274
  ✓ 401 to create category and body typecheck
291
275
  ✓ 204 to update products views
292
-  ✓ tests/index.test.ts (7) 631ms
276
+ [?25l ✓ tests/index.test.ts (7) 583ms
293
277
  ✓ Read product and typecheck SKU
294
278
  ✓ Find and read product by SKU
295
279
  ✓ 404 with different Store ID from env
@@ -300,7 +284,7 @@ GFJ4714
300
284
 
301
285
   Test Files  1 passed (1)
302
286
   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)
287
+  Start at  22:44:09
288
+  Duration  1.09s (transform 116ms, setup 0ms, collect 115ms, tests 583ms, environment 0ms, prepare 127ms)
305
289
 
306
290
  [?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.1",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",