axios-error-redact 0.1.292 → 0.1.293

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/package.json +4 -4
  2. package/.gitattributes +0 -24
package/package.json CHANGED
@@ -39,13 +39,13 @@
39
39
  "@types/node": "^16",
40
40
  "@typescript-eslint/eslint-plugin": "^6",
41
41
  "@typescript-eslint/parser": "^6",
42
- "chai": "^4.3.10",
42
+ "chai": "^4.4.0",
43
43
  "constructs": "^10.0.0",
44
44
  "eslint": "^8",
45
45
  "eslint-import-resolver-typescript": "^3.6.1",
46
46
  "eslint-plugin-import": "^2.29.1",
47
47
  "mocha": "^10.2.0",
48
- "projen": "^0.78.8",
48
+ "projen": "^0.78.10",
49
49
  "standard-version": "^9",
50
50
  "ts-eager": "^2.0.2",
51
51
  "ts-node": "^10.9.2",
@@ -53,7 +53,7 @@
53
53
  "typescript": "^4.9.5"
54
54
  },
55
55
  "dependencies": {
56
- "axios": "^1.6.4"
56
+ "axios": "^1.6.5"
57
57
  },
58
58
  "keywords": [
59
59
  "axios",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "main": "lib/index.js",
71
71
  "license": "Apache-2.0",
72
- "version": "0.1.292",
72
+ "version": "0.1.293",
73
73
  "types": "lib/index.d.ts",
74
74
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
75
75
  }
package/.gitattributes DELETED
@@ -1,24 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
2
-
3
- /.eslintrc.json linguist-generated
4
- /.gitattributes linguist-generated
5
- /.github/pull_request_template.md linguist-generated
6
- /.github/workflows/auto-approve.yml linguist-generated
7
- /.github/workflows/build.yml linguist-generated
8
- /.github/workflows/pull-request-lint.yml linguist-generated
9
- /.github/workflows/release.yml linguist-generated
10
- /.github/workflows/upgrade-main.yml linguist-generated
11
- /.gitignore linguist-generated
12
- /.mergify.yml linguist-generated
13
- /.mocharc.json linguist-generated
14
- /.npmignore linguist-generated
15
- /.nvmrc linguist-generated
16
- /.projen/** linguist-generated
17
- /.projen/deps.json linguist-generated
18
- /.projen/files.json linguist-generated
19
- /.projen/tasks.json linguist-generated
20
- /LICENSE linguist-generated
21
- /package-lock.json linguist-generated
22
- /package.json linguist-generated
23
- /tsconfig.dev.json linguist-generated
24
- /tsconfig.json linguist-generated