@artisan-commerce/state 0.1.1-canary.0 → 0.2.0-canary.0
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 +57 -0
- package/build/config/constants.d.ts +1 -12
- package/package.json +8 -14
- package/build/i18n/i18n.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,63 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.0-canary.0](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.6...@artisan-commerce/state@0.2.0-canary.0) (2021-02-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* added commentaries ([400127f](https://bitbucket.org/tradesystem/artisan_monorepo/commit/400127f878abdafc2236cee866300a765956e0ce))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### [0.1.1-canary.6](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.5...@artisan-commerce/state@0.1.1-canary.6) (2021-02-23)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @artisan-commerce/state
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### [0.1.1-canary.5](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.4...@artisan-commerce/state@0.1.1-canary.5) (2021-02-04)
|
|
24
|
+
|
|
25
|
+
**Note:** Version bump only for package @artisan-commerce/state
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### [0.1.1-canary.4](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.3...@artisan-commerce/state@0.1.1-canary.4) (2021-02-04)
|
|
32
|
+
|
|
33
|
+
**Note:** Version bump only for package @artisan-commerce/state
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### [0.1.1-canary.3](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.2...@artisan-commerce/state@0.1.1-canary.3) (2021-02-04)
|
|
40
|
+
|
|
41
|
+
**Note:** Version bump only for package @artisan-commerce/state
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### [0.1.1-canary.2](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.1...@artisan-commerce/state@0.1.1-canary.2) (2021-02-04)
|
|
48
|
+
|
|
49
|
+
**Note:** Version bump only for package @artisan-commerce/state
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### [0.1.1-canary.1](https://bitbucket.org/tradesystem/artisan_monorepo/compare/@artisan-commerce/state@0.1.1-canary.0...@artisan-commerce/state@0.1.1-canary.1) (2021-02-04)
|
|
56
|
+
|
|
57
|
+
**Note:** Version bump only for package @artisan-commerce/state
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
6
63
|
## 0.1.1-canary.0 (2021-02-03)
|
|
7
64
|
|
|
8
65
|
**Note:** Version bump only for package @artisan-commerce/state
|
|
@@ -1,13 +1,2 @@
|
|
|
1
|
-
declare const CONSTANTS: {
|
|
2
|
-
CLIENT_NAME: string;
|
|
3
|
-
DEFAULT_REQUEST_TIMEOUT: number;
|
|
4
|
-
EXCLUDED_LOGGER_STATUS_CODES: number[];
|
|
5
|
-
INCLUDED_LOGGER_ENVS: string[];
|
|
6
|
-
INCLUDED_INTL_LOG_ENVS: string[];
|
|
7
|
-
COUNTRY: {
|
|
8
|
-
NAME: string;
|
|
9
|
-
CODE: string;
|
|
10
|
-
LANGUAGE: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
1
|
+
declare const CONSTANTS: {};
|
|
13
2
|
export default CONSTANTS;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/state",
|
|
3
3
|
"description": "Library used to share state functionality",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0-canary.0",
|
|
5
5
|
"main": "./build/main.bundle.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -15,27 +15,21 @@
|
|
|
15
15
|
"build": "webpack --config webpack.prod.js",
|
|
16
16
|
"start:build": "nodemon ./build/main.bundle.js",
|
|
17
17
|
"test": "jest --watchAll",
|
|
18
|
-
"test:all": "
|
|
18
|
+
"test:all": "yarn test -- --watchAll=false --coverage",
|
|
19
19
|
"test:ci": "cross-env CI=true jest --runInBand",
|
|
20
|
-
"test:staged": "
|
|
20
|
+
"test:staged": "yarn test:ci --findRelatedTests ./src",
|
|
21
21
|
"check-types": "tsc --noEmit",
|
|
22
22
|
"lint": "eslint --ignore-path .gitignore --ignore-pattern !cypress/.eslintrc.js --ext .js,jsx,.ts,.tsx .",
|
|
23
|
-
"lint:staged": "
|
|
23
|
+
"lint:staged": "yarn lint --max-warnings=0",
|
|
24
24
|
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json|css|scss|html)\"",
|
|
25
|
-
"format": "
|
|
26
|
-
"check-format": "
|
|
25
|
+
"format": "yarn prettier -- --write",
|
|
26
|
+
"check-format": "yarn prettier -- --list-different",
|
|
27
27
|
"validate": "cross-env CI=true npm-run-all --parallel test:ci check-types check-format lint build",
|
|
28
28
|
"validate:ci": "npm-run-all --parallel check-types check-format lint",
|
|
29
|
-
"prepare": "
|
|
29
|
+
"prepare": "yarn build"
|
|
30
30
|
},
|
|
31
31
|
"author": "Santiago Benítez",
|
|
32
32
|
"license": "MIT",
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@bugsnag/js": "^7.2.0",
|
|
35
|
-
"i18next": "^19.6.2",
|
|
36
|
-
"i18next-browser-languagedetector": "^5.0.0",
|
|
37
|
-
"i18next-xhr-backend": "^3.2.2"
|
|
38
|
-
},
|
|
39
33
|
"devDependencies": {
|
|
40
34
|
"@babel/core": "^7.10.5",
|
|
41
35
|
"@babel/preset-env": "^7.10.4",
|
|
@@ -80,5 +74,5 @@
|
|
|
80
74
|
"webpack-dev-server": "^3.11.0",
|
|
81
75
|
"webpack-merge": "^5.0.9"
|
|
82
76
|
},
|
|
83
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "dea37257836c242e44ce73f76b0520aaa193ed1f"
|
|
84
78
|
}
|
package/build/i18n/i18n.d.ts
DELETED