axios-error-redact 0.1.67 → 0.1.68

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/.gitattributes +1 -0
  2. package/package.json +2 -2
package/.gitattributes CHANGED
@@ -12,6 +12,7 @@
12
12
  /.mergify.yml linguist-generated
13
13
  /.mocharc.json linguist-generated
14
14
  /.npmignore linguist-generated
15
+ /.npmrc linguist-generated
15
16
  /.nvmrc linguist-generated
16
17
  /.projen/** linguist-generated
17
18
  /.projen/deps.json linguist-generated
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "eslint-plugin-import": "^2.27.5",
47
47
  "mocha": "^10.2.0",
48
48
  "npm-check-updates": "^16",
49
- "projen": "^0.71.23",
49
+ "projen": "^0.71.27",
50
50
  "standard-version": "^9",
51
51
  "ts-eager": "^2.0.2",
52
52
  "ts-node": "^10.9.1",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "main": "lib/index.js",
72
72
  "license": "Apache-2.0",
73
- "version": "0.1.67",
73
+ "version": "0.1.68",
74
74
  "types": "lib/index.d.ts",
75
75
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
76
76
  }