@apolitical/sdk 0.9.0-rc.2 → 0.9.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 +4 -0
- package/package.json +21 -20
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
### Added
|
|
10
10
|
- Global environment definition to avoid duplication on other modules
|
|
11
11
|
|
|
12
|
+
## [0.8.7] - 2022-04-25
|
|
13
|
+
### Changed
|
|
14
|
+
- `@apolitical/auth` version
|
|
15
|
+
|
|
12
16
|
## [0.8.6] - 2022-04-19
|
|
13
17
|
### Fixed
|
|
14
18
|
- Conditional when checking if data is returning from create certificate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apolitical/sdk",
|
|
3
|
-
"version": "0.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Browser library to interact with Apolitical's APIs",
|
|
5
5
|
"author": "Apolitical Group Limited <engineering@apolitical.co>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,34 +25,35 @@
|
|
|
25
25
|
"SDK"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@apolitical/auth": "0.1.0
|
|
29
|
-
"@apolitical/content": "0.4.0
|
|
30
|
-
"@apolitical/error-reporting": "0.2.0
|
|
31
|
-
"@apolitical/gtm": "
|
|
28
|
+
"@apolitical/auth": "0.1.0",
|
|
29
|
+
"@apolitical/content": "0.4.0",
|
|
30
|
+
"@apolitical/error-reporting": "0.2.0",
|
|
31
|
+
"@apolitical/gtm": "1.1.0",
|
|
32
32
|
"axios": "0.26.0",
|
|
33
33
|
"buffer": "6.0.3",
|
|
34
34
|
"http-status-codes": "2.2.0"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@apolitical/auth": "0.1.0
|
|
38
|
-
"@apolitical/content": "0.4.0
|
|
39
|
-
"@apolitical/error-reporting": "0.2.0
|
|
40
|
-
"@apolitical/gtm": "
|
|
41
|
-
"axios": "0.
|
|
37
|
+
"@apolitical/auth": "0.1.0",
|
|
38
|
+
"@apolitical/content": "0.4.0",
|
|
39
|
+
"@apolitical/error-reporting": "0.2.0",
|
|
40
|
+
"@apolitical/gtm": "1.1.0",
|
|
41
|
+
"axios": "0.27.2",
|
|
42
42
|
"buffer": "6.0.3",
|
|
43
43
|
"http-status-codes": "2.2.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@apolitical/eslint-config": "
|
|
47
|
-
"@babel/core": "7.
|
|
48
|
-
"@babel/eslint-parser": "7.
|
|
49
|
-
"@babel/plugin-transform-runtime": "7.
|
|
50
|
-
"@babel/preset-env": "7.
|
|
51
|
-
"husky": "
|
|
52
|
-
"jest": "
|
|
53
|
-
"jest-
|
|
54
|
-
"
|
|
55
|
-
"
|
|
46
|
+
"@apolitical/eslint-config": "2.0.1",
|
|
47
|
+
"@babel/core": "7.17.10",
|
|
48
|
+
"@babel/eslint-parser": "7.17.0",
|
|
49
|
+
"@babel/plugin-transform-runtime": "7.17.10",
|
|
50
|
+
"@babel/preset-env": "7.17.10",
|
|
51
|
+
"husky": "8.0.1",
|
|
52
|
+
"jest": "28.1.0",
|
|
53
|
+
"jest-environment-jsdom": "28.1.0",
|
|
54
|
+
"jest-junit": "13.2.0",
|
|
55
|
+
"lint-staged": "12.4.1",
|
|
56
|
+
"webpack": "5.72.1",
|
|
56
57
|
"webpack-cli": "4.9.2"
|
|
57
58
|
},
|
|
58
59
|
"eslintConfig": {
|