afront 1.0.18 → 1.0.19
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/install.js +1 -1
- package/package.json +4 -4
package/install.js
CHANGED
|
@@ -8,7 +8,7 @@ const AdmZip = require('adm-zip');
|
|
|
8
8
|
const readline = require('readline');
|
|
9
9
|
|
|
10
10
|
// Configuration
|
|
11
|
-
const GITHUB_ZIP_URL = 'https://github.com/Asggen/afront/archive/refs/tags/v1.0.
|
|
11
|
+
const GITHUB_ZIP_URL = 'https://github.com/Asggen/afront/archive/refs/tags/v1.0.19.zip'; // Updated URL
|
|
12
12
|
|
|
13
13
|
// Define files to skip
|
|
14
14
|
const SKIP_FILES = ['FUNDING.yml', 'CODE_OF_CONDUCT.md', 'SECURITY.md', 'install.js', '.npmrc'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "afront",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "AFront is a front-end JavaScript library designed to create seamless server-side rendered (SSSR) websites.",
|
|
5
5
|
"main": "webpack.dev.js",
|
|
6
6
|
"scripts": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"adm-zip": "^0.5.16",
|
|
41
|
-
"afront": "^1.0.
|
|
41
|
+
"afront": "^1.0.19",
|
|
42
42
|
"asggen-headtags": "^1.0.3",
|
|
43
43
|
"babel-plugin-css-modules-transform": "^1.6.2",
|
|
44
44
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"json5": "^1.0.2",
|
|
54
54
|
"loader-utils": "^1.4.2",
|
|
55
55
|
"postcss": "^8.4.31",
|
|
56
|
-
"react-router": "^7.
|
|
56
|
+
"react-router": "^7.5.2",
|
|
57
57
|
"readline-sync": "^1.4.10",
|
|
58
58
|
"styled-components": "^6.1.13",
|
|
59
59
|
"terser-webpack-plugin": "^5.3.10",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"style-loader": "^4.0.0",
|
|
81
81
|
"webpack": "^5.96.1",
|
|
82
82
|
"webpack-cli": "^5.1.4",
|
|
83
|
-
"webpack-dev-server": "^5.1
|
|
83
|
+
"webpack-dev-server": "^5.2.1",
|
|
84
84
|
"webpack-node-externals": "^3.0.0"
|
|
85
85
|
},
|
|
86
86
|
"resolutions": {
|