@apolitical/sdk 0.0.4-beta.1 → 0.0.4-beta.2

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 (1) hide show
  1. package/package.json +12 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/sdk",
3
- "version": "0.0.4-beta.1",
3
+ "version": "0.0.4-beta.2",
4
4
  "description": "Browser library to interact with Apolitical's APIs",
5
5
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
6
6
  "license": "MIT",
@@ -24,12 +24,12 @@
24
24
  "SDK"
25
25
  ],
26
26
  "dependencies": {
27
- "@apolitical/error-reporting": "0.0.3-beta.1",
27
+ "@apolitical/error-reporting": "0.0.3-beta.2",
28
28
  "axios": "0.25.0",
29
29
  "http-status-codes": "2.2.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@apolitical/error-reporting": "0.0.3-beta.1",
32
+ "@apolitical/error-reporting": "0.0.3-beta.2",
33
33
  "axios": "0.25.0",
34
34
  "http-status-codes": "2.2.0"
35
35
  },
@@ -48,19 +48,11 @@
48
48
  },
49
49
  "eslintConfig": {
50
50
  "extends": [
51
- "eslint:recommended",
52
- "plugin:prettier/recommended",
53
- "plugin:jest/recommended"
51
+ "@apolitical/eslint-config/base.config"
54
52
  ],
55
53
  "env": {
56
- "browser": true,
57
- "node": true,
58
- "es6": true,
59
- "jest": true
54
+ "browser": true
60
55
  },
61
- "plugins": [
62
- "jest"
63
- ],
64
56
  "parser": "@babel/eslint-parser"
65
57
  },
66
58
  "prettier": "@apolitical/eslint-config/prettier.config",
@@ -95,9 +87,13 @@
95
87
  "presets": [
96
88
  "@babel/preset-env"
97
89
  ],
98
- "plugins": [
99
- "@babel/plugin-transform-runtime"
100
- ]
90
+ "env": {
91
+ "test": {
92
+ "plugins": [
93
+ "@babel/plugin-transform-runtime"
94
+ ]
95
+ }
96
+ }
101
97
  },
102
98
  "engines": {
103
99
  "node": ">=16.13.0"