@cloudcommerce/api 0.0.91 → 0.0.93
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 [2m83e2c55975854d84[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.92 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
|
+
[35m@cloudcommerce/api:test[0m: cache hit, replaying output [2m12d6be59e2dfb8e9[0m
|
|
2
|
+
[35m@cloudcommerce/api:test: [0m
|
|
3
|
+
[35m@cloudcommerce/api:test: [0m> @cloudcommerce/api@0.0.92 test /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
4
|
+
[35m@cloudcommerce/api:test: [0m> tsc -p ../../tsconfig.test.json && vitest run
|
|
5
|
+
[35m@cloudcommerce/api:test: [0m
|
|
6
|
+
[35m@cloudcommerce/api:test: [0m
|
|
7
|
+
[35m@cloudcommerce/api:test: [0m RUN v0.23.4 /home/leo/code/ecomplus/cloud-commerce/packages/api
|
|
8
|
+
[35m@cloudcommerce/api:test: [0m
|
|
9
|
+
[35m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > Read product and typecheck SKU
|
|
10
|
+
[35m@cloudcommerce/api:test: [0m(node:45568) [https://github.com/node-fetch/node-fetch/issues/1000 (response)] DeprecationWarning: data doesn't exist, use json(), text(), arrayBuffer(), or body instead
|
|
11
|
+
[35m@cloudcommerce/api:test: [0m(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
12
|
+
[35m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 404 with different Store ID from env
|
|
13
|
+
[35m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > List categories and typecheck result
|
|
14
|
+
[35m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 401 trying to list API events
|
|
15
|
+
[35m@cloudcommerce/api:test: [0m ✓ tests/index.test.ts > 401 to create category and body typecheck
|
|
16
|
+
[35m@cloudcommerce/api:test: [0m
|
|
17
|
+
[35m@cloudcommerce/api:test: [0mTest Files 1 passed (1)
|
|
18
|
+
[35m@cloudcommerce/api:test: [0m Tests 5 passed (5)
|
|
19
|
+
[35m@cloudcommerce/api:test: [0m Start at 21:06:14
|
|
20
|
+
[35m@cloudcommerce/api:test: [0m Duration 3.66s (transform 1.47s, setup 0ms, collect 342ms, tests 1.17s)
|
|
21
|
+
[35m@cloudcommerce/api:test: [0m
|