@cloudcommerce/api 2.3.4 → 2.4.0

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.3.3 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.3.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.3.3 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.3.4 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -221,8 +221,8 @@ check
221
221
  ✓ Find and read product by SKU
222
222
  ✓ 404 with different Store ID from env
223
223
  ✓ List categories and typecheck result
224
- ⠹ 401 trying to list API events
225
- · 401 to create category and body type
224
+ ✓ 401 trying to list API events
225
+ ⠙ 401 to create category and body type
226
226
  check
227
227
  · 204 to update products views
228
228
  [?25l ❯ tests/index.test.ts (7)
@@ -231,7 +231,7 @@ check
231
231
  ✓ 404 with different Store ID from env
232
232
  ✓ List categories and typecheck result
233
233
  ✓ 401 trying to list API events
234
- ⠙ 401 to create category and body type
234
+ ⠹ 401 to create category and body type
235
235
  check
236
236
  · 204 to update products views
237
237
  [?25l ❯ tests/index.test.ts (7)
@@ -297,7 +297,7 @@ check
297
297
  ✓ 401 to create category and body type
298
298
  check
299
299
  ⠧ 204 to update products views
300
- [?25l ✓ tests/index.test.ts (7) 585ms
300
+ [?25l ✓ tests/index.test.ts (7) 586ms
301
301
  ✓ Read product and typecheck SKU
302
302
  ✓ Find and read product by SKU
303
303
  ✓ 404 with different Store ID from env
@@ -306,7 +306,7 @@ check
306
306
  ✓ 401 to create category and body type
307
307
  check
308
308
  ✓ 204 to update products views
309
- [?25l ✓ tests/index.test.ts (7) 585ms
309
+ [?25l ✓ tests/index.test.ts (7) 586ms
310
310
  ✓ Read product and typecheck SKU
311
311
  ✓ Find and read product by SKU
312
312
  ✓ 404 with different Store ID from env
@@ -317,7 +317,7 @@ check
317
317
 
318
318
   Test Files  1 passed (1)
319
319
   Tests  7 passed (7)
320
-  Start at  21:46:13
321
-  Duration  1.16s (transform 119ms, setup 0ms, collect 115ms, tests 585ms, environment 0ms, prepare 133ms)
320
+  Start at  00:36:06
321
+  Duration  1.19s (transform 121ms, setup 0ms, collect 115ms, tests 586ms, environment 0ms, prepare 140ms)
322
322
 
323
323
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.3.4",
4
+ "version": "2.4.0",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",