@cloudcommerce/api 2.8.5 → 2.8.6

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.4 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.5 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.4 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.5 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 ❯ tests/index.test.ts (7)
17
+ [?25l[?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
@@ -66,8 +66,8 @@
66
66
  GFJ4714
67
67
 
68
68
  [?25l ❯ tests/index.test.ts (7)
69
- ⠧ Read product and typecheck SKU
70
- · Find and read product by SKU
69
+ ✓ Read product and typecheck SKU
70
+ ⠙ Find and read product by SKU
71
71
  · 404 with different Store ID from env
72
72
  · List categories and typecheck result
73
73
  · 401 trying to list API events
@@ -75,7 +75,7 @@ GFJ4714
75
75
  · 204 to update products views
76
76
  [?25l ❯ tests/index.test.ts (7)
77
77
  ✓ Read product and typecheck SKU
78
- ⠙ Find and read product by SKU
78
+ ⠹ Find and read product by SKU
79
79
  · 404 with different Store ID from env
80
80
  · List categories and typecheck result
81
81
  · 401 trying to list API events
@@ -190,8 +190,8 @@ GFJ4714
190
190
  ✓ Find and read product by SKU
191
191
  ✓ 404 with different Store ID from env
192
192
  ✓ List categories and typecheck result
193
- ⠹ 401 trying to list API events
194
- · 401 to create category and body typecheck
193
+ ✓ 401 trying to list API events
194
+ ⠙ 401 to create category and body typecheck
195
195
  · 204 to update products views
196
196
  [?25l ❯ tests/index.test.ts (7)
197
197
  ✓ Read product and typecheck SKU
@@ -199,7 +199,7 @@ GFJ4714
199
199
  ✓ 404 with different Store ID from env
200
200
  ✓ List categories and typecheck result
201
201
  ✓ 401 trying to list API events
202
- ⠙ 401 to create category and body typecheck
202
+ ⠹ 401 to create category and body typecheck
203
203
  · 204 to update products views
204
204
  [?25l ❯ tests/index.test.ts (7)
205
205
  ✓ Read product and typecheck SKU
@@ -207,7 +207,7 @@ GFJ4714
207
207
  ✓ 404 with different Store ID from env
208
208
  ✓ List categories and typecheck result
209
209
  ✓ 401 trying to list API events
210
- ⠹ 401 to create category and body typecheck
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
@@ -249,7 +249,7 @@ GFJ4714
249
249
  ✓ 401 trying to list API events
250
250
  ✓ 401 to create category and body typecheck
251
251
  ⠴ 204 to update products views
252
- [?25l ✓ tests/index.test.ts (7) 546ms
252
+ [?25l ✓ tests/index.test.ts (7) 555ms
253
253
  ✓ Read product and typecheck SKU
254
254
  ✓ Find and read product by SKU
255
255
  ✓ 404 with different Store ID from env
@@ -257,7 +257,7 @@ GFJ4714
257
257
  ✓ 401 trying to list API events
258
258
  ✓ 401 to create category and body typecheck
259
259
  ✓ 204 to update products views
260
- [?25l ✓ tests/index.test.ts (7) 546ms
260
+ [?25l ✓ tests/index.test.ts (7) 555ms
261
261
  ✓ Read product and typecheck SKU
262
262
  ✓ Find and read product by SKU
263
263
  ✓ 404 with different Store ID from env
@@ -268,7 +268,7 @@ GFJ4714
268
268
 
269
269
   Test Files  1 passed (1)
270
270
   Tests  7 passed (7)
271
-  Start at  23:18:17
272
-  Duration  1.08s (transform 124ms, setup 0ms, collect 115ms, tests 546ms, environment 0ms, prepare 134ms)
271
+  Start at  23:58:58
272
+  Duration  1.08s (transform 122ms, setup 0ms, collect 104ms, tests 555ms, environment 0ms, prepare 132ms)
273
273
 
274
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.5",
4
+ "version": "2.8.6",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",