lemmy-js-client 0.17.0-rc.13 → 0.17.0-rc.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Option } from "
|
1
|
+
import { Option } from "option-t/esm/PlainOption";
|
2
2
|
import { ListingType, SearchType, SortType } from "../others";
|
3
3
|
import { CommentView, CommunityBlockView, CommunityFollowerView, CommunityModeratorView, CommunityView, LocalUserSettingsView, ModAddCommunityView, ModAddView, ModBanFromCommunityView, ModBanView, ModLockPostView, ModRemoveCommentView, ModRemoveCommunityView, ModRemovePostView, ModStickyPostView, ModTransferCommunityView, PersonBlockView, PersonViewSafe, PostView, RegistrationApplicationView, SiteView } from "../views";
|
4
4
|
/**
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "lemmy-js-client",
|
3
3
|
"description": "A javascript / typescript client for Lemmy",
|
4
|
-
"version": "0.17.0-rc.
|
4
|
+
"version": "0.17.0-rc.14",
|
5
5
|
"author": "Dessalines <tyhou13@gmx.com>",
|
6
6
|
"license": "AGPL-3.0",
|
7
7
|
"main": "./dist/index.js",
|
@@ -16,7 +16,6 @@
|
|
16
16
|
},
|
17
17
|
"repository": "https://github.com/LemmyNet/lemmy-js-client",
|
18
18
|
"devDependencies": {
|
19
|
-
"@swan-io/boxed": "^0.9.0",
|
20
19
|
"@types/node": "^17.0.33",
|
21
20
|
"@types/node-fetch": "^3.0.3",
|
22
21
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
@@ -26,6 +25,7 @@
|
|
26
25
|
"husky": "^8.0.1",
|
27
26
|
"lint-staged": "^12.4.1",
|
28
27
|
"node-fetch": "^3.2.4",
|
28
|
+
"option-t": "^32.2.0",
|
29
29
|
"prettier": "^2.6.2",
|
30
30
|
"prettier-plugin-import-sort": "^0.0.7",
|
31
31
|
"prettier-plugin-organize-imports": "^2.3.4",
|