@cloudcommerce/api 2.7.1 → 2.7.3

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.0 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.7.2 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.0 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.7.2 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -62,28 +62,12 @@
62
62
  · 401 trying to list API events
63
63
  · 401 to create category and body typecheck
64
64
  · 204 to update products views
65
- [?25l ❯ tests/index.test.ts (7)
66
- ⠧ Read product and typecheck SKU
67
- · Find and read product by SKU
68
- · 404 with different Store ID from env
69
- · List categories and typecheck result
70
- · 401 trying to list API events
71
- · 401 to create category and body typecheck
72
- · 204 to update products views
73
- [?25l ❯ tests/index.test.ts (7)
74
- ⠇ Read product and typecheck SKU
75
- · Find and read product by SKU
76
- · 404 with different Store ID from env
77
- · List categories and typecheck result
78
- · 401 trying to list API events
79
- · 401 to create category and body typecheck
80
- · 204 to update products views
81
65
  stdout | tests/index.test.ts > Read product and typecheck SKU
82
66
  GFJ4714
83
67
 
84
68
  [?25l ❯ tests/index.test.ts (7)
85
- ✓ Read product and typecheck SKU
86
- ⠙ Find and read product by SKU
69
+ ⠧ Read product and typecheck SKU
70
+ · Find and read product by SKU
87
71
  · 404 with different Store ID from env
88
72
  · List categories and typecheck result
89
73
  · 401 trying to list API events
@@ -91,7 +75,7 @@ GFJ4714
91
75
  · 204 to update products views
92
76
  [?25l ❯ tests/index.test.ts (7)
93
77
  ✓ Read product and typecheck SKU
94
- ⠹ Find and read product by SKU
78
+ ⠙ Find and read product by SKU
95
79
  · 404 with different Store ID from env
96
80
  · List categories and typecheck result
97
81
  · 401 trying to list API events
@@ -249,7 +233,15 @@ GFJ4714
249
233
  ✓ 401 trying to list API events
250
234
  ✓ 401 to create category and body typecheck
251
235
  ⠴ 204 to update products views
252
- [?25l ✓ tests/index.test.ts (7) 561ms
236
+ [?25l ❯ tests/index.test.ts (7)
237
+ ✓ Read product and typecheck SKU
238
+ ✓ Find and read product by SKU
239
+ ✓ 404 with different Store ID from env
240
+ ✓ List categories and typecheck result
241
+ ✓ 401 trying to list API events
242
+ ✓ 401 to create category and body typecheck
243
+ ⠦ 204 to update products views
244
+ [?25l ✓ tests/index.test.ts (7) 534ms
253
245
  ✓ Read product and typecheck SKU
254
246
  ✓ Find and read product by SKU
255
247
  ✓ 404 with different Store ID from env
@@ -257,7 +249,7 @@ GFJ4714
257
249
  ✓ 401 trying to list API events
258
250
  ✓ 401 to create category and body typecheck
259
251
  ✓ 204 to update products views
260
-  ✓ tests/index.test.ts (7) 561ms
252
+ [?25l ✓ tests/index.test.ts (7) 534ms
261
253
  ✓ Read product and typecheck SKU
262
254
  ✓ Find and read product by SKU
263
255
  ✓ 404 with different Store ID from env
@@ -268,7 +260,7 @@ GFJ4714
268
260
 
269
261
   Test Files  1 passed (1)
270
262
   Tests  7 passed (7)
271
-  Start at  20:04:43
272
-  Duration  1.10s (transform 125ms, setup 0ms, collect 122ms, tests 561ms, environment 0ms, prepare 116ms)
263
+  Start at  20:22:22
264
+  Duration  1.05s (transform 119ms, setup 1ms, collect 113ms, tests 534ms, environment 0ms, prepare 121ms)
273
265
 
274
266
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.7.1",
4
+ "version": "2.7.3",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",