@standardnotes/community-cdn 0.1.6 → 0.1.7
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.1.7](https://github.com/standardnotes/community-packages/compare/@standardnotes/community-cdn@0.1.6...@standardnotes/community-cdn@0.1.7) (2022-07-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
9
|
+
|
|
6
10
|
## [0.1.6](https://github.com/standardnotes/community-packages/compare/@standardnotes/community-cdn@0.1.5...@standardnotes/community-cdn@0.1.6) (2022-07-01)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @standardnotes/community-cdn
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/community-cdn",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"author": "Standard Notes Community",
|
|
6
6
|
"publishConfig": {
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"eslint": "*",
|
|
19
19
|
"typescript": "*"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "582fb6fcf5e8ba095ec2578443cbe831be040142"
|
|
22
22
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Minimal Markdown",
|
|
3
|
-
"content_type": "SN|Component",
|
|
4
|
-
"main": "index.html",
|
|
5
|
-
"area": "editor-editor",
|
|
6
|
-
"spellcheckControl": true,
|
|
7
|
-
"note_type": "markdown",
|
|
8
|
-
"file_type": "txt",
|
|
9
|
-
"identifier": "com.sncommunity.minimal-markdown",
|
|
10
|
-
"version": "1.0.0",
|
|
11
|
-
"url": "https://standardnotes.github.io/community-packages/cdn/dist/static/com.sncommunity.minimal-markdown/index.html",
|
|
12
|
-
"download_url": "https://standardnotes.github.io/community-packages/cdn/dist/zips/com.sncommunity.minimal-markdown.zip",
|
|
13
|
-
"latest_url": "https://standardnotes.github.io/community-packages/cdn/dist/entries/com.sncommunity.minimal-markdown.json",
|
|
14
|
-
"base64Hash": "f44b4d0ca78b3deed9931a568c526fe49a6b420258325a85e5f89e94cb2ca540",
|
|
15
|
-
"binaryHash": "253d19c1d84df15daa47c329a7299c6a50873c27929656ee96fa61ae988526d7"
|
|
16
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<base target="_blank">
|
|
5
|
-
<meta charset="UTF-8">
|
|
6
|
-
|
|
7
|
-
<script src="dist/dist.js"></script>
|
|
8
|
-
|
|
9
|
-
<script src="dist/sn-codemirror-search/search.js"></script>
|
|
10
|
-
<script src="dist/sn-codemirror-search/searchcursor.js"></script>
|
|
11
|
-
<script src="dist/sn-codemirror-search/dialog/dialog.js"></script>
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" media="all" href="dist/dist.css">
|
|
14
|
-
<link rel="stylesheet" media="all" href="dist/sn-codemirror-search/dialog/dialog.css">
|
|
15
|
-
</head>
|
|
16
|
-
|
|
17
|
-
<body>
|
|
18
|
-
<div id="wrapper">
|
|
19
|
-
<textarea id="code" name="code"></textarea>
|
|
20
|
-
<div>
|
|
21
|
-
|
|
22
|
-
</body>
|
|
23
|
-
</html>
|
|
Binary file
|