reallysimple 0.4.23 → 0.4.25
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/package.json +3 -3
- package/reallysimple.js +1 -1
- package/worknotes.md +7 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reallysimple",
|
|
3
3
|
"description": "A Node package that reads RSS-like feeds and calls back with a simple, consistent JavaScript object. Easy to use, hides the history.",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.25",
|
|
5
5
|
"author": "Dave Winer <dave@scripting.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"url": "https://github.com/scripting/reallysimple.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies" : {
|
|
17
|
-
"marked": "
|
|
18
|
-
"node-emoji": "
|
|
17
|
+
"marked": "3.0.8",
|
|
18
|
+
"node-emoji": "1.11.0",
|
|
19
19
|
"opml": "*",
|
|
20
20
|
"daveutils": "*",
|
|
21
21
|
"davefeedread": ">=0.5.23"
|
package/reallysimple.js
CHANGED
package/worknotes.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
#### 11/8/23; 10:20:30 AM by DW
|
|
2
|
+
|
|
3
|
+
Changed version number on marked package to 3.0.8, the last version that worked afaik.
|
|
4
|
+
|
|
5
|
+
#### 5/16/23 by DW -- v0.4.24
|
|
6
|
+
|
|
7
|
+
Believe it or not node-emoji of all things introduced a breaking change, so we have to hold at v1.11.0.
|
|
2
8
|
|
|
3
9
|
#### 3/22/23 by DW -- v0.4.23
|
|
4
10
|
|