@cloudcommerce/api 2.8.2 → 2.8.3

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.1 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.2 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.1 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ > @cloudcommerce/api@2.8.2 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  > tsc -p ../../tsconfig.test.json && vitest run
5
5
 
6
6
 
@@ -78,10 +78,34 @@
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
81
97
  stdout | tests/index.test.ts > Read product and typecheck SKU
82
98
  GFJ4714
83
99
 
84
100
  [?25l ❯ tests/index.test.ts (7)
101
+ ⠙ Read product and typecheck SKU
102
+ · Find and read product by SKU
103
+ · 404 with different Store ID from env
104
+ · List categories and typecheck result
105
+ · 401 trying to list API events
106
+ · 401 to create category and body typecheck
107
+ · 204 to update products views
108
+ [?25l ❯ tests/index.test.ts (7)
85
109
  ✓ Read product and typecheck SKU
86
110
  ⠙ Find and read product by SKU
87
111
  · 404 with different Store ID from env
@@ -113,6 +137,14 @@ GFJ4714
113
137
  · 401 trying to list API events
114
138
  · 401 to create category and body typecheck
115
139
  · 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
116
148
  [?25l ❯ tests/index.test.ts (7)
117
149
  ✓ Read product and typecheck SKU
118
150
  ✓ Find and read product by SKU
@@ -265,23 +297,7 @@ GFJ4714
265
297
  ✓ 401 trying to list API events
266
298
  ✓ 401 to create category and body typecheck
267
299
  ⠦ 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)
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
300
+ [?25l ✓ tests/index.test.ts (7) 672ms
285
301
  ✓ Read product and typecheck SKU
286
302
  ✓ Find and read product by SKU
287
303
  ✓ 404 with different Store ID from env
@@ -289,7 +305,7 @@ GFJ4714
289
305
  ✓ 401 trying to list API events
290
306
  ✓ 401 to create category and body typecheck
291
307
  ✓ 204 to update products views
292
- [?25l ✓ tests/index.test.ts (7) 623ms
308
+ [?25l[?25l ✓ tests/index.test.ts (7) 672ms
293
309
  ✓ Read product and typecheck SKU
294
310
  ✓ Find and read product by SKU
295
311
  ✓ 404 with different Store ID from env
@@ -300,7 +316,7 @@ GFJ4714
300
316
 
301
317
   Test Files  1 passed (1)
302
318
   Tests  7 passed (7)
303
-  Start at  22:52:03
304
-  Duration  1.17s (transform 126ms, setup 0ms, collect 117ms, tests 623ms, environment 0ms, prepare 116ms)
319
+  Start at  22:58:40
320
+  Duration  1.20s (transform 123ms, setup 0ms, collect 113ms, tests 672ms, environment 0ms, prepare 121ms)
305
321
 
306
322
  [?25h
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "2.8.2",
4
+ "version": "2.8.3",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",