@secrecy/lib 1.0.0-dev.26 → 1.0.0-dev.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -3
- package/tsup.config.ts +6 -3
- package/CHANGELOG.md +0 -178
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@secrecy/lib",
|
|
3
3
|
"author": "Anonymize <anonymize@gmail.com>",
|
|
4
4
|
"description": "Anonymize Secrecy Library",
|
|
5
|
-
"version": "1.0.0-dev.
|
|
5
|
+
"version": "1.0.0-dev.27",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "ssh://git@github.com/xsecrecy/lib.git"
|
|
@@ -52,8 +52,7 @@
|
|
|
52
52
|
"@commitlint/config-conventional": "^16.2.1",
|
|
53
53
|
"@semantic-release/changelog": "^6.0.1",
|
|
54
54
|
"@semantic-release/git": "^10.0.1",
|
|
55
|
-
"@types/jest": "^27.4.
|
|
56
|
-
"@types/node-fetch": "^3.0.3",
|
|
55
|
+
"@types/jest": "^27.4.1",
|
|
57
56
|
"@types/shortid": "^0.0.29",
|
|
58
57
|
"@types/spark-md5": "^3.0.2",
|
|
59
58
|
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
package/tsup.config.ts
CHANGED
|
@@ -9,15 +9,18 @@ export default defineConfig(options => {
|
|
|
9
9
|
clean: true,
|
|
10
10
|
dts: true,
|
|
11
11
|
format: ["cjs", "esm"],
|
|
12
|
+
target: "esnext",
|
|
12
13
|
platform: "browser",
|
|
13
|
-
target: "
|
|
14
|
-
bundle: true
|
|
14
|
+
// target: ["es2020", "chrome58", "firefox57", "safari11", "edge18"],
|
|
15
|
+
bundle: true,
|
|
16
|
+
tsconfig: "./tsconfig.json"
|
|
17
|
+
|
|
15
18
|
// noExternal: [
|
|
16
19
|
// "ky",
|
|
17
20
|
// "axios",
|
|
18
21
|
// "bson",
|
|
19
22
|
// "@secrecy/lib-utils",
|
|
20
|
-
// "libsodium-wrappers"
|
|
23
|
+
// "libsodium-wrappers",
|
|
21
24
|
// ]
|
|
22
25
|
};
|
|
23
26
|
});
|
package/CHANGELOG.md
DELETED
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
# [1.0.0-dev.24](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.23...v1.0.0-dev.24) (2022-02-02)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* remove staging ([#8](https://github.com/xsecrecy/lib/issues/8)) ([935e2eb](https://github.com/xsecrecy/lib/commit/935e2ebc11ee12ba26963b6479ddf1fb9ceaa2fd))
|
|
7
|
-
|
|
8
|
-
# [1.0.0-dev.23](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.22...v1.0.0-dev.23) (2022-01-14)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Features
|
|
12
|
-
|
|
13
|
-
* accept-language on header ([bef6b04](https://github.com/xsecrecy/lib/commit/bef6b04afe869d60bad93d7ce23b594acab29ced))
|
|
14
|
-
|
|
15
|
-
# [1.0.0-dev.22](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.21...v1.0.0-dev.22) (2022-01-13)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* mutation finito ([4a59874](https://github.com/xsecrecy/lib/commit/4a59874cefb24e998080e18b3d8c4ddea8832dce))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* handling mutation error ([81826ea](https://github.com/xsecrecy/lib/commit/81826ea75eeeea7e33129cf6a701ca9a71e4a0a3))
|
|
26
|
-
|
|
27
|
-
# [1.0.0-dev.21](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.20...v1.0.0-dev.21) (2022-01-06)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
* handling graphql query error ([135c8c6](https://github.com/xsecrecy/lib/commit/135c8c63775a4e035410fdc5d8497ea21deb426f))
|
|
33
|
-
|
|
34
|
-
# [1.0.0-dev.20](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.19...v1.0.0-dev.20) (2022-01-03)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### Bug Fixes
|
|
38
|
-
|
|
39
|
-
* const enum ([8d80e98](https://github.com/xsecrecy/lib/commit/8d80e98466c769676e243ab3ac11d2f44e363fd3))
|
|
40
|
-
|
|
41
|
-
# [1.0.0-dev.19](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.18...v1.0.0-dev.19) (2022-01-03)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* unreadReceivedMailsCount ([936e319](https://github.com/xsecrecy/lib/commit/936e3193f8da2656f7fbb8db20e85acb3b0efbd1))
|
|
47
|
-
|
|
48
|
-
# [1.0.0-dev.18](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.17...v1.0.0-dev.18) (2021-12-22)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### Bug Fixes
|
|
52
|
-
|
|
53
|
-
* admin publicKey ([2d0b6fb](https://github.com/xsecrecy/lib/commit/2d0b6fb50e03487e82b2e8c901d73eaa13895ce0))
|
|
54
|
-
|
|
55
|
-
# [1.0.0-dev.17](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.16...v1.0.0-dev.17) (2021-10-27)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* publicKey meta ([0496aef](https://github.com/xsecrecy/lib/commit/0496aef201a1edf72c1ea9fbc3f74d1902e9085a))
|
|
61
|
-
|
|
62
|
-
# [1.0.0-dev.16](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.15...v1.0.0-dev.16) (2021-10-14)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Bug Fixes
|
|
66
|
-
|
|
67
|
-
* error upload ([5cbe9da](https://github.com/xsecrecy/lib/commit/5cbe9daf2f688decbea5ae05af7ab5c517147e16))
|
|
68
|
-
|
|
69
|
-
# [1.0.0-dev.15](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.14...v1.0.0-dev.15) (2021-10-14)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
* const enum ([50394e4](https://github.com/xsecrecy/lib/commit/50394e481bb010ea7acd2a6f6e6df96c698b36bf))
|
|
75
|
-
|
|
76
|
-
# [1.0.0-dev.14](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.13...v1.0.0-dev.14) (2021-10-13)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
* const enum [#1](https://github.com/xsecrecy/lib/issues/1) ([11c92da](https://github.com/xsecrecy/lib/commit/11c92da9f218999fadcbc8c3afed4fc60584963f))
|
|
82
|
-
|
|
83
|
-
# [1.0.0-dev.13](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.12...v1.0.0-dev.13) (2021-10-12)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Bug Fixes
|
|
87
|
-
|
|
88
|
-
* const enums ([234bd7b](https://github.com/xsecrecy/lib/commit/234bd7b5db5bd5b30fa92651ec3aef1dbf50dca0))
|
|
89
|
-
|
|
90
|
-
# [1.0.0-dev.12](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.11...v1.0.0-dev.12) (2021-10-12)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Bug Fixes
|
|
94
|
-
|
|
95
|
-
* admin client ([f222d34](https://github.com/xsecrecy/lib/commit/f222d34b4774ca8c4c71b45231f0a6afbf0cdacb))
|
|
96
|
-
|
|
97
|
-
# [1.0.0-dev.11](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.10...v1.0.0-dev.11) (2021-10-12)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Bug Fixes
|
|
101
|
-
|
|
102
|
-
* user session ([bf186a0](https://github.com/xsecrecy/lib/commit/bf186a09d8919b15fa35bb763af162cd1bd142b4))
|
|
103
|
-
|
|
104
|
-
# [1.0.0-dev.10](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.9...v1.0.0-dev.10) (2021-10-07)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Bug Fixes
|
|
108
|
-
|
|
109
|
-
* add getSponsorshipLink ([77e14d0](https://github.com/xsecrecy/lib/commit/77e14d00691316ff28aa4a4bd49647d05c01e0ec))
|
|
110
|
-
|
|
111
|
-
# [1.0.0-dev.9](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.8...v1.0.0-dev.9) (2021-10-07)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Features
|
|
115
|
-
|
|
116
|
-
* admin client ([1c75370](https://github.com/xsecrecy/lib/commit/1c753700300452ed8c85e94dc6dc724c529c8d88))
|
|
117
|
-
|
|
118
|
-
# [1.0.0-dev.8](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.7...v1.0.0-dev.8) (2021-10-06)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
* app notifications query ([#6](https://github.com/xsecrecy/lib/issues/6)) ([e64d132](https://github.com/xsecrecy/lib/commit/e64d1326c5bd0a1daf2ee8023fd53d0c14eef264))
|
|
124
|
-
|
|
125
|
-
# [1.0.0-dev.7](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.6...v1.0.0-dev.7) (2021-10-06)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Features
|
|
129
|
-
|
|
130
|
-
* updateAppNotifications ([#5](https://github.com/xsecrecy/lib/issues/5)) ([cc72437](https://github.com/xsecrecy/lib/commit/cc7243766090e7e76cc5b6bae5c5b0f309cb03d3))
|
|
131
|
-
|
|
132
|
-
# [1.0.0-dev.6](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.5...v1.0.0-dev.6) (2021-10-01)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
* axios signal (abort) ([5be9283](https://github.com/xsecrecy/lib/commit/5be92833c3e27b94f4ffacbec5c2de16b0382871))
|
|
138
|
-
|
|
139
|
-
# [1.0.0-dev.5](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.4...v1.0.0-dev.5) (2021-09-30)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Features
|
|
143
|
-
|
|
144
|
-
* add langs ([f0705fe](https://github.com/xsecrecy/lib/commit/f0705fe48cd424680d1e2373a4bbe734020621d9))
|
|
145
|
-
|
|
146
|
-
# [1.0.0-dev.4](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.3...v1.0.0-dev.4) (2021-09-30)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* folder breadcrumb ([b716c89](https://github.com/xsecrecy/lib/commit/b716c892b351b82a363f9aced952e68a35c1595a))
|
|
152
|
-
|
|
153
|
-
# [1.0.0-dev.3](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.2...v1.0.0-dev.3) (2021-09-29)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
* tests ([8d1ee88](https://github.com/xsecrecy/lib/commit/8d1ee88905f86833e76a8c054ced9361145e5a32))
|
|
159
|
-
|
|
160
|
-
# [1.0.0-dev.2](https://github.com/xsecrecy/lib/compare/v1.0.0-dev.1...v1.0.0-dev.2) (2021-09-24)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Bug Fixes
|
|
164
|
-
|
|
165
|
-
* redirect ([5ac821c](https://github.com/xsecrecy/lib/commit/5ac821c6db69217b631ff6aa3b839c06081d08d3))
|
|
166
|
-
|
|
167
|
-
# 1.0.0-dev.1 (2021-09-23)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
* ci ([432bad3](https://github.com/xsecrecy/lib/commit/432bad354172c88d135aa90d56e7f0a758399cdd))
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
### Features
|
|
176
|
-
|
|
177
|
-
* Folder & FolderFull ([f613786](https://github.com/xsecrecy/lib/commit/f6137862960c4c5016a63b618c94eb8c985ab913))
|
|
178
|
-
* yarn 2 ([9b1547c](https://github.com/xsecrecy/lib/commit/9b1547ce911cb11a67af0d601a2b34374457ec8a))
|