@cloudcommerce/api 0.0.100 → 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.
- package/.turbo/turbo-build.log +2 -2
- package/.turbo/turbo-test.log +21 -21
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[35m@cloudcommerce/api:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@cloudcommerce/api:build[0m: cache hit, replaying output [2me76d8653715d9722[0m
|
|
2
2
|
[35m@cloudcommerce/api:build: [0m
|
|
3
|
-
[35m@cloudcommerce/api:build: [0m> @cloudcommerce/api@0.0.
|
|
3
|
+
[35m@cloudcommerce/api:build: [0m> @cloudcommerce/api@0.0.101 build /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
4
4
|
[35m@cloudcommerce/api:build: [0m> sh ../../scripts/build-lib.sh && cp -r src/types lib/
|
|
5
5
|
[35m@cloudcommerce/api:build: [0m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
1
|
+
[33m@cloudcommerce/api:test[0m: cache hit, replaying output [2ma4e4e868f44962b2[0m
|
|
2
|
+
[33m@cloudcommerce/api:test: [0m
|
|
3
|
+
[33m@cloudcommerce/api:test: [0m> @cloudcommerce/api@0.0.101 test /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
4
|
+
[33m@cloudcommerce/api:test: [0m> tsc -p ../../tsconfig.test.json && vitest run
|
|
5
|
+
[33m@cloudcommerce/api:test: [0m
|
|
6
|
+
[33m@cloudcommerce/api:test: [0m
|
|
7
|
+
[33m@cloudcommerce/api:test: [0m RUN v0.23.4 /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
8
|
+
[33m@cloudcommerce/api:test: [0m
|
|
9
|
+
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > Read product and typecheck SKU
|
|
10
|
+
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 404 with different Store ID from env
|
|
11
|
+
[33m@cloudcommerce/api:test: [0m(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
|
+
[33m@cloudcommerce/api:test: [0m(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
13
|
+
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > List categories and typecheck result
|
|
14
|
+
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 401 trying to list API events
|
|
15
|
+
[33m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 401 to create category and body typecheck
|
|
16
|
+
[33m@cloudcommerce/api:test: [0m
|
|
17
|
+
[33m@cloudcommerce/api:test: [0mTest Files 1 passed (1)
|
|
18
|
+
[33m@cloudcommerce/api:test: [0m Tests 5 passed (5)
|
|
19
|
+
[33m@cloudcommerce/api:test: [0m Start at 20:04:53
|
|
20
|
+
[33m@cloudcommerce/api:test: [0m Duration 2.88s (transform 1.39s, setup 0ms, collect 237ms, tests 584ms)
|
|
21
|
+
[33m@cloudcommerce/api:test: [0m
|