@cloudcommerce/api 2.8.3 → 2.8.4

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.2 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.3 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.2 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.3 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -78,27 +78,11 @@
78
78
  · 401 trying to list API events
79
79
  · 401 to create category and body typecheck
80
80
  · 204 to update products views
81
- [?25l ❯ tests/index.test.ts (7)
82
- ⠏ Read product and typecheck SKU
83
- · Find and read product by SKU
84
- · 404 with different Store ID from env
85
- · List categories and typecheck result
86
- · 401 trying to list API events
87
- · 401 to create category and body typecheck
88
- · 204 to update products views
89
- [?25l ❯ tests/index.test.ts (7)
90
- ⠋ Read product and typecheck SKU
91
- · Find and read product by SKU
92
- · 404 with different Store ID from env
93
- · List categories and typecheck result
94
- · 401 trying to list API events
95
- · 401 to create category and body typecheck
96
- · 204 to update products views
97
81
  stdout | tests/index.test.ts > Read product and typecheck SKU
98
82
  GFJ4714
99
83
 
100
84
  [?25l ❯ tests/index.test.ts (7)
101
- ⠙ Read product and typecheck SKU
85
+ ⠏ Read product and typecheck SKU
102
86
  · Find and read product by SKU
103
87
  · 404 with different Store ID from env
104
88
  · List categories and typecheck result
@@ -137,14 +121,6 @@ GFJ4714
137
121
  · 401 trying to list API events
138
122
  · 401 to create category and body typecheck
139
123
  · 204 to update products views
140
- [?25l ❯ tests/index.test.ts (7)
141
- ✓ Read product and typecheck SKU
142
- ✓ Find and read product by SKU
143
- ⠸ 404 with different Store ID from env
144
- · List categories and typecheck result
145
- · 401 trying to list API events
146
- · 401 to create category and body typecheck
147
- · 204 to update products views
148
124
  [?25l ❯ tests/index.test.ts (7)
149
125
  ✓ Read product and typecheck SKU
150
126
  ✓ Find and read product by SKU
@@ -249,6 +225,14 @@ GFJ4714
249
225
  ✓ 401 trying to list API events
250
226
  ⠙ 401 to create category and body typecheck
251
227
  · 204 to update products views
228
+ [?25l ❯ tests/index.test.ts (7)
229
+ ✓ Read product and typecheck SKU
230
+ ✓ Find and read product by SKU
231
+ ✓ 404 with different Store ID from env
232
+ ✓ List categories and typecheck result
233
+ ✓ 401 trying to list API events
234
+ ⠹ 401 to create category and body typecheck
235
+ · 204 to update products views
252
236
  [?25l ❯ tests/index.test.ts (7)
253
237
  ✓ Read product and typecheck SKU
254
238
  ✓ Find and read product by SKU
@@ -297,7 +281,7 @@ GFJ4714
297
281
  ✓ 401 trying to list API events
298
282
  ✓ 401 to create category and body typecheck
299
283
  ⠦ 204 to update products views
300
- [?25l ✓ tests/index.test.ts (7) 672ms
284
+ [?25l ✓ tests/index.test.ts (7) 616ms
301
285
  ✓ Read product and typecheck SKU
302
286
  ✓ Find and read product by SKU
303
287
  ✓ 404 with different Store ID from env
@@ -305,7 +289,7 @@ GFJ4714
305
289
  ✓ 401 trying to list API events
306
290
  ✓ 401 to create category and body typecheck
307
291
  ✓ 204 to update products views
308
- [?25l[?25l ✓ tests/index.test.ts (7) 672ms
292
+ [?25l ✓ tests/index.test.ts (7) 616ms
309
293
  ✓ Read product and typecheck SKU
310
294
  ✓ Find and read product by SKU
311
295
  ✓ 404 with different Store ID from env
@@ -316,7 +300,7 @@ GFJ4714
316
300
 
317
301
   Test Files  1 passed (1)
318
302
   Tests  7 passed (7)
319
-  Start at  22:58:40
320
-  Duration  1.20s (transform 123ms, setup 0ms, collect 113ms, tests 672ms, environment 0ms, prepare 121ms)
303
+  Start at  23:08:36
304
+  Duration  1.14s (transform 123ms, setup 0ms, collect 111ms, tests 616ms, environment 0ms, prepare 117ms)
321
305
 
322
306
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.8.3",
4
+ "version": "2.8.4",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",