Skip to content

Commit

Permalink
Merge pull request #806 from ninoseki/renew-neverthrow-integration
Browse files Browse the repository at this point in the history
Renew neverthrow integration
  • Loading branch information
ninoseki authored Apr 22, 2024
2 parents 221375b + 88c923e commit 1f16402
Show file tree
Hide file tree
Showing 159 changed files with 2,701 additions and 991 deletions.
342 changes: 174 additions & 168 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,28 @@
"ioc-extractor": "^8.0.3",
"js-base64": "^3.7.7",
"js-sha256": "^0.11.0",
"neverthrow": "^6.1.0",
"vue": "^3.4.21",
"zod": "^3.22.4"
"just-truncate": "^2.2.0",
"neverthrow": "6.1.0",
"vue": "^3.4.23",
"zod": "^3.22.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@types/chrome": "^0.0.263",
"@types/chrome": "^0.0.266",
"@types/jest": "^29.5.12",
"@types/js-base64": "3.3.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@vue/eslint-config-typescript": "^13.0.0",
"coveralls": "3.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-neverthrow": "^1.1.4",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue": "^9.25.0",
"husky": "9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -59,7 +60,7 @@
"plasmo": "^0.85.2",
"prettier": "3.2.5",
"ts-jest": "^29.1.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
},
"manifest": {
"host_permissions": [
Expand Down
22 changes: 22 additions & 0 deletions package/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2019 Giorgio Delgado

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loading

0 comments on commit 1f16402

Please sign in to comment.