node-backpack 0.0.361 → 0.0.363

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
  /.gitignore linguist-generated
13
13
  /.mergify.yml linguist-generated
14
14
  /.npmignore linguist-generated
15
+ /.npmrc linguist-generated
15
16
  /.projen/** linguist-generated
16
17
  /.projen/deps.json linguist-generated
17
18
  /.projen/files.json linguist-generated
package/package.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "jest": "^27",
39
39
  "jest-junit": "^15",
40
40
  "npm-check-updates": "^16",
41
- "projen": "^0.71.23",
41
+ "projen": "^0.71.27",
42
42
  "standard-version": "^9",
43
43
  "ts-jest": "^27",
44
44
  "typescript": "^4.9.5"
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "main": "lib/index.js",
55
55
  "license": "Apache-2.0",
56
- "version": "0.0.361",
56
+ "version": "0.0.363",
57
57
  "jest": {
58
58
  "testMatch": [
59
59
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",