Skip to content

Commit

Permalink
fix: update article-extractor to fix content selector
Browse files Browse the repository at this point in the history
Signed-off-by: SettingDust <[email protected]>
  • Loading branch information
SettingDust committed Dec 1, 2022
1 parent 04709fa commit 83c858d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "obsidian-web-clipper",
"packageManager": "[email protected]",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"ng": "ng",
"lint": "cd ./dist && web-ext lint",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/platform-browser-dynamic": "^15.0.1",
"@angular/router": "^15.0.1",
"@availity/resolve-url": "^2.0.3",
"@settingdust/article-extractor": "^0.2.2",
"@settingdust/article-extractor": "^0.2.4",
"@taiga-ui/addon-doc": "^3.10.0",
"@taiga-ui/addon-table": "^3.10.0",
"@taiga-ui/addon-tablebars": "^3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/PrsPrsBK/ffext-manifest-schema/master/ffext.json",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.0.1",
"version": "1.0.2",
"description": "__MSG_extensionDescription__",
"permissions": [
"tabs",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2951,9 +2951,9 @@ __metadata:
languageName: node
linkType: hard

"@settingdust/article-extractor@npm:^0.2.2":
version: 0.2.2
resolution: "@settingdust/article-extractor@npm:0.2.2"
"@settingdust/article-extractor@npm:^0.2.4":
version: 0.2.4
resolution: "@settingdust/article-extractor@npm:0.2.4"
dependencies:
"@availity/resolve-url": ^2.0.3
"@microsoft/recognizers-text-date-time": ^1.3.0
Expand All @@ -2977,7 +2977,7 @@ __metadata:
schema-dts: ^1.1.0
ts-deepmerge: ^5.0.0
urlpattern-polyfill: ^6.0.2
checksum: 6d1bb37df620af97620cf155de09128fe38f6807aaec3269820e533ed27706d7578f3f73b45093145478a2d9837882cb0123612ccbe2a8a3b2c50c091f5a2432
checksum: eaca272cca1b943bc127733e7b8d900c4a8362183b996c582f6d8de2baa82cf49f555b4fc4a78b7a253271a1eddffc5dde45e76bcee7ca6a9227d2eb061e5328
languageName: node
linkType: hard

Expand Down Expand Up @@ -12075,7 +12075,7 @@ __metadata:
"@angular/platform-browser-dynamic": ^15.0.1
"@angular/router": ^15.0.1
"@availity/resolve-url": ^2.0.3
"@settingdust/article-extractor": ^0.2.2
"@settingdust/article-extractor": ^0.2.4
"@taiga-ui/addon-doc": ^3.10.0
"@taiga-ui/addon-table": ^3.10.0
"@taiga-ui/addon-tablebars": ^3.10.0
Expand Down

0 comments on commit 83c858d

Please sign in to comment.