@apolitical/sdk 0.10.0 → 0.11.0-rc.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.11.0] - 2022-09-02
9
+ ### Updated
10
+ - Internal dependencies (Apolitical modules)
11
+
8
12
  ## [0.10.0] - 2022-08-04
9
13
  ### Added
10
14
  - List, Update and Create user products to people resources
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/sdk",
3
- "version": "0.10.0",
3
+ "version": "0.11.0-rc.1",
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,25 +25,25 @@
25
25
  "SDK"
26
26
  ],
27
27
  "dependencies": {
28
- "@apolitical/auth": "0.1.1",
29
- "@apolitical/content": "0.4.1",
30
- "@apolitical/error-reporting": "0.2.1",
31
- "@apolitical/gtm": "1.2.0",
32
- "axios": "0.26.0",
28
+ "@apolitical/auth": "0.1.2",
29
+ "@apolitical/content": "0.5.0-rc.1",
30
+ "@apolitical/error-reporting": "0.2.2",
31
+ "@apolitical/gtm": "1.2.1",
32
+ "axios": "0.27.2",
33
33
  "buffer": "6.0.3",
34
34
  "http-status-codes": "2.2.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@apolitical/auth": "0.1.1",
38
- "@apolitical/content": "0.4.1",
39
- "@apolitical/error-reporting": "0.2.1",
40
- "@apolitical/gtm": "1.2.0",
37
+ "@apolitical/auth": "0.1.2",
38
+ "@apolitical/content": "0.5.0-rc.1",
39
+ "@apolitical/error-reporting": "0.2.2",
40
+ "@apolitical/gtm": "1.2.1",
41
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": "2.0.1",
46
+ "@apolitical/eslint-config": "2.0.2",
47
47
  "@babel/core": "7.17.10",
48
48
  "@babel/eslint-parser": "7.17.0",
49
49
  "@babel/plugin-transform-runtime": "7.17.10",