@naturalcycles/backend-lib 4.5.2 → 4.5.3

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.
@@ -43,6 +43,7 @@ const DEFAULT_FILES = [
43
43
  'secret/**/*.enc',
44
44
  'package.json',
45
45
  'yarn.lock',
46
+ '.yarnrc',
46
47
  'tsconfig.json',
47
48
  'tsconfig.dist.json',
48
49
  '.gcloudignore',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/backend-lib",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "scripts": {
5
5
  "prepare": "husky install && patch-package",
6
6
  "serve": "APP_ENV=dev nodemon",
@@ -55,6 +55,7 @@ const DEFAULT_FILES = [
55
55
  'secret/**/*.enc', // encrypted secrets
56
56
  'package.json',
57
57
  'yarn.lock',
58
+ '.yarnrc',
58
59
  'tsconfig.json', // for path-mapping to work!
59
60
  'tsconfig.dist.json',
60
61
  '.gcloudignore',