@cloudcommerce/api 0.0.84 → 0.0.86

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 3b8074142946b73a
1
+ @cloudcommerce/api:build: cache hit, replaying output 66873d02cc9bf6e8
2
2
  @cloudcommerce/api:build: 
3
- @cloudcommerce/api:build: > @cloudcommerce/api@0.0.83 build /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ @cloudcommerce/api:build: > @cloudcommerce/api@0.0.85 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,6 +1,6 @@
1
- @cloudcommerce/api:test: cache hit, replaying output dee22d8c7e84cdfd
1
+ @cloudcommerce/api:test: cache hit, replaying output 2ebf96c6f496b05e
2
2
  @cloudcommerce/api:test: 
3
- @cloudcommerce/api:test: > @cloudcommerce/api@0.0.83 test /home/leo/code/ecomplus/cloud-commerce/packages/api
3
+ @cloudcommerce/api:test: > @cloudcommerce/api@0.0.85 test /home/leo/code/ecomplus/cloud-commerce/packages/api
4
4
  @cloudcommerce/api:test: > tsc -p ../../tsconfig.test.json && vitest run
5
5
  @cloudcommerce/api:test: 
6
6
  @cloudcommerce/api:test: 
@@ -8,7 +8,7 @@
8
8
  @cloudcommerce/api:test: 
9
9
  @cloudcommerce/api:test:  ✓ tests/index.test.ts > Read product and typecheck SKU
10
10
  @cloudcommerce/api:test:  ✓ tests/index.test.ts > 404 with different Store ID from env
11
- @cloudcommerce/api:test: (node:61364) [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: (node:79767) [https://github.com/node-fetch/node-fetch/issues/1000 (response)] DeprecationWarning: data doesn't exist, use json(), text(), arrayBuffer(), or body instead
12
12
  @cloudcommerce/api:test: (Use `node --trace-deprecation ...` to show where the warning was created)
13
13
  @cloudcommerce/api:test:  ✓ tests/index.test.ts > List categories and typecheck result
14
14
  @cloudcommerce/api:test:  ✓ tests/index.test.ts > 401 trying to list API events
@@ -16,6 +16,6 @@
16
16
  @cloudcommerce/api:test: 
17
17
  @cloudcommerce/api:test: Test Files 1 passed (1)
18
18
  @cloudcommerce/api:test:  Tests 5 passed (5)
19
- @cloudcommerce/api:test:  Start at 01:22:55
20
- @cloudcommerce/api:test:  Duration 2.61s (transform 944ms, setup 0ms, collect 151ms, tests 938ms)
19
+ @cloudcommerce/api:test:  Start at 03:22:25
20
+ @cloudcommerce/api:test:  Duration 4.78s (transform 2.05s, setup 0ms, collect 363ms, tests 1.04s)
21
21
  @cloudcommerce/api:test: 
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@cloudcommerce/api",
3
3
  "type": "module",
4
- "version": "0.0.84",
4
+ "version": "0.0.86",
5
5
  "description": "E-Com Plus Cloud Commerce APIs client/adapter",
6
6
  "main": "lib/api.js",
7
7
  "types": "lib/api.d.ts",
8
8
  "exports": {
9
9
  ".": "./lib/api.js",
10
- "./types": "./lib/types.d.ts"
10
+ "./types": "./lib/types.d.ts",
11
+ "./fetch-polyfill": "./fetch-polyfill.js"
11
12
  },
12
13
  "repository": {
13
14
  "type": "git",