Skip to content

Commit

Permalink
v0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Sep 6, 2022
1 parent 0f5654c commit a09ca74
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions apps/node-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ts",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "libav.wasm node demo apps",
"private": true,
"main": "index.js",
Expand All @@ -22,8 +22,8 @@
"homepage": "https://github.com/ffmpegwasm/libav.wasm#readme",
"dependencies": {
"@ffmpeg/libav": "^0.0.1-alpha.0",
"@ffmpeg/libav-core": "^0.0.1-alpha.0",
"@ffmpeg/libav-core-mt": "^0.0.1-alpha.0",
"@ffmpeg/libav-core": "^0.0.1-alpha.1",
"@ffmpeg/libav-core-mt": "^0.0.1-alpha.1",
"ts-node": "^10.9.1"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.0.1-alpha.0"
"version": "0.0.1-alpha.1"
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/libav-core-mt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ffmpeg/libav-core-mt",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "libav WebAssembly port",
"main": "dist/libav-core.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libav-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ffmpeg/libav-core",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "libav WebAssembly port",
"main": "dist/libav-core.js",
"scripts": {
Expand Down

0 comments on commit a09ca74

Please sign in to comment.