@goodgamestudios/cxf-webshop 6.16.1-qa.0 → 6.17.0-qa.1
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/webshop-cxf.js +2 -2
- package/dist/webshop-cxf.js.map +1 -1
- package/package.json +5 -4
- package/.idea/codeStyles/Project.xml +0 -19
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/cxf-webshop.iml +0 -12
- package/.idea/git_toolbox_prj.xml +0 -20
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodgamestudios/cxf-webshop",
|
|
3
3
|
"description": "WebShop CXF Module",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.17.0-qa.1",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": {
|
|
@@ -19,15 +19,16 @@
|
|
|
19
19
|
"test:unit": "jest test/*",
|
|
20
20
|
"test": "npm run test:unit && npm run test:e2e",
|
|
21
21
|
"commit": "git-cz",
|
|
22
|
-
"build:
|
|
22
|
+
"build:qa": "cross-env STAGE=qa npm run build",
|
|
23
23
|
"build:live": "cross-env ANALYZE_BUNDLE=false STAGE=live npm run build",
|
|
24
24
|
"------------------BDD-----------------": "",
|
|
25
25
|
"test:e2e": "npm start & wait-on http://localhost:1101 && npm run bdd:test",
|
|
26
26
|
"bdd:test": "jest bdd/*",
|
|
27
27
|
"------------------DEPLOY--------------": "",
|
|
28
28
|
"release": "semantic-release",
|
|
29
|
-
"deploy:
|
|
30
|
-
"deploy:
|
|
29
|
+
"deploy:dev": "npm run build:qa && npm publish --tag qa --access public",
|
|
30
|
+
"deploy:qa": "npm run build:qa && npm run release",
|
|
31
|
+
"deploy:live": "npm run build:live && npm run release"
|
|
31
32
|
},
|
|
32
33
|
"main": "dist/webshop-cxf.js",
|
|
33
34
|
"author": "Igor Babkin <ibabkin@goodgamestudios.com>",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
-
<code_scheme name="Project" version="173">
|
|
3
|
-
<TypeScriptCodeStyleSettings version="0">
|
|
4
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
5
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
6
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
7
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
8
|
-
<option name="SPACE_WITHIN_TYPE_ASSERTION" value="true" />
|
|
9
|
-
</TypeScriptCodeStyleSettings>
|
|
10
|
-
<codeStyleSettings language="TypeScript">
|
|
11
|
-
<option name="RIGHT_MARGIN" value="120" />
|
|
12
|
-
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
13
|
-
<option name="IF_BRACE_FORCE" value="3" />
|
|
14
|
-
<option name="DOWHILE_BRACE_FORCE" value="3" />
|
|
15
|
-
<option name="WHILE_BRACE_FORCE" value="3" />
|
|
16
|
-
<option name="FOR_BRACE_FORCE" value="3" />
|
|
17
|
-
</codeStyleSettings>
|
|
18
|
-
</code_scheme>
|
|
19
|
-
</component>
|
package/.idea/cxf-webshop.iml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="GitToolBoxProjectSettings">
|
|
4
|
-
<option name="commitMessageIssueKeyValidationOverride">
|
|
5
|
-
<BoolValueOverride>
|
|
6
|
-
<option name="enabled" value="true" />
|
|
7
|
-
</BoolValueOverride>
|
|
8
|
-
</option>
|
|
9
|
-
<option name="commitMessageValidationConfigOverride">
|
|
10
|
-
<CommitMessageValidationOverride>
|
|
11
|
-
<option name="enabled" value="true" />
|
|
12
|
-
</CommitMessageValidationOverride>
|
|
13
|
-
</option>
|
|
14
|
-
<option name="commitMessageValidationEnabledOverride">
|
|
15
|
-
<BoolValueOverride>
|
|
16
|
-
<option name="enabled" value="true" />
|
|
17
|
-
</BoolValueOverride>
|
|
18
|
-
</option>
|
|
19
|
-
</component>
|
|
20
|
-
</project>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/cxf-webshop.iml" filepath="$PROJECT_DIR$/.idea/cxf-webshop.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/vcs.xml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="CommitMessageInspectionProfile">
|
|
4
|
-
<profile version="1.0">
|
|
5
|
-
<inspection_tool class="CommitFormat" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
6
|
-
<inspection_tool class="CommitNamingConvention" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
7
|
-
</profile>
|
|
8
|
-
</component>
|
|
9
|
-
<component name="VcsDirectoryMappings">
|
|
10
|
-
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
|
11
|
-
</component>
|
|
12
|
-
</project>
|