@ndlib/ndlib-cdk2 1.0.43 → 1.0.44
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 +1 -3
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndlib/ndlib-cdk2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.44",
|
|
4
4
|
"description": "Reusable CDK2 modules used within Hesburgh Libraries of Notre Dame",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"generate-changelog": "auto-changelog -p",
|
|
9
8
|
"test": "jest --config jestconfig.json",
|
|
10
9
|
"coverage": "jest --config jestconfig.json --coverage",
|
|
11
10
|
"build": "tsc && ./copy-lambda-files.sh",
|
|
@@ -44,7 +43,6 @@
|
|
|
44
43
|
"@types/node": "^24.5.2",
|
|
45
44
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
46
45
|
"@typescript-eslint/parser": "^8.49.0",
|
|
47
|
-
"auto-changelog": "^2.5.0",
|
|
48
46
|
"aws-sdk-client-mock": "^4.1.0",
|
|
49
47
|
"eslint": "^9.39.1",
|
|
50
48
|
"eslint-plugin-import": "^2.32.0",
|