tiro-notes 0.51.98 → 0.52.0
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/client/asset-manifest.json +2 -2
- package/client/index.html +1 -1
- package/client/static/js/main.c51240f2.chunk.js +1 -0
- package/package.json +1 -1
- package/server/841.tiro-server.js +2 -0
- package/server/841.tiro-server.js.LICENSE.txt +1 -0
- package/server/tiro-server.js +1 -1
- package/server/tiro-server.js.LICENSE.txt +0 -11
- package/client/static/js/main.514acd7b.chunk.js +0 -1
|
@@ -4,15 +4,6 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
/*!
|
|
8
|
-
* Timm
|
|
9
|
-
*
|
|
10
|
-
* Immutability helpers with fast reads and acceptable writes.
|
|
11
|
-
*
|
|
12
|
-
* @copyright Guillermo Grau Panea 2016
|
|
13
|
-
* @license MIT
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
7
|
/*!
|
|
17
8
|
* accepts
|
|
18
9
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -293,8 +284,6 @@ object-assign
|
|
|
293
284
|
|
|
294
285
|
/*! https://mths.be/utf8js v2.1.2 by @mathias */
|
|
295
286
|
|
|
296
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
297
|
-
|
|
298
287
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
299
288
|
|
|
300
289
|
/**
|