Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Dec 5, 2024
1 parent 745dff2 commit 23d7596
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"description": "Media processing library for Node.js",
"napi": {
"name": "mediaplex",
"triples": {
Expand All @@ -23,13 +24,21 @@
]
}
},
"files": [
"index.js",
"index.d.ts",
"js-binding.js",
"js-binding.d.ts"
],
"repository": "git@github.com:webviewjs/webview.git",
"license": "MIT",
"author": "Twilight <hello@twlite.dev>",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@taplo/cli": "^0.7.0",
"@types/node": "^22.10.1",
"ava": "^6.0.1",
"mitata": "^1.0.20",
"npm-run-all2": "^6.2.2",
"oxlint": "^0.9.0",
"prettier": "^3.3.3"
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ __metadata:
"@taplo/cli": "npm:^0.7.0"
"@types/node": "npm:^22.10.1"
ava: "npm:^6.0.1"
mitata: "npm:^1.0.20"
npm-run-all2: "npm:^6.2.2"
oxlint: "npm:^0.9.0"
prettier: "npm:^3.3.3"
Expand Down Expand Up @@ -1141,6 +1142,13 @@ __metadata:
languageName: node
linkType: hard

"mitata@npm:^1.0.20":
version: 1.0.20
resolution: "mitata@npm:1.0.20"
checksum: 10c0/a41daa38d2fe797e4d75290d1ec7a4394efc2674390c5f3bc69b5df06101dca6554ee51ac9067c6077ebe1469039f7709fa227c53f5252f8d46d114acf9c88df
languageName: node
linkType: hard

"mkdirp@npm:^1.0.3":
version: 1.0.4
resolution: "mkdirp@npm:1.0.4"
Expand Down

0 comments on commit 23d7596

Please sign in to comment.