@legalplace/models-v3-types 5.15.18 → 5.16.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.
package/.gitlab-ci.yml CHANGED
@@ -1,4 +1,4 @@
1
- image: node:11-alpine
1
+ image: node:24-alpine
2
2
 
3
3
 
4
4
  stages:
@@ -11,7 +11,7 @@ variables:
11
11
  DOCKER_DRIVER: overlay2
12
12
 
13
13
  publish:
14
- image: node:18
14
+ image: node:24-alpine
15
15
  stage: deploy
16
16
  id_tokens:
17
17
  NPM_ID_TOKEN:
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.16.0](https://git.legalplace.eu/legalplace/monorepo/compare/@legalplace/models-v3-types@5.15.18...@legalplace/models-v3-types@5.16.0) (2026-03-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade to node js 24 ([74a8610](https://git.legalplace.eu/legalplace/monorepo/commits/74a861021f60ef438a4f9171e0ca23556fdec4e3)), closes [api#86c8grd6](https://git.legalplace.eu/api/issues/86c8grd6)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [5.15.18](https://git.legalplace.eu/legalplace/monorepo/compare/@legalplace/models-v3-types@5.15.17...@legalplace/models-v3-types@5.15.18) (2026-03-06)
7
18
 
8
19
  **Note:** Version bump only for package @legalplace/models-v3-types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "5.15.18",
3
+ "version": "5.16.0",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",
@@ -9,7 +9,7 @@
9
9
  "write-schema": "typescript-json-schema tsconfig.json ModelV3 -o schema.json"
10
10
  },
11
11
  "dependencies": {
12
- "@legalplace/typeorm-constants": "^3.84.0"
12
+ "@legalplace/typeorm-constants": "^3.84.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@legalplace/eslint-config": "^2.3.0",
@@ -17,5 +17,5 @@
17
17
  "typescript-json-schema": "^0.43.0"
18
18
  },
19
19
  "prettier": "@legalplace/prettier-config",
20
- "gitHead": "bbcf78de1cd0cd0a721fe0619e5f3d84200b08d0"
20
+ "gitHead": "c2ecbc53d3a74ecc7b17893b30880a85a5dc7e62"
21
21
  }