tiro-notes 0.30.98-110 → 0.30.98-113
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/cli.js +0 -0
- package/client/asset-manifest.json +2 -2
- package/client/index.html +1 -1
- package/client/static/js/main.5ba09567.chunk.js +1 -0
- package/package.json +1 -1
- package/server/tiro-server.js +1 -1
- package/server/tiro-server.js.LICENSE.txt +8 -22
- package/client/static/js/main.fcb094b8.chunk.js +0 -1
|
@@ -56,31 +56,14 @@ object-assign
|
|
|
56
56
|
|
|
57
57
|
/*!
|
|
58
58
|
* depd
|
|
59
|
-
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
60
|
-
* MIT Licensed
|
|
61
|
-
*/
|
|
62
|
-
|
|
63
|
-
/*!
|
|
64
|
-
* depd
|
|
65
|
-
* Copyright(c) 2014-2015 Douglas Christopher Wilson
|
|
66
|
-
* MIT Licensed
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
/*!
|
|
70
|
-
* depd
|
|
71
|
-
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
72
|
-
* MIT Licensed
|
|
73
|
-
*/
|
|
74
|
-
|
|
75
|
-
/*!
|
|
76
|
-
* depd
|
|
77
|
-
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
59
|
+
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
78
60
|
* MIT Licensed
|
|
79
61
|
*/
|
|
80
62
|
|
|
81
63
|
/*!
|
|
82
64
|
* destroy
|
|
83
65
|
* Copyright(c) 2014 Jonathan Ong
|
|
66
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
84
67
|
* MIT Licensed
|
|
85
68
|
*/
|
|
86
69
|
|
|
@@ -127,7 +110,7 @@ object-assign
|
|
|
127
110
|
|
|
128
111
|
/*!
|
|
129
112
|
* finalhandler
|
|
130
|
-
* Copyright(c) 2014-
|
|
113
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
131
114
|
* MIT Licensed
|
|
132
115
|
*/
|
|
133
116
|
|
|
@@ -174,6 +157,7 @@ object-assign
|
|
|
174
157
|
/*!
|
|
175
158
|
* mime-db
|
|
176
159
|
* Copyright(c) 2014 Jonathan Ong
|
|
160
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
177
161
|
* MIT Licensed
|
|
178
162
|
*/
|
|
179
163
|
|
|
@@ -222,14 +206,14 @@ object-assign
|
|
|
222
206
|
/*!
|
|
223
207
|
* raw-body
|
|
224
208
|
* Copyright(c) 2013-2014 Jonathan Ong
|
|
225
|
-
* Copyright(c) 2014-
|
|
209
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
226
210
|
* MIT Licensed
|
|
227
211
|
*/
|
|
228
212
|
|
|
229
213
|
/*!
|
|
230
214
|
* send
|
|
231
215
|
* Copyright(c) 2012 TJ Holowaychuk
|
|
232
|
-
* Copyright(c) 2014-
|
|
216
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
233
217
|
* MIT Licensed
|
|
234
218
|
*/
|
|
235
219
|
|
|
@@ -275,6 +259,8 @@ object-assign
|
|
|
275
259
|
|
|
276
260
|
/*! https://mths.be/utf8js v2.1.2 by @mathias */
|
|
277
261
|
|
|
262
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
263
|
+
|
|
278
264
|
/**
|
|
279
265
|
* @file VerbalExpressions JavaScript Library
|
|
280
266
|
* @version 0.3.0
|