oc 0.50.57-beta.1 → 0.50.57-beta.2
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 +4 -4
- package/.turbo/turbo-lint.log +2 -2
- package/.turbo/turbo-test.log +1740 -9
- package/dist/cli/facade/dev.d.ts +2 -140
- package/dist/components/oc-client/_package/package.json +1 -38
- package/dist/components/oc-client/_package/server.js +1 -1
- package/dist/components/oc-client/package.json +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/registry/domain/http-server/express-adapter.d.ts +2 -1
- package/dist/registry/domain/http-server/types.d.ts +6 -4
- package/dist/registry/index.d.ts +9 -68
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> oc@0.50.
|
|
2
|
+
> oc@0.50.57 prebuild
|
|
3
3
|
> rimraf dist
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> oc@0.50.
|
|
6
|
+
> oc@0.50.57 build
|
|
7
7
|
> npm run lint && tsc && node tasks/build.js
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> oc@0.50.
|
|
10
|
+
> oc@0.50.57 lint
|
|
11
11
|
> npx @biomejs/biome check preview src test tasks
|
|
12
12
|
|
|
13
|
-
Checked 134 files in
|
|
13
|
+
Checked 134 files in 41ms. No fixes applied.
|
|
14
14
|
Building client
|
|
15
15
|
compiling component /Users/Ricardo.Agullo/Work/opencomponents/oc/packages/oc/src/components/oc-client/
|
|
16
16
|
Client has been built and packaged 👍
|
package/.turbo/turbo-lint.log
CHANGED