core-services-sdk 1.3.92 → 1.3.93

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/.npmrc copy +2 -0
  2. package/package.json +5 -2
package/.npmrc copy ADDED
@@ -0,0 +1,2 @@
1
+ @fchange-ltd:registry=https://npm.pkg.github.com
2
+ //npm.pkg.github.com/:_authToken=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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-services-sdk",
3
- "version": "1.3.92",
3
+ "version": "1.3.93",
4
4
  "main": "src/index.js",
5
5
  "type": "module",
6
6
  "types": "types/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "knex": "^3.1.0",
40
40
  "lodash-es": "^4.17.21",
41
41
  "mongodb": "^6.18.0",
42
- "nodemailer": "^7.0.5",
42
+ "nodemailer": "^9.0.3",
43
43
  "p-retry": "^7.0.0",
44
44
  "pg": "^8.16.3",
45
45
  "pino": "^9.7.0",
@@ -58,5 +58,8 @@
58
58
  "typescript": "^5.9.2",
59
59
  "url": "^0.11.4",
60
60
  "vitest": "^4.0.18"
61
+ },
62
+ "allowScripts": {
63
+ "fsevents@2.3.3": true
61
64
  }
62
65
  }