Skip to content

Commit 17973b8

Browse files
committed
1.0.0
1 parent cf191d6 commit 17973b8

2 files changed

Lines changed: 28 additions & 27 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"image",
1919
"processing",
2020
"background-removal",
21-
"removebg"
21+
"removebg",
22+
"remove-background"
2223
],
2324
"files": [
2425
"index.d.ts",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,32 @@ __metadata:
903903
languageName: node
904904
linkType: hard
905905

906+
"@neplex/bgone@workspace:.":
907+
version: 0.0.0-use.local
908+
resolution: "@neplex/bgone@workspace:."
909+
dependencies:
910+
"@emnapi/core": "npm:^1.5.0"
911+
"@emnapi/runtime": "npm:^1.5.0"
912+
"@napi-rs/cli": "npm:^3.2.0"
913+
"@oxc-node/core": "npm:^0.0.35"
914+
"@taplo/cli": "npm:^0.7.0"
915+
"@tybys/wasm-util": "npm:^0.10.0"
916+
"@types/node": "npm:^25.0.3"
917+
ava: "npm:^6.4.1"
918+
chalk: "npm:^5.6.2"
919+
commander: "npm:^14.0.2"
920+
husky: "npm:^9.1.7"
921+
lint-staged: "npm:^16.1.6"
922+
npm-run-all2: "npm:^8.0.4"
923+
oxlint: "npm:^1.14.0"
924+
prettier: "npm:^3.6.2"
925+
tinybench: "npm:^6.0.0"
926+
typescript: "npm:^5.9.2"
927+
bin:
928+
bgone: ./cli.js
929+
languageName: unknown
930+
linkType: soft
931+
906932
"@nodelib/fs.scandir@npm:2.1.5":
907933
version: 2.1.5
908934
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -1589,32 +1615,6 @@ __metadata:
15891615
languageName: node
15901616
linkType: hard
15911617

1592-
"bgone@workspace:.":
1593-
version: 0.0.0-use.local
1594-
resolution: "bgone@workspace:."
1595-
dependencies:
1596-
"@emnapi/core": "npm:^1.5.0"
1597-
"@emnapi/runtime": "npm:^1.5.0"
1598-
"@napi-rs/cli": "npm:^3.2.0"
1599-
"@oxc-node/core": "npm:^0.0.35"
1600-
"@taplo/cli": "npm:^0.7.0"
1601-
"@tybys/wasm-util": "npm:^0.10.0"
1602-
"@types/node": "npm:^25.0.3"
1603-
ava: "npm:^6.4.1"
1604-
chalk: "npm:^5.6.2"
1605-
commander: "npm:^14.0.2"
1606-
husky: "npm:^9.1.7"
1607-
lint-staged: "npm:^16.1.6"
1608-
npm-run-all2: "npm:^8.0.4"
1609-
oxlint: "npm:^1.14.0"
1610-
prettier: "npm:^3.6.2"
1611-
tinybench: "npm:^6.0.0"
1612-
typescript: "npm:^5.9.2"
1613-
bin:
1614-
bgone: ./cli.js
1615-
languageName: unknown
1616-
linkType: soft
1617-
16181618
"bindings@npm:^1.4.0":
16191619
version: 1.5.0
16201620
resolution: "bindings@npm:1.5.0"

0 commit comments

Comments
 (0)