@cloudcommerce/api 2.8.1 → 2.8.2

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.0 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.1 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.0 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.1 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -206,8 +206,8 @@ GFJ4714
206
206
  ✓ Find and read product by SKU
207
207
  ✓ 404 with different Store ID from env
208
208
  ✓ List categories and typecheck result
209
- ✓ 401 trying to list API events
210
- ⠙ 401 to create category and body typecheck
209
+ ⠹ 401 trying to list API events
210
+ · 401 to create category and body typecheck
211
211
  · 204 to update products views
212
212
  [?25l ❯ tests/index.test.ts (7)
213
213
  ✓ Read product and typecheck SKU
@@ -215,7 +215,7 @@ GFJ4714
215
215
  ✓ 404 with different Store ID from env
216
216
  ✓ List categories and typecheck result
217
217
  ✓ 401 trying to list API events
218
- ⠹ 401 to create category and body typecheck
218
+ ⠙ 401 to create category and body typecheck
219
219
  · 204 to update products views
220
220
  [?25l ❯ tests/index.test.ts (7)
221
221
  ✓ Read product and typecheck SKU
@@ -265,7 +265,23 @@ 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) 583ms
268
+ [?25l ❯ tests/index.test.ts (7)
269
+ ✓ Read product and typecheck SKU
270
+ ✓ Find and read product by SKU
271
+ ✓ 404 with different Store ID from env
272
+ ✓ List categories and typecheck result
273
+ ✓ 401 trying to list API events
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
+ [?25l ✓ tests/index.test.ts (7) 623ms
269
285
  ✓ Read product and typecheck SKU
270
286
  ✓ Find and read product by SKU
271
287
  ✓ 404 with different Store ID from env
@@ -273,7 +289,7 @@ GFJ4714
273
289
  ✓ 401 trying to list API events
274
290
  ✓ 401 to create category and body typecheck
275
291
  ✓ 204 to update products views
276
- [?25l ✓ tests/index.test.ts (7) 583ms
292
+ [?25l ✓ tests/index.test.ts (7) 623ms
277
293
  ✓ Read product and typecheck SKU
278
294
  ✓ Find and read product by SKU
279
295
  ✓ 404 with different Store ID from env
@@ -284,7 +300,7 @@ GFJ4714
284
300
 
285
301
   Test Files  1 passed (1)
286
302
   Tests  7 passed (7)
287
-  Start at  22:44:09
288
-  Duration  1.09s (transform 116ms, setup 0ms, collect 115ms, tests 583ms, environment 0ms, prepare 127ms)
303
+  Start at  22:52:03
304
+  Duration  1.17s (transform 126ms, setup 0ms, collect 117ms, tests 623ms, environment 0ms, prepare 116ms)
289
305
 
290
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.1",
4
+ "version": "2.8.2",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",