@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.
@@ -67,11 +67,11 @@
67
67
  */
68
68
 
69
69
  /*!
70
- * jQuery Validation Plugin v1.20.0
70
+ * jQuery Validation Plugin v1.21.0
71
71
  *
72
72
  * https://jqueryvalidation.org/
73
73
  *
74
- * Copyright (c) 2023 Jörn Zaefferer
74
+ * Copyright (c) 2024 Jörn Zaefferer
75
75
  * Released under the MIT license
76
76
  */
77
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiursoft/uistack",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
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"
package/.gitlab-ci.yml DELETED
@@ -1,8 +0,0 @@
1
- stages:
2
- - deploy
3
-
4
- deploy_docker:
5
- stage: deploy
6
- script:
7
- - docker build . -t hub.aiursoft.cn/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:latest
8
- - docker push hub.aiursoft.cn/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:latest
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