@aiursoft/uistack 1.0.3 → 1.0.5
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/css/app.css +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/app.js.LICENSE.txt +2 -2
- package/package.json +1 -1
- package/.gitlab-ci.yml +0 -8
- package/Dockerfile +0 -12
- package/README.md +0 -1
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
*/
|
|
68
68
|
|
|
69
69
|
/*!
|
|
70
|
-
* jQuery Validation Plugin v1.
|
|
70
|
+
* jQuery Validation Plugin v1.21.0
|
|
71
71
|
*
|
|
72
72
|
* https://jqueryvalidation.org/
|
|
73
73
|
*
|
|
74
|
-
* Copyright (c)
|
|
74
|
+
* Copyright (c) 2024 Jörn Zaefferer
|
|
75
75
|
* Released under the MIT license
|
|
76
76
|
*/
|
|
77
77
|
|
package/package.json
CHANGED
package/.gitlab-ci.yml
DELETED
package/Dockerfile
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# ============================
|
|
2
|
-
# Prepare Build Environment
|
|
3
|
-
FROM hub.aiursoft.cn/node AS npm-env
|
|
4
|
-
WORKDIR /src
|
|
5
|
-
COPY . .
|
|
6
|
-
RUN npm install
|
|
7
|
-
RUN npm run build
|
|
8
|
-
|
|
9
|
-
# ============================
|
|
10
|
-
# Prepare Runtime Environment
|
|
11
|
-
FROM hub.aiursoft.cn/aiursoft/static
|
|
12
|
-
COPY --from=npm-env /src/dist /data
|
package/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Aiursoft UI Stack
|