@creatioart-js/express-storage 1.1.0 → 1.3.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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -0
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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.3.0] (2025-03-09)
6
+
7
+ - Update core
8
+
9
+ ## [v1.2.0] (2025-02-08)
10
+
11
+ - Update core
12
+
5
13
  ## [v1.1.0] (2025-01-08)
6
14
 
7
15
  - Update core
package/README.md CHANGED
@@ -44,6 +44,7 @@ Service templates are public. `README.md` file for each template contains instru
44
44
  | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
45
45
  | [Express Service](https://github.com/creatioart/template-nodejs-express-service) | [![Release Level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)]() |
46
46
  | [Express Function](https://github.com/creatioart/template-nodejs-express-function) | [![Release Level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)]() |
47
+ | [GrapHQL Servicen](https://github.com/creatioart/template-nodejs-graphql-service) | [![Release Level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)]() |
47
48
 
48
49
  ## Artifact
49
50
 
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.3.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.3.0",
64
+ "@creatioart-js/express-error": "^1.3.0",
65
+ "@creatioart-js/express-error-handler": "^1.3.0",
66
+ "@creatioart-js/express-logging": "^1.3.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.10",
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.26.0",
83
+ "@typescript-eslint/parser": "^8.26.0",
84
84
  "cross-env": "^7.0.3",
85
85
  "eslint": "<9.0.0",
86
- "eslint-plugin-n": "^17.15.1",
86
+ "eslint-plugin-n": "^17.16.2",
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
- "prettier": "^3.4.2",
96
- "ts-jest": "^29.2.5",
95
+ "prettier": "^3.5.3",
96
+ "ts-jest": "^29.2.6",
97
97
  "ts-node": "^10.9.2",
98
- "typedoc": "^0.27.6",
99
- "typescript": "^5.7.2"
98
+ "typedoc": "^0.27.9",
99
+ "typescript": "^5.8.2"
100
100
  },
101
101
  "engines": {
102
102
  "node": "20.x.x"