@memberjunction/encryption 2.132.0 → 2.133.0

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/encryption",
3
- "version": "2.132.0",
3
+ "version": "2.133.0",
4
4
  "description": "MemberJunction: Field-level encryption engine with pluggable key sources. Server-side only - provides AES-256-GCM/CBC encryption with environment variable, config file, AWS KMS, and Azure Key Vault key sources.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,10 +23,10 @@
23
23
  "typescript": "^5.4.5"
24
24
  },
25
25
  "dependencies": {
26
- "@memberjunction/global": "2.132.0",
27
- "@memberjunction/core": "2.132.0",
28
- "@memberjunction/core-entities": "2.132.0",
29
- "@memberjunction/actions-base": "2.132.0",
26
+ "@memberjunction/global": "2.133.0",
27
+ "@memberjunction/core": "2.133.0",
28
+ "@memberjunction/core-entities": "2.133.0",
29
+ "@memberjunction/actions-base": "2.133.0",
30
30
  "cosmiconfig": "^9.0.0"
31
31
  },
32
32
  "optionalDependencies": {