@cloudcommerce/api 2.7.5 → 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.4 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.4 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
@@ -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,7 +78,10 @@ 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)
81
+ stdout | tests/index.test.ts > Read product and typecheck SKU
82
+ GFJ4714
83
+
84
+ [?25l ❯ tests/index.test.ts (7)
85
85
  ✓ Read product and typecheck SKU
86
86
  ⠙ Find and read product by SKU
87
87
  · 404 with different Store ID from env
@@ -265,23 +265,15 @@ 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)
268
+ [?25l ✓ tests/index.test.ts (7) 583ms
269
269
  ✓ Read product and typecheck SKU
270
270
  ✓ Find and read product by SKU
271
271
  ✓ 404 with different Store ID from env
272
272
  ✓ List categories and typecheck result
273
273
  ✓ 401 trying to list API events
274
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
-  ✓ tests/index.test.ts (7) 630ms
275
+ ✓ 204 to update products views
276
+ [?25l ✓ tests/index.test.ts (7) 583ms
285
277
  ✓ Read product and typecheck SKU
286
278
  ✓ Find and read product by SKU
287
279
  ✓ 404 with different Store ID from env
@@ -292,7 +284,7 @@ GFJ4714
292
284
 
293
285
   Test Files  1 passed (1)
294
286
   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)
287
+  Start at  22:44:09
288
+  Duration  1.09s (transform 116ms, setup 0ms, collect 115ms, tests 583ms, environment 0ms, prepare 127ms)
297
289
 
298
290
  [?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.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",