@medc-com-br/ngx-jaimes-scribe 0.1.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 +28 -0
- package/README.md +760 -0
- package/ng-package.json +10 -0
- package/package.json +41 -0
- package/src/assets/pcm-processor.js +72 -0
- package/src/lib/components/recorder/recorder.component.ts +743 -0
- package/src/lib/services/audio-capture.service.ts +190 -0
- package/src/lib/services/scribe-socket.service.ts +264 -0
- package/src/lib/services/vad.service.ts +65 -0
- package/src/lib/worklets/audio-worklet.d.ts +14 -0
- package/src/lib/worklets/pcm-processor.worklet.ts +81 -0
- package/src/public-api.ts +5 -0
- package/tsconfig.lib.json +24 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
> @jaimes/ngx-jaimes-scribe@0.0.1 build /Users/thiago/git/medc/jaimes/libs/ngx-jaimes-scribe
|
|
3
|
+
> ng-packagr -p ng-package.json
|
|
4
|
+
|
|
5
|
+
Building Angular Package
|
|
6
|
+
|
|
7
|
+
------------------------------------------------------------------------------
|
|
8
|
+
Building entry point '@jaimes/ngx-jaimes-scribe'
|
|
9
|
+
------------------------------------------------------------------------------
|
|
10
|
+
- Compiling with Angular sources in Ivy partial compilation mode.
|
|
11
|
+
✔ Compiling with Angular sources in Ivy partial compilation mode.
|
|
12
|
+
✔ Generating FESM bundles
|
|
13
|
+
- Copying assets
|
|
14
|
+
✔ Copying assets
|
|
15
|
+
- Writing package manifest
|
|
16
|
+
ℹ Removing scripts section in package.json as it's considered a potential security vulnerability.
|
|
17
|
+
ℹ Removing devDependencies section in package.json.
|
|
18
|
+
✔ Writing package manifest
|
|
19
|
+
✔ Built @jaimes/ngx-jaimes-scribe
|
|
20
|
+
|
|
21
|
+
------------------------------------------------------------------------------
|
|
22
|
+
Built Angular Package
|
|
23
|
+
- from: /Users/thiago/git/medc/jaimes/libs/ngx-jaimes-scribe
|
|
24
|
+
- to: /Users/thiago/git/medc/jaimes/dist/ngx-jaimes-scribe
|
|
25
|
+
------------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
Build at: 2026-01-22T17:21:18.786Z - Time: 3961ms
|
|
28
|
+
|