@ama-terasu/core 10.2.0-prerelease.8 → 10.2.0-prerelease.80
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/README.md +3 -0
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
# Ama-Terasu core
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ama-terasu/core)
|
|
4
|
+
[](https://www.npmjs.com/package/@ama-terasu/core)
|
|
5
|
+
|
|
3
6
|
This is the core package providing helpers to create an [Ama Terasu](https://github.com/AmadeusITGroup/otter/tree/main/packages/%40ama-terasu/cli) module.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ama-terasu/core",
|
|
3
3
|
"main": "./src/public_api.js",
|
|
4
4
|
"typings": "src/public_api.d.ts",
|
|
5
|
-
"version": "10.2.0-prerelease.
|
|
5
|
+
"version": "10.2.0-prerelease.80",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
@@ -15,35 +15,35 @@
|
|
|
15
15
|
"prepare:publish": "prepare-publish ./dist"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@angular-eslint/eslint-plugin": "~17.
|
|
19
|
-
"@nx/eslint-plugin": "~18.0
|
|
20
|
-
"@nx/jest": "~18.0
|
|
21
|
-
"@o3r/build-helpers": "^10.2.0-prerelease.
|
|
22
|
-
"@o3r/eslint-plugin": "^10.2.0-prerelease.
|
|
18
|
+
"@angular-eslint/eslint-plugin": "~17.3.0",
|
|
19
|
+
"@nx/eslint-plugin": "~18.2.0",
|
|
20
|
+
"@nx/jest": "~18.2.0",
|
|
21
|
+
"@o3r/build-helpers": "^10.2.0-prerelease.80",
|
|
22
|
+
"@o3r/eslint-plugin": "^10.2.0-prerelease.80",
|
|
23
23
|
"@stylistic/eslint-plugin-ts": "^1.5.4",
|
|
24
24
|
"@types/jest": "~29.5.2",
|
|
25
25
|
"@types/minimist": "^1.2.2",
|
|
26
26
|
"@types/node": "^20.0.0",
|
|
27
27
|
"@types/yargs": "^17.0.20",
|
|
28
|
-
"@typescript-eslint/eslint-plugin": "^7.0
|
|
29
|
-
"@typescript-eslint/parser": "^7.0
|
|
30
|
-
"eslint": "^8.
|
|
31
|
-
"eslint-import-resolver-node": "^0.3.
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
29
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
30
|
+
"eslint": "^8.57.0",
|
|
31
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
32
32
|
"eslint-plugin-jest": "~27.9.0",
|
|
33
|
-
"eslint-plugin-jsdoc": "~48.2.
|
|
33
|
+
"eslint-plugin-jsdoc": "~48.2.1",
|
|
34
34
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
35
|
-
"eslint-plugin-unicorn": "^51.0.
|
|
35
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
36
36
|
"jest": "~29.7.0",
|
|
37
37
|
"jest-junit": "~16.0.0",
|
|
38
38
|
"jsonc-eslint-parser": "~2.4.0",
|
|
39
39
|
"loglevel": "^1.8.0",
|
|
40
|
-
"nx": "~18.0
|
|
41
|
-
"ts-jest": "~29.1.
|
|
42
|
-
"typescript": "~5.
|
|
40
|
+
"nx": "~18.2.0",
|
|
41
|
+
"ts-jest": "~29.1.2",
|
|
42
|
+
"typescript": "~5.4.2",
|
|
43
43
|
"yargs": "^17.6.2"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"tslib": "^2.
|
|
46
|
+
"tslib": "^2.6.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"loglevel": "^1.7.1",
|