tiro-notes 0.51.99 → 0.52.1
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.1f1c0024.chunk.js +1 -0
- package/package.json +1 -1
- package/server/tiro-server.js +1 -1
- package/server/tiro-server.js.LICENSE.txt +11 -0
- package/client/static/js/main.b4994606.chunk.js +0 -1
- package/server/841.tiro-server.js +0 -2
- package/server/841.tiro-server.js.LICENSE.txt +0 -1
|
@@ -4,6 +4,15 @@ 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
|
+
|
|
7
16
|
/*!
|
|
8
17
|
* accepts
|
|
9
18
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -284,6 +293,8 @@ object-assign
|
|
|
284
293
|
|
|
285
294
|
/*! https://mths.be/utf8js v2.1.2 by @mathias */
|
|
286
295
|
|
|
296
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
297
|
+
|
|
287
298
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
288
299
|
|
|
289
300
|
/**
|