@goodgamestudios/cxf-plugins 0.106.10-qa.1 → 0.106.10
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/CHANGELOG.md +2481 -2481
- package/README.md +32 -32
- package/dist/bigfarm-ms.json +9 -9
- package/dist/bigfarm.json +12 -13
- package/dist/empire-ms.json +9 -10
- package/dist/empire.json +12 -14
- package/dist/empirefourkingdoms.json +9 -10
- package/package.json +77 -77
package/README.md
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
## IMPORTANT UPDATE
|
|
3
|
-
CI/CD flow is broken due to tokens policy changes from npmjs.com
|
|
4
|
-
It needs to make build and deploy manually.
|
|
5
|
-
|
|
6
|
-
```bash
|
|
7
|
-
# deploy production version
|
|
8
|
-
npm run deploy:live
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## CI/CD
|
|
13
|
-
- `develop` branch publishes with `@qa` tag and appends a pre-release postfix. Example: `1.4.1-qa.1`
|
|
14
|
-
- `master` branch publishes with `@production` tag. Example: `1.4.1`
|
|
15
|
-
|
|
16
|
-
### How to create a feature
|
|
17
|
-
- branch from `develop`
|
|
18
|
-
- make feature
|
|
19
|
-
- stage changes
|
|
20
|
-
- run `npm run commit`
|
|
21
|
-
- push a new branch to the repo
|
|
22
|
-
- create merge request (MR)
|
|
23
|
-
- merge MR to `develop` branch
|
|
24
|
-
|
|
25
|
-
## How to release to production
|
|
26
|
-
- merge `develop` to `master`
|
|
27
|
-
- start `publish-to-production` job manually (by clicking on the button)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## To release to production from the Pipeline
|
|
31
|
-
- go to gitlab and press on the `Run Pipeline` button
|
|
32
|
-
- select the `master` branch and then without specifying any variables, click `Run Pipeline` button
|
|
1
|
+
|
|
2
|
+
## IMPORTANT UPDATE
|
|
3
|
+
CI/CD flow is broken due to tokens policy changes from npmjs.com
|
|
4
|
+
It needs to make build and deploy manually.
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
# deploy production version
|
|
8
|
+
npm run deploy:live
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## CI/CD
|
|
13
|
+
- `develop` branch publishes with `@qa` tag and appends a pre-release postfix. Example: `1.4.1-qa.1`
|
|
14
|
+
- `master` branch publishes with `@production` tag. Example: `1.4.1`
|
|
15
|
+
|
|
16
|
+
### How to create a feature
|
|
17
|
+
- branch from `develop`
|
|
18
|
+
- make feature
|
|
19
|
+
- stage changes
|
|
20
|
+
- run `npm run commit`
|
|
21
|
+
- push a new branch to the repo
|
|
22
|
+
- create merge request (MR)
|
|
23
|
+
- merge MR to `develop` branch
|
|
24
|
+
|
|
25
|
+
## How to release to production
|
|
26
|
+
- merge `develop` to `master`
|
|
27
|
+
- start `publish-to-production` job manually (by clicking on the button)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## To release to production from the Pipeline
|
|
31
|
+
- go to gitlab and press on the `Run Pipeline` button
|
|
32
|
+
- select the `master` branch and then without specifying any variables, click `Run Pipeline` button
|
package/dist/bigfarm-ms.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
[
|
|
2
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@
|
|
3
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@
|
|
4
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@
|
|
5
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@
|
|
6
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@
|
|
7
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-canvas@
|
|
8
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@
|
|
9
|
-
]
|
|
1
|
+
[
|
|
2
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.24.0/dist/bigfarm.js'></script>",
|
|
4
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.10/dist/announcements.js'></script>",
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
|
|
6
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
|
|
7
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-canvas@1.2.1/dist/cxf-canvas.js'></script>",
|
|
8
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
9
|
+
]
|
package/dist/bigfarm.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
[
|
|
2
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@
|
|
3
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@
|
|
4
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@
|
|
5
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-banners
|
|
6
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@
|
|
7
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@
|
|
8
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-fullscreen@
|
|
9
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia
|
|
10
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-canvas@
|
|
11
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@
|
|
12
|
-
|
|
13
|
-
]
|
|
1
|
+
[
|
|
2
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.24.0/dist/bigfarm.js'></script>",
|
|
4
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.10/dist/announcements.js'></script>",
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-banners@1.32.0/dist/index.js'></script>",
|
|
6
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
|
|
7
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
|
|
8
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-fullscreen@0.0.7/dist/index.js'></script>",
|
|
9
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.21.1/dist/bigfarm.js'></script>",
|
|
10
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-canvas@1.2.1/dist/cxf-canvas.js'></script>",
|
|
11
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
12
|
+
]
|
package/dist/empire-ms.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
]
|
|
1
|
+
[
|
|
2
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.21.1/dist/empire.js'></script>",
|
|
4
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.10/dist/announcements.js'></script>",
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
|
|
6
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
|
|
7
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.5-ef.4/dist/webshop-cxf.js'></script>",
|
|
8
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
9
|
+
]
|
package/dist/empire.json
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
[
|
|
2
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@
|
|
3
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@
|
|
4
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@
|
|
5
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-banners@
|
|
6
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
7
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
8
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
9
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
10
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
11
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
12
|
-
|
|
13
|
-
"<div><h3>THIS IS A FOOTER ADDED VIA CXF PLUGINS</h3></div>"
|
|
14
|
-
]
|
|
1
|
+
[
|
|
2
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.24.0/dist/empire.js'></script>",
|
|
4
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.10/dist/announcements.js'></script>",
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-banners@1.31.0/dist/index.js'></script>",
|
|
6
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
|
|
7
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
|
|
8
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-fullscreen@0.0.7/dist/index.js'></script>",
|
|
9
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.17.0/dist/empire.js'></script>",
|
|
10
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.5-ef.4/dist/webshop-cxf.js'></script>",
|
|
11
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
12
|
+
]
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
[
|
|
2
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@
|
|
3
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@
|
|
4
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@
|
|
5
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
6
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
7
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
8
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-
|
|
9
|
-
|
|
10
|
-
]
|
|
1
|
+
[
|
|
2
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-error-handler@0.4.0/dist/index.js'></script>",
|
|
3
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-events@1.24.0/dist/empire.js'></script>",
|
|
4
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.10/dist/announcements.js'></script>",
|
|
5
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
|
|
6
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialogAir.js'></script>",
|
|
7
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.5-ef.4/dist/webshop-cxf.js'></script>",
|
|
8
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
9
|
+
]
|
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@goodgamestudios/cxf-plugins",
|
|
3
|
-
"version": "0.106.10
|
|
4
|
-
"description": "List of plugins that will be installed by CXF",
|
|
5
|
-
"author": "Davide de Paolis ddepaolis@goodgamestudios.com",
|
|
6
|
-
"license": "UNLICENSED",
|
|
7
|
-
"publishConfig": {
|
|
8
|
-
"access": "public"
|
|
9
|
-
},
|
|
10
|
-
"keywords": [
|
|
11
|
-
"cxf",
|
|
12
|
-
"plugins"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"serve": "http-server -p 4003 --cors",
|
|
16
|
-
"commit": "git-cz",
|
|
17
|
-
"release": "semantic-release",
|
|
18
|
-
"build:dev": "rimraf dist && copyfiles -f dev/*.json dist",
|
|
19
|
-
"build:qa": "rimraf dist && copyfiles -f qa/*.json dist",
|
|
20
|
-
"build:live": "rimraf dist && copyfiles -f prod/*.json dist",
|
|
21
|
-
"deploy:qa": "npm run build:qa && npm publish --tag qa --access public",
|
|
22
|
-
"deploy:live": "npm run build:live && npm publish --tag production --access public",
|
|
23
|
-
"config:validate": "node ./src/index.js"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"axios": "^0.27.2",
|
|
27
|
-
"chalk": "^4.0.0",
|
|
28
|
-
"p-all": "^3.0.0"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@commitlint/cli": "^17.0.3",
|
|
32
|
-
"@commitlint/config-conventional": "^17.0.3",
|
|
33
|
-
"@goodgamestudios/browserslist-config": "^2.0.0",
|
|
34
|
-
"@goodgamestudios/game-alias": "^0.2.11",
|
|
35
|
-
"@semantic-release/changelog": "^5.0.1",
|
|
36
|
-
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
37
|
-
"@semantic-release/git": "^9.0.0",
|
|
38
|
-
"@semantic-release/npm": "^7.0.5",
|
|
39
|
-
"@semantic-release/release-notes-generator": "^9.0.1",
|
|
40
|
-
"copyfiles": "^2.4.1",
|
|
41
|
-
"cz-conventional-changelog": "^3.2.1",
|
|
42
|
-
"http-server": "^0.11.1",
|
|
43
|
-
"husky": "^4.2.5",
|
|
44
|
-
"rimraf": "^3.0.2",
|
|
45
|
-
"semantic-release": "^17.1.1"
|
|
46
|
-
},
|
|
47
|
-
"config": {
|
|
48
|
-
"commitizen": {
|
|
49
|
-
"path": "./node_modules/cz-conventional-changelog"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"commitlint": {
|
|
53
|
-
"extends": [
|
|
54
|
-
"@commitlint/config-conventional"
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
|
-
"release": {
|
|
58
|
-
"branches": [
|
|
59
|
-
{
|
|
60
|
-
"name": "master",
|
|
61
|
-
"channel": "production"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "develop",
|
|
65
|
-
"channel": "qa",
|
|
66
|
-
"prerelease": "qa"
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
"plugins": [
|
|
70
|
-
"@semantic-release/commit-analyzer",
|
|
71
|
-
"@semantic-release/release-notes-generator",
|
|
72
|
-
"@semantic-release/changelog",
|
|
73
|
-
"@semantic-release/npm",
|
|
74
|
-
"@semantic-release/git"
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@goodgamestudios/cxf-plugins",
|
|
3
|
+
"version": "0.106.10",
|
|
4
|
+
"description": "List of plugins that will be installed by CXF",
|
|
5
|
+
"author": "Davide de Paolis ddepaolis@goodgamestudios.com",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"access": "public"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
"cxf",
|
|
12
|
+
"plugins"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"serve": "http-server -p 4003 --cors",
|
|
16
|
+
"commit": "git-cz",
|
|
17
|
+
"release": "semantic-release",
|
|
18
|
+
"build:dev": "rimraf dist && copyfiles -f dev/*.json dist",
|
|
19
|
+
"build:qa": "rimraf dist && copyfiles -f qa/*.json dist",
|
|
20
|
+
"build:live": "rimraf dist && copyfiles -f prod/*.json dist",
|
|
21
|
+
"deploy:qa": "npm run build:qa && npm publish --tag qa --access public",
|
|
22
|
+
"deploy:live": "npm run build:live && npm publish --tag production --access public",
|
|
23
|
+
"config:validate": "node ./src/index.js"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"axios": "^0.27.2",
|
|
27
|
+
"chalk": "^4.0.0",
|
|
28
|
+
"p-all": "^3.0.0"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@commitlint/cli": "^17.0.3",
|
|
32
|
+
"@commitlint/config-conventional": "^17.0.3",
|
|
33
|
+
"@goodgamestudios/browserslist-config": "^2.0.0",
|
|
34
|
+
"@goodgamestudios/game-alias": "^0.2.11",
|
|
35
|
+
"@semantic-release/changelog": "^5.0.1",
|
|
36
|
+
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
37
|
+
"@semantic-release/git": "^9.0.0",
|
|
38
|
+
"@semantic-release/npm": "^7.0.5",
|
|
39
|
+
"@semantic-release/release-notes-generator": "^9.0.1",
|
|
40
|
+
"copyfiles": "^2.4.1",
|
|
41
|
+
"cz-conventional-changelog": "^3.2.1",
|
|
42
|
+
"http-server": "^0.11.1",
|
|
43
|
+
"husky": "^4.2.5",
|
|
44
|
+
"rimraf": "^3.0.2",
|
|
45
|
+
"semantic-release": "^17.1.1"
|
|
46
|
+
},
|
|
47
|
+
"config": {
|
|
48
|
+
"commitizen": {
|
|
49
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"commitlint": {
|
|
53
|
+
"extends": [
|
|
54
|
+
"@commitlint/config-conventional"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"release": {
|
|
58
|
+
"branches": [
|
|
59
|
+
{
|
|
60
|
+
"name": "master",
|
|
61
|
+
"channel": "production"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "develop",
|
|
65
|
+
"channel": "qa",
|
|
66
|
+
"prerelease": "qa"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"plugins": [
|
|
70
|
+
"@semantic-release/commit-analyzer",
|
|
71
|
+
"@semantic-release/release-notes-generator",
|
|
72
|
+
"@semantic-release/changelog",
|
|
73
|
+
"@semantic-release/npm",
|
|
74
|
+
"@semantic-release/git"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|