@cloudcommerce/api 2.8.4 → 2.8.5

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.8.3 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.4 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.8.3 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.4 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 ❯ tests/index.test.ts (7)
17
+ [?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
@@ -62,27 +62,11 @@
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
69
+ ⠧ Read product and typecheck SKU
86
70
  · Find and read product by SKU
87
71
  · 404 with different Store ID from env
88
72
  · List categories and typecheck result
@@ -97,14 +81,6 @@ GFJ4714
97
81
  · 401 trying to list API events
98
82
  · 401 to create category and body typecheck
99
83
  · 204 to update products views
100
- [?25l ❯ tests/index.test.ts (7)
101
- ✓ Read product and typecheck SKU
102
- ⠹ Find and read product by SKU
103
- · 404 with different Store ID from env
104
- · List categories and typecheck result
105
- · 401 trying to list API events
106
- · 401 to create category and body typecheck
107
- · 204 to update products views
108
84
  [?25l ❯ tests/index.test.ts (7)
109
85
  ✓ Read product and typecheck SKU
110
86
  ✓ Find and read product by SKU
@@ -273,15 +249,7 @@ GFJ4714
273
249
  ✓ 401 trying to list API events
274
250
  ✓ 401 to create category and body typecheck
275
251
  ⠴ 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) 616ms
252
+ [?25l ✓ tests/index.test.ts (7) 546ms
285
253
  ✓ Read product and typecheck SKU
286
254
  ✓ Find and read product by SKU
287
255
  ✓ 404 with different Store ID from env
@@ -289,7 +257,7 @@ GFJ4714
289
257
  ✓ 401 trying to list API events
290
258
  ✓ 401 to create category and body typecheck
291
259
  ✓ 204 to update products views
292
- [?25l ✓ tests/index.test.ts (7) 616ms
260
+ [?25l ✓ tests/index.test.ts (7) 546ms
293
261
  ✓ Read product and typecheck SKU
294
262
  ✓ Find and read product by SKU
295
263
  ✓ 404 with different Store ID from env
@@ -300,7 +268,7 @@ GFJ4714
300
268
 
301
269
   Test Files  1 passed (1)
302
270
   Tests  7 passed (7)
303
-  Start at  23:08:36
304
-  Duration  1.14s (transform 123ms, setup 0ms, collect 111ms, tests 616ms, environment 0ms, prepare 117ms)
271
+  Start at  23:18:17
272
+  Duration  1.08s (transform 124ms, setup 0ms, collect 115ms, tests 546ms, environment 0ms, prepare 134ms)
305
273
 
306
274
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.8.4",
4
+ "version": "2.8.5",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",