@cloudcommerce/api 0.0.101 → 0.0.102

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
- @cloudcommerce/api:build: cache hit, replaying output 50557f969248c102
1
+ @cloudcommerce/api:build: cache hit, replaying output e76d8653715d9722
2
2
  @cloudcommerce/api:build: 
3
- @cloudcommerce/api:build: > @cloudcommerce/api@0.0.100 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ @cloudcommerce/api:build: > @cloudcommerce/api@0.0.101 build /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  @cloudcommerce/api:build: > sh ../../scripts/build-lib.sh && cp -r src/types lib/
5
5
  @cloudcommerce/api:build: 
@@ -1,21 +1,21 @@
1
- @cloudcommerce/api:test: cache hit, replaying output 9665f94ea9b81d6b
2
- @cloudcommerce/api:test: 
3
- @cloudcommerce/api:test: > @cloudcommerce/api@0.0.100 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
- @cloudcommerce/api:test: > tsc -p ../../tsconfig.test.json && vitest run
5
- @cloudcommerce/api:test: 
6
- @cloudcommerce/api:test: 
7
- @cloudcommerce/api:test:  RUN v0.23.4 /home/leo/code/ecomplus/cloud-commerce/packages/api
8
- @cloudcommerce/api:test: 
9
- @cloudcommerce/api:test:  ✓ tests/index.test.ts > Read product and typecheck SKU
10
- @cloudcommerce/api:test: (node:51913) [https://github.com/node-fetch/node-fetch/issues/1000 (response)] DeprecationWarning: data doesn't exist, use json(), text(), arrayBuffer(), or body instead
11
- @cloudcommerce/api:test: (Use `node --trace-deprecation ...` to show where the warning was created)
12
- @cloudcommerce/api:test:  tests/index.test.ts > 404 with different Store ID from env
13
- @cloudcommerce/api:test:  ✓ tests/index.test.ts > List categories and typecheck result
14
- @cloudcommerce/api:test:  ✓ tests/index.test.ts > 401 trying to list API events
15
- @cloudcommerce/api:test:  ✓ tests/index.test.ts > 401 to create category and body typecheck
16
- @cloudcommerce/api:test: 
17
- @cloudcommerce/api:test: Test Files 1 passed (1)
18
- @cloudcommerce/api:test:  Tests 5 passed (5)
19
- @cloudcommerce/api:test:  Start at 19:29:01
20
- @cloudcommerce/api:test:  Duration 3.08s (transform 1.39s, setup 1ms, collect 241ms, tests 763ms)
21
- @cloudcommerce/api:test: 
1
+ @cloudcommerce/api:test: cache hit, replaying output a4e4e868f44962b2
2
+ @cloudcommerce/api:test: 
3
+ @cloudcommerce/api:test: > @cloudcommerce/api@0.0.101 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
+ @cloudcommerce/api:test: > tsc -p ../../tsconfig.test.json && vitest run
5
+ @cloudcommerce/api:test: 
6
+ @cloudcommerce/api:test: 
7
+ @cloudcommerce/api:test:  RUN v0.23.4 /home/leo/code/ecomplus/cloud-commerce/packages/api
8
+ @cloudcommerce/api:test: 
9
+ @cloudcommerce/api:test:  ✓ tests/index.test.ts > Read product and typecheck SKU
10
+ @cloudcommerce/api:test:  ✓ tests/index.test.ts > 404 with different Store ID from env
11
+ @cloudcommerce/api:test: (node:61515) [https://github.com/node-fetch/node-fetch/issues/1000 (response)] DeprecationWarning: data doesn't exist, use json(), text(), arrayBuffer(), or body instead
12
+ @cloudcommerce/api:test: (Use `node --trace-deprecation ...` to show where the warning was created)
13
+ @cloudcommerce/api:test:  ✓ tests/index.test.ts > List categories and typecheck result
14
+ @cloudcommerce/api:test:  ✓ tests/index.test.ts > 401 trying to list API events
15
+ @cloudcommerce/api:test:  ✓ tests/index.test.ts > 401 to create category and body typecheck
16
+ @cloudcommerce/api:test: 
17
+ @cloudcommerce/api:test: Test Files 1 passed (1)
18
+ @cloudcommerce/api:test:  Tests 5 passed (5)
19
+ @cloudcommerce/api:test:  Start at 20:04:53
20
+ @cloudcommerce/api:test:  Duration 2.88s (transform 1.39s, setup 0ms, collect 237ms, tests 584ms)
21
+ @cloudcommerce/api:test: 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "0.0.101",
4
+ "version": "0.0.102",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",