neo.mjs 2.3.16 → 2.3.17
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const API_URL = 'https://
|
|
1
|
+
export const API_URL = 'https://api.realworld.io/api';
|
|
2
2
|
export const LOCAL_STORAGE_KEY = 'neoRealWorldToken';
|
|
3
3
|
|
|
4
|
-
export default {API_URL, LOCAL_STORAGE_KEY};
|
|
4
|
+
export default {API_URL, LOCAL_STORAGE_KEY};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neo.mjs",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.17",
|
|
4
4
|
"description": "The webworkers driven UI framework",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
37
37
|
"@material/mwc-button": "^0.25.3",
|
|
38
38
|
"@material/mwc-textfield": "^0.25.3",
|
|
39
|
-
"autoprefixer": "^10.
|
|
39
|
+
"autoprefixer": "^10.4.0",
|
|
40
40
|
"chalk": "^4.1.2",
|
|
41
41
|
"clean-webpack-plugin": "^4.0.0",
|
|
42
42
|
"commander": "^8.3.0",
|
|
43
|
-
"cssnano": "^5.0.
|
|
43
|
+
"cssnano": "^5.0.10",
|
|
44
44
|
"envinfo": "^7.8.1",
|
|
45
45
|
"fs-extra": "^10.0.0",
|
|
46
46
|
"highlightjs-line-numbers.js": "^2.8.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"neo-jsdoc-x": "^1.0.4",
|
|
50
50
|
"postcss": "^8.3.11",
|
|
51
51
|
"sass": "^1.43.4",
|
|
52
|
-
"webpack": "^5.
|
|
52
|
+
"webpack": "^5.62.1",
|
|
53
53
|
"webpack-cli": "^4.9.1",
|
|
54
|
-
"webpack-dev-server": "4.
|
|
54
|
+
"webpack-dev-server": "4.4.0",
|
|
55
55
|
"webpack-hook-plugin": "^1.0.7",
|
|
56
56
|
"webpack-node-externals": "^3.0.0"
|
|
57
57
|
},
|