@standardnotes/community-cdn 0.12.3 → 0.13.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.
@@ -0,0 +1,40 @@
1
+ /*! @license DOMPurify 2.4.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.7/LICENSE */
2
+
3
+ /**
4
+ * @license
5
+ * Lodash <https://lodash.com/>
6
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
7
+ * Released under MIT license <https://lodash.com/license>
8
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
9
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
10
+ */
11
+
12
+ /**
13
+ * @license React
14
+ * react-dom.production.min.js
15
+ *
16
+ * Copyright (c) Facebook, Inc. and its affiliates.
17
+ *
18
+ * This source code is licensed under the MIT license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */
21
+
22
+ /**
23
+ * @license React
24
+ * react.production.min.js
25
+ *
26
+ * Copyright (c) Facebook, Inc. and its affiliates.
27
+ *
28
+ * This source code is licensed under the MIT license found in the
29
+ * LICENSE file in the root directory of this source tree.
30
+ */
31
+
32
+ /**
33
+ * @license React
34
+ * scheduler.production.min.js
35
+ *
36
+ * Copyright (c) Facebook, Inc. and its affiliates.
37
+ *
38
+ * This source code is licensed under the MIT license found in the
39
+ * LICENSE file in the root directory of this source tree.
40
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardnotes/community-cdn",
3
- "version": "0.12.3",
3
+ "version": "0.13.0",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "author": "Standard Notes Community",
6
6
  "publishConfig": {
@@ -17,5 +17,5 @@
17
17
  "minimatch": "^5.1.0",
18
18
  "typescript": "*"
19
19
  },
20
- "gitHead": "1fa2d184f178550ade09b2b25d31b2174877072d"
20
+ "gitHead": "cda201118c711f973f058f8b8c68431dc060f331"
21
21
  }
package/plugins.json CHANGED
@@ -54,5 +54,9 @@
54
54
  {
55
55
  "identifier": "com.sncommunity.markdown-monospace",
56
56
  "staticFiles": ["dist", "package.json"]
57
+ },
58
+ {
59
+ "identifier": "dev.randombits.excalidraw",
60
+ "staticFiles": ["dist", "package.json"]
57
61
  }
58
62
  ]