neo.mjs 4.0.0 → 4.0.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/README.md CHANGED
@@ -19,6 +19,8 @@ No need to take care of a workers setup, and the cross channel communication on
19
19
  <a href="https://youtu.be/aEA5333WiWY"><img height="316px" width="400px" src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/neo-movie.png"></a>
20
20
  </p>
21
21
 
22
+ <a href="https://tobiasuhlig.medium.com/predictive-offline-support-for-assets-you-have-not-used-yet-aeeccccd3754?source=friends_link&sk=e946e0f25f508e6a8cec4136400291a3">Version 4 release announcement</a>
23
+
22
24
  ## Content
23
25
  1. <a href="#slack-channel">Slack Channel for questions & feedback</a>
24
26
  2. <a href="#architectures">Scalable frontend architectures</a>
@@ -1,4 +1,30 @@
1
1
  [
2
+ {
3
+ "author" : "Tobias Uhlig",
4
+ "authorImage" : "author_TobiasUhlig.jpeg",
5
+ "date" : "Mar 28, 2022",
6
+ "id" : 51,
7
+ "image" : "predictive-offline-support-for-assets-you-have-not-used-yet.png",
8
+ "name" : "Predictive offline support for assets you have not used yet",
9
+ "provider" : "Medium",
10
+ "publisher" : "ITNEXT",
11
+ "selectedInto": [],
12
+ "type" : "Blog Post",
13
+ "url" : "https://itnext.io/predictive-offline-support-for-assets-you-have-not-used-yet-aeeccccd3754?source=friends_link&sk=e946e0f25f508e6a8cec4136400291a3"
14
+ },
15
+ {
16
+ "author" : "Tobias Uhlig",
17
+ "authorImage" : "author_TobiasUhlig.jpeg",
18
+ "date" : "Jan 31, 2022",
19
+ "id" : 50,
20
+ "image" : "clean-architectures-your-benefits-of-using-view-controllers.png",
21
+ "name" : "Clean architectures: Your benefits of using view controllers",
22
+ "provider" : "Medium",
23
+ "publisher" : "ITNEXT",
24
+ "selectedInto": [],
25
+ "type" : "Blog Post",
26
+ "url" : "https://itnext.io/clean-architectures-your-benefits-of-using-view-controllers-7ce6b00f0ad5?source=friends_link&sk=ebef34d36d5d307c7985ba4dedb261f9"
27
+ },
2
28
  {
3
29
  "author" : "Tobias Uhlig",
4
30
  "authorImage" : "author_TobiasUhlig.jpeg",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "neo-jsdoc": "^1.0.1",
50
50
  "neo-jsdoc-x": "^1.0.4",
51
51
  "postcss": "^8.4.12",
52
- "sass": "^1.49.9",
52
+ "sass": "^1.49.10",
53
53
  "webpack": "^5.70.0",
54
54
  "webpack-cli": "^4.9.2",
55
55
  "webpack-dev-server": "4.7.4",