@liquidmetal-ai/drizzle 0.1.3 → 0.2.1
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-lint.log +6 -0
- package/.turbo/turbo-test.log +6 -0
- package/dist/appify/build.d.ts +32 -2
- package/dist/appify/build.d.ts.map +1 -1
- package/dist/appify/build.js +166 -24
- package/dist/appify/build.test.js +75 -3
- package/dist/appify/validate.d.ts +2 -1
- package/dist/appify/validate.d.ts.map +1 -1
- package/dist/appify/validate.js +71 -2
- package/dist/appify/validate.test.js +74 -4
- package/dist/codestore.js +2 -2
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +81 -78
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_connect.js +81 -78
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +572 -610
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_pb.js +675 -741
- package/package.json +1 -1
- package/src/appify/build.test.ts +85 -3
- package/src/appify/build.ts +181 -25
- package/src/appify/validate.test.ts +77 -4
- package/src/appify/validate.ts +78 -1
- package/src/codestore.ts +2 -2
- package/src/liquidmetal/v1alpha1/catalog_connect.ts +81 -78
- package/src/liquidmetal/v1alpha1/catalog_pb.ts +872 -970
- package/.turbo/turbo-build.log +0 -30
package/.turbo/turbo-build.log
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @liquidmetal-ai/drizzle@0.1.2 prebuild
|
|
4
|
-
> npm install --ignore-scripts
|
|
5
|
-
|
|
6
|
-
[1G[0K[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K⠙[1G[0K
|
|
7
|
-
> @liquidmetal-ai/drizzle@0.1.2 prepare
|
|
8
|
-
> npm run build
|
|
9
|
-
|
|
10
|
-
[1G[0K⠙[1G[0K
|
|
11
|
-
> @liquidmetal-ai/drizzle@0.1.2 build
|
|
12
|
-
> shx rm -rf dist && tsc -b
|
|
13
|
-
|
|
14
|
-
[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K⠹[1G[0K⠸[1G[0K⠼[1G[0K⠴[1G[0K⠦[1G[0K⠧[1G[0K⠇[1G[0K⠏[1G[0K⠋[1G[0K
|
|
15
|
-
up to date, audited 2474 packages in 6s
|
|
16
|
-
[1G[0K⠋[1G[0K
|
|
17
|
-
[1G[0K⠋[1G[0K402 packages are looking for funding
|
|
18
|
-
[1G[0K⠋[1G[0K run `npm fund` for details
|
|
19
|
-
[1G[0K⠋[1G[0K
|
|
20
|
-
[31m[1m6[22m[39m vulnerabilities (1 [1mlow[22m, 1 [33m[1mmoderate[22m[39m, 4 [31m[1mhigh[22m[39m)
|
|
21
|
-
|
|
22
|
-
To address all issues, run:
|
|
23
|
-
npm audit fix
|
|
24
|
-
|
|
25
|
-
Run `npm audit` for details.
|
|
26
|
-
[1G[0K⠋[1G[0K[1G[0K⠙[1G[0K
|
|
27
|
-
> @liquidmetal-ai/drizzle@0.1.2 build
|
|
28
|
-
> shx rm -rf dist && tsc -b
|
|
29
|
-
|
|
30
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|