@aiursoft/uistack 1.0.5 → 1.0.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/dist/js/app.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiursoft/uistack",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Aiursoft Modified UI Stack. Source is not open. But dist is open.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"webpack-cli": "5.1.4"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@aiursoft/utctime.js": "^1.0.
|
|
37
|
+
"@aiursoft/utctime.js": "^1.0.6",
|
|
38
38
|
"@babel/polyfill": "7.12.1",
|
|
39
39
|
"@eonasdan/tempus-dominus": "6.9.7",
|
|
40
40
|
"@fortawesome/fontawesome-free": "6.5.2",
|