@haibun/utils 3.0.3 → 3.0.5
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/package.json +2 -2
- package/vcapture/Dockerfile +1 -1
- package/vcapture/output.wav +0 -0
- package/vcapture/package.json +0 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haibun/utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.5",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": ["ref.package.json", "build/**", "scaffold/**", "vcapture/**"],
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
24
|
"gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5",
|
|
25
|
-
"dependencies": { "@haibun/cli": "3.0.
|
|
25
|
+
"dependencies": { "@haibun/cli": "3.0.5", "@haibun/core": "3.0.5" }
|
|
26
26
|
}
|
package/vcapture/Dockerfile
CHANGED
|
@@ -42,7 +42,7 @@ WORKDIR /app
|
|
|
42
42
|
COPY package*.json *.sh ./
|
|
43
43
|
RUN chmod +x *.sh
|
|
44
44
|
|
|
45
|
-
RUN npm i # && npm install kokoro-js # kokoro-js is installed on demand
|
|
45
|
+
RUN npm i # && npm install kokoro-js # kokoro-js is installed on demand
|
|
46
46
|
RUN npx playwright install --with-deps
|
|
47
47
|
|
|
48
48
|
RUN mkdir -p /run/user/1000 && chmod 700 /run/user/1000
|
package/vcapture/output.wav
DELETED
|
Binary file
|