@velocitycareerlabs/aws-clients 1.25.0-dev-build.11acd8d07 → 1.25.0-dev-build.1c1c2c117
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.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@velocitycareerlabs/aws-clients",
|
3
|
-
"version": "1.25.0-dev-build.
|
3
|
+
"version": "1.25.0-dev-build.1c1c2c117",
|
4
4
|
"description": "Set of aws functions and utils used by Velocity Foundation projects",
|
5
5
|
"repository": "https://github.com/velocitycareerlabs/packages",
|
6
6
|
"main": "index.js",
|
@@ -29,8 +29,8 @@
|
|
29
29
|
"twilio": "^5.0.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@velocitycareerlabs/crypto": "1.25.0-dev-build.
|
33
|
-
"@velocitycareerlabs/jwt": "1.25.0-dev-build.
|
32
|
+
"@velocitycareerlabs/crypto": "1.25.0-dev-build.1c1c2c117",
|
33
|
+
"@velocitycareerlabs/jwt": "1.25.0-dev-build.1c1c2c117",
|
34
34
|
"eslint": "8.57.1",
|
35
35
|
"eslint-config-airbnb-base": "14.2.1",
|
36
36
|
"eslint-config-prettier": "8.10.0",
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"jest": "29.7.0",
|
44
44
|
"prettier": "2.8.8"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "125dfc2fe280cdc5c4cf8104d10ce408acf39c19"
|
47
47
|
}
|