Skip to content

Commit

Permalink
chore: Added thirdPartyLicense.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed Feb 26, 2024
1 parent 2e9fa86 commit 7dfe80f
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "workspace",
"workspaces": [
"packages/web",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@imgly/background-removal-node": "file:../node",
"jest": "^29.6.2"
},
"version": "1.4.4"
}
"version": "1.4.5"
}
4 changes: 2 additions & 2 deletions packages/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"dependencies": {
"@imgly/background-removal-node": "file:../node"
},
"version": "1.4.4"
}
"version": "1.4.5"
}
6 changes: 6 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.5]

### Added

- Added ThirdPartyLicenses.json Added

## [1.4.0]

### Added
Expand Down
13 changes: 13 additions & 0 deletions packages/node/ThirdPartyLicenses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"onnxruntime-web": {
"source": "https://www.npmjs.com/package/onnxruntime-web",
"type": "code",
"license": "MIT"
},
"ISNET": {
"source": "https://github.com/xuebinqin/DIS",
"type": "model",
"license": "MIT"
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
type: Added
# type: Added
# type: Changed
# type: Removed
# type: Security
# private: true
description: |
Added ThirdPartyLicenses.json Added
5 changes: 3 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal-node",
"version": "1.4.4",
"version": "1.4.5",
"description": "Background Removal in NodeJS",
"resources": "@imgly/background-removal-node",
"keywords": [
Expand Down Expand Up @@ -39,6 +39,7 @@
"LICENSE.md",
"README.md",
"CHANGELOG.md",
"ThirdPartyLicenses.json",
"dist/",
"bin/"
],
Expand Down Expand Up @@ -82,4 +83,4 @@
"webpack": "~5.85.1",
"webpack-cli": "~5.1.4"
}
}
}
13 changes: 13 additions & 0 deletions packages/web-data/ThirdPartyLicenses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"onnxruntime-web": {
"source": "https://www.npmjs.com/package/onnxruntime-web",
"type": "code",
"license": "MIT"
},
"ISNET": {
"source": "https://github.com/xuebinqin/DIS",
"type": "model",
"license": "MIT"
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
type: Added
# type: Added
# type: Changed
# type: Removed
# type: Security
# private: true
description: |
Added ThirdPartyLicenses.json Added
10 changes: 6 additions & 4 deletions packages/web-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal-data",
"version": "1.4.4",
"version": "1.4.5",
"description": "Background Removal Data",
"keywords": [
"background-removal",
Expand All @@ -26,6 +26,8 @@
"LICENSE.md",
"README.md",
"CHANGELOG.md",
"NOTICE.md",
"ThirdPartyLicenses.json",
"dist/",
"bin/"
],
Expand All @@ -34,8 +36,8 @@
"clean": "npx rimraf dist",
"test": "true",
"resources": "node ../../scripts/package-resources.mjs",
"changelog:create": "node ../../scripts/changelog/create.mjs",
"changelog:generate": "node ../../scripts/changelog/generate.mjs",
"changelog:create": "node ../../scripts/changelog/changelog-create.mjs",
"changelog:generate": "node ../../scripts/changelog/changelog-generate.mjs",
"build": "npm run clean && npm run resources",
"watch": "npm run clean && npm run resources",
"lint": "npx prettier --write .",
Expand All @@ -46,4 +48,4 @@
"dependencies": {
"onnxruntime-web": "~1.17.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/web-examples/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "1.4.4",
"version": "1.4.5",
"private": true,
"dependencies": {
"@imgly/background-removal": "file:../../web",
Expand Down Expand Up @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions packages/web-examples/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"scripts": {
"start": "npm run dev",
Expand All @@ -20,4 +20,4 @@
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}
}
6 changes: 6 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.4.5]

### Added

- Added ThirdPartyLicenses.json Added

## [1.4.0]

### Added
Expand Down
27 changes: 27 additions & 0 deletions packages/web/ThirdPartyLicenses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"onnxruntime-web": {
"source": "https://www.npmjs.com/package/onnxruntime-web",
"type": "code",
"license": "MIT"
},
"ISNET": {
"source": "https://github.com/xuebinqin/DIS",
"type": "model",
"license": "MIT"
},
"lodash": {
"source": "https://lodash.com/",
"type": "code",
"license": "MIT"
},
"ndarray": {
"source": "https://www.npmjs.com/package/ndarray",
"type": "code",
"license": "MIT"
},
"zod": {
"source": "https://www.npmjs.com/package/zod",
"type": "code",
"license": "MIT"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
type: Added
# type: Added
# type: Changed
# type: Removed
# type: Security
# private: true
description: |
Added ThirdPartyLicenses.json Added
6 changes: 4 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal",
"version": "1.4.4",
"version": "1.4.5",
"description": "Background Removal in the Browser",
"keywords": [
"background-removal",
Expand Down Expand Up @@ -39,6 +39,7 @@
"LICENSE.md",
"README.md",
"CHANGELOG.md",
"ThirdPartyLicenses.json",
"dist/",
"bin/"
],
Expand All @@ -57,6 +58,7 @@
"package:pack": "npm run build && npm pack . --pack-destination ../../releases",
"lint": "npx prettier --write ."
},
"bundledDependencies": [],
"dependencies": {
"@types/lodash": "~4.14.0",
"@types/node": "~20.3.0",
Expand All @@ -79,4 +81,4 @@
"webpack": "~5.85.0",
"webpack-cli": "~5.1.0"
}
}
}

0 comments on commit 7dfe80f

Please sign in to comment.