@cloudcommerce/api 2.7.5 → 2.8.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.
@@ -1,5 +1,5 @@
1
1
 
2
2
 
3
- > @cloudcommerce/api@2.7.4 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.7.5 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.4 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.7.5 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -70,10 +70,7 @@
70
70
  · 401 trying to list API events
71
71
  · 401 to create category and body typecheck
72
72
  · 204 to update products views
73
- stdout | tests/index.test.ts > Read product and typecheck SKU
74
- GFJ4714
75
-
76
- [?25l ❯ tests/index.test.ts (7)
73
+ [?25l ❯ tests/index.test.ts (7)
77
74
  ⠇ Read product and typecheck SKU
78
75
  · Find and read product by SKU
79
76
  · 404 with different Store ID from env
@@ -81,9 +78,12 @@ GFJ4714
81
78
  · 401 trying to list API events
82
79
  · 401 to create category and body typecheck
83
80
  · 204 to update products views
84
- [?25l ❯ tests/index.test.ts (7)
85
- ✓ Read product and typecheck SKU
86
- ⠙ Find and read product by SKU
81
+ stdout | tests/index.test.ts > Read product and typecheck SKU
82
+ GFJ4714
83
+
84
+ [?25l ❯ tests/index.test.ts (7)
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
@@ -281,7 +281,15 @@ 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
-  ✓ tests/index.test.ts (7) 630ms
284
+ [?25l ✓ tests/index.test.ts (7) 631ms
285
+ ✓ Read product and typecheck SKU
286
+ ✓ Find and read product by SKU
287
+ ✓ 404 with different Store ID from env
288
+ ✓ List categories and typecheck result
289
+ ✓ 401 trying to list API events
290
+ ✓ 401 to create category and body typecheck
291
+ ✓ 204 to update products views
292
+  ✓ tests/index.test.ts (7) 631ms
285
293
  ✓ Read product and typecheck SKU
286
294
  ✓ Find and read product by SKU
287
295
  ✓ 404 with different Store ID from env
@@ -292,7 +300,7 @@ GFJ4714
292
300
 
293
301
   Test Files  1 passed (1)
294
302
   Tests  7 passed (7)
295
-  Start at  11:22:29
296
-  Duration  1.17s (transform 122ms, setup 0ms, collect 120ms, tests 630ms, environment 0ms, prepare 132ms)
303
+  Start at  22:38:35
304
+  Duration  1.23s (transform 141ms, setup 0ms, collect 136ms, tests 631ms, environment 0ms, prepare 157ms)
297
305
 
298
306
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.7.5",
4
+ "version": "2.8.0",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",