@creatioart-js/express-storage 1.1.0 → 1.2.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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project from 0.1.x forward will be documented in this file.
4
4
 
5
+ ## [v1.2.0] (2025-02-08)
6
+
7
+ - Update core
8
+
5
9
  ## [v1.1.0] (2025-01-08)
6
10
 
7
11
  - Update core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creatioart-js/express-storage",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "CreatioART - Core storage library package for Express framework that contains storage management class",
5
5
  "keywords": [
6
6
  "package",
@@ -60,10 +60,10 @@
60
60
  ]
61
61
  },
62
62
  "dependencies": {
63
- "@creatioart-js/express-core": "^1.1.1",
64
- "@creatioart-js/express-error": "^1.1.0",
65
- "@creatioart-js/express-error-handler": "^1.1.0",
66
- "@creatioart-js/express-logging": "^1.1.0",
63
+ "@creatioart-js/express-core": "^1.2.0",
64
+ "@creatioart-js/express-error": "^1.2.0",
65
+ "@creatioart-js/express-error-handler": "^1.2.0",
66
+ "@creatioart-js/express-logging": "^1.2.0",
67
67
  "class-transformer": "^0.5.1",
68
68
  "class-validator": "^0.14.1",
69
69
  "redis": "^4.7.0",
@@ -77,26 +77,26 @@
77
77
  "@types/glob": "^8.1.0",
78
78
  "@types/jest": "^29.5.14",
79
79
  "@types/morgan": "^1.9.9",
80
- "@types/node": "^22.10.5",
80
+ "@types/node": "^22.13.1",
81
81
  "@types/validator": "^13.12.2",
82
- "@typescript-eslint/eslint-plugin": "^8.19.1",
83
- "@typescript-eslint/parser": "^8.19.1",
82
+ "@typescript-eslint/eslint-plugin": "^8.23.0",
83
+ "@typescript-eslint/parser": "^8.23.0",
84
84
  "cross-env": "^7.0.3",
85
85
  "eslint": "<9.0.0",
86
86
  "eslint-plugin-n": "^17.15.1",
87
87
  "eslint-plugin-promise": "^7.2.1",
88
88
  "husky": "^9.1.7",
89
89
  "jest": "^29.7.0",
90
- "lint-staged": "^15.3.0",
90
+ "lint-staged": "^15.4.3",
91
91
  "madge": "^8.0.0",
92
- "nock": "^13.5.6",
92
+ "nock": "^14.0.1",
93
93
  "nodemon": "^3.1.9",
94
94
  "npm-run-all": "^4.1.5",
95
95
  "prettier": "^3.4.2",
96
96
  "ts-jest": "^29.2.5",
97
97
  "ts-node": "^10.9.2",
98
98
  "typedoc": "^0.27.6",
99
- "typescript": "^5.7.2"
99
+ "typescript": "^5.7.3"
100
100
  },
101
101
  "engines": {
102
102
  "node": "20.x.x"