axios-error-redact 0.0.44 → 0.0.48

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/.projenrc.ts +0 -3
  2. package/package.json +5 -5
package/.projenrc.ts CHANGED
@@ -43,9 +43,6 @@ const project = new typescript.TypeScriptProject({
43
43
  skipLibCheck: true,
44
44
  },
45
45
  },
46
- autoMergeOptions: {
47
- buildJob: 'build',
48
- },
49
46
  docgen: true,
50
47
  npmignore: [
51
48
  '.mocharc.json',
package/package.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "eslint": "npx projen eslint",
16
16
  "package": "npx projen package",
17
17
  "post-compile": "npx projen post-compile",
18
+ "post-upgrade": "npx projen post-upgrade",
18
19
  "pre-compile": "npx projen pre-compile",
19
20
  "publish:github": "npx projen publish:github",
20
21
  "publish:npm": "npx projen publish:npm",
@@ -31,7 +32,7 @@
31
32
  "organization": false
32
33
  },
33
34
  "devDependencies": {
34
- "@types/babel__core": "^7.1.17",
35
+ "@types/babel__core": "^7.1.18",
35
36
  "@types/chai": "^4.3.0",
36
37
  "@types/mocha": "^9.0.0",
37
38
  "@types/node": "^14",
@@ -41,11 +42,11 @@
41
42
  "eslint": "^8",
42
43
  "eslint-import-resolver-node": "^0.3.6",
43
44
  "eslint-import-resolver-typescript": "^2.5.0",
44
- "eslint-plugin-import": "^2.25.3",
45
+ "eslint-plugin-import": "^2.25.4",
45
46
  "json-schema": "^0.4.0",
46
47
  "mocha": "^9.1.3",
47
48
  "npm-check-updates": "^12",
48
- "projen": "^0.45.3",
49
+ "projen": "^0.50.30",
49
50
  "standard-version": "^9",
50
51
  "ts-eager": "^2.0.2",
51
52
  "ts-node": "^9",
@@ -55,7 +56,6 @@
55
56
  "dependencies": {
56
57
  "axios": "^0.24.0"
57
58
  },
58
- "bundledDependencies": [],
59
59
  "keywords": [
60
60
  "axios",
61
61
  "error",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "main": "lib/index.js",
72
72
  "license": "Apache-2.0",
73
- "version": "0.0.44",
73
+ "version": "0.0.48",
74
74
  "types": "lib/index.d.ts",
75
75
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
76
76
  }