@o3r/amaterasu-api-spec 11.0.0-prerelease.9 → 11.1.0-prerelease.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 (1) hide show
  1. package/package.json +24 -17
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@o3r/amaterasu-api-spec",
3
- "version": "11.0.0-prerelease.9",
3
+ "version": "11.1.0-prerelease.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "Commands relative to the Digital Apis",
8
- "main": "./src/index.js",
8
+ "main": "src/index.js",
9
9
  "typings": "src/index.d.ts",
10
10
  "scripts": {
11
11
  "nx": "nx",
@@ -20,40 +20,43 @@
20
20
  "des"
21
21
  ],
22
22
  "devDependencies": {
23
- "@ama-terasu/core": "^11.0.0-prerelease.9",
24
- "@angular-eslint/eslint-plugin": "~17.5.0",
25
- "@nx/eslint-plugin": "~18.3.0",
26
- "@nx/jest": "~18.3.0",
27
- "@o3r/build-helpers": "^11.0.0-prerelease.9",
28
- "@o3r/eslint-plugin": "^11.0.0-prerelease.9",
29
- "@stylistic/eslint-plugin-ts": "^1.5.4",
23
+ "@ama-terasu/core": "^11.1.0-prerelease.0",
24
+ "@angular-eslint/eslint-plugin": "~18.0.0",
25
+ "@nx/eslint-plugin": "~19.3.0",
26
+ "@nx/jest": "~19.3.0",
27
+ "@o3r/build-helpers": "^11.1.0-prerelease.0",
28
+ "@o3r/eslint-plugin": "^11.1.0-prerelease.0",
29
+ "@stylistic/eslint-plugin-ts": "^2.0.0",
30
30
  "@types/jest": "~29.5.2",
31
31
  "@types/js-yaml": "^4.0.5",
32
32
  "@types/node": "^20.0.0",
33
33
  "@typescript-eslint/eslint-plugin": "^7.2.0",
34
34
  "@typescript-eslint/parser": "^7.2.0",
35
+ "@typescript-eslint/utils": "~7.14.1",
35
36
  "eslint": "^8.57.0",
36
37
  "eslint-import-resolver-node": "^0.3.9",
37
- "eslint-plugin-jest": "~27.9.0",
38
- "eslint-plugin-jsdoc": "~48.2.1",
38
+ "eslint-plugin-jest": "~28.6.0",
39
+ "eslint-plugin-jsdoc": "~48.4.0",
39
40
  "eslint-plugin-prefer-arrow": "~1.2.3",
40
- "eslint-plugin-unicorn": "^51.0.1",
41
+ "eslint-plugin-unicorn": "^54.0.0",
41
42
  "jest": "~29.7.0",
42
43
  "jest-junit": "~16.0.0",
43
44
  "jsonc-eslint-parser": "~2.4.0",
44
- "nx": "~18.3.0",
45
+ "nx": "~19.3.0",
45
46
  "ts-jest": "~29.1.2",
46
47
  "typescript": "~5.4.2"
47
48
  },
48
49
  "dependencies": {
49
50
  "js-yaml": "^4.1.0",
50
- "tslib": "^2.6.2"
51
+ "loglevel": "^1.8.0",
52
+ "tslib": "^2.6.2",
53
+ "yargs": "^17.6.2"
51
54
  },
52
55
  "peerDependencies": {
53
- "@ama-terasu/core": "^11.0.0-prerelease.9"
56
+ "@ama-terasu/core": "^11.1.0-prerelease.0"
54
57
  },
55
58
  "engines": {
56
- "node": ">=18.0.0",
59
+ "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
57
60
  "vscode": "^1.22.0"
58
61
  },
59
62
  "type": "commonjs",
@@ -85,6 +88,7 @@
85
88
  },
86
89
  {
87
90
  "name": "Stephane Dalle",
91
+ "url": "https://github.com/sdalle-1A",
88
92
  "email": "sdalle-1A@users.noreply.github.com"
89
93
  },
90
94
  {
@@ -119,7 +123,10 @@
119
123
  }
120
124
  ],
121
125
  "bugs": "https://github.com/AmadeusITGroup/otter/issues",
122
- "repository": "https://github.com/AmadeusITGroup/otter",
126
+ "repository": {
127
+ "type": "git",
128
+ "url": "git+https://github.com/AmadeusITGroup/otter.git"
129
+ },
123
130
  "license": "BSD-3-Clause",
124
131
  "homepage": "https://amadeusitgroup.github.io/otter/"
125
132
  }