@cloudcommerce/api 2.7.0 → 2.7.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.6.5 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.7.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.6.5 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.7.0 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -78,14 +78,6 @@
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
81
  stdout | tests/index.test.ts > Read product and typecheck SKU
90
82
  GFJ4714
91
83
 
@@ -193,14 +185,6 @@ GFJ4714
193
185
  · 401 trying to list API events
194
186
  · 401 to create category and body typecheck
195
187
  · 204 to update products views
196
- [?25l ❯ tests/index.test.ts (7)
197
- ✓ Read product and typecheck SKU
198
- ✓ Find and read product by SKU
199
- ✓ 404 with different Store ID from env
200
- ⠋ List categories and typecheck result
201
- · 401 trying to list API events
202
- · 401 to create category and body typecheck
203
- · 204 to update products views
204
188
  [?25l ❯ tests/index.test.ts (7)
205
189
  ✓ Read product and typecheck SKU
206
190
  ✓ Find and read product by SKU
@@ -265,15 +249,7 @@ GFJ4714
265
249
  ✓ 401 trying to list API events
266
250
  ✓ 401 to create category and body typecheck
267
251
  ⠴ 204 to update products views
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) 608ms
252
+ [?25l ✓ tests/index.test.ts (7) 561ms
277
253
  ✓ Read product and typecheck SKU
278
254
  ✓ Find and read product by SKU
279
255
  ✓ 404 with different Store ID from env
@@ -281,7 +257,7 @@ GFJ4714
281
257
  ✓ 401 trying to list API events
282
258
  ✓ 401 to create category and body typecheck
283
259
  ✓ 204 to update products views
284
- [?25l ✓ tests/index.test.ts (7) 608ms
260
+  ✓ tests/index.test.ts (7) 561ms
285
261
  ✓ Read product and typecheck SKU
286
262
  ✓ Find and read product by SKU
287
263
  ✓ 404 with different Store ID from env
@@ -292,7 +268,7 @@ GFJ4714
292
268
 
293
269
   Test Files  1 passed (1)
294
270
   Tests  7 passed (7)
295
-  Start at  19:52:44
296
-  Duration  1.15s (transform 117ms, setup 0ms, collect 119ms, tests 608ms, environment 0ms, prepare 121ms)
271
+  Start at  20:04:43
272
+  Duration  1.10s (transform 125ms, setup 0ms, collect 122ms, tests 561ms, environment 0ms, prepare 116ms)
297
273
 
298
274
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.7.0",
4
+ "version": "2.7.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",