@ama-terasu/core 10.2.0-prerelease.8 → 10.2.0-prerelease.81

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/README.md +3 -0
  2. package/package.json +16 -16
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
1
  # Ama-Terasu core
2
2
 
3
+ [![Stable Version](https://img.shields.io/npm/v/@ama-terasu/core?style=for-the-badge)](https://www.npmjs.com/package/@ama-terasu/core)
4
+ [![Bundle Size](https://img.shields.io/bundlephobia/min/@ama-terasu/core?color=green&style=for-the-badge)](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.8",
5
+ "version": "10.2.0-prerelease.81",
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.2.0",
19
- "@nx/eslint-plugin": "~18.0.2",
20
- "@nx/jest": "~18.0.2",
21
- "@o3r/build-helpers": "^10.2.0-prerelease.8",
22
- "@o3r/eslint-plugin": "^10.2.0-prerelease.8",
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.81",
22
+ "@o3r/eslint-plugin": "^10.2.0-prerelease.81",
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.1",
29
- "@typescript-eslint/parser": "^7.0.1",
30
- "eslint": "^8.42.0",
31
- "eslint-import-resolver-node": "^0.3.4",
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.0",
33
+ "eslint-plugin-jsdoc": "~48.2.1",
34
34
  "eslint-plugin-prefer-arrow": "~1.2.3",
35
- "eslint-plugin-unicorn": "^51.0.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.2",
41
- "ts-jest": "~29.1.1",
42
- "typescript": "~5.3.3",
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.5.3"
46
+ "tslib": "^2.6.2"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "loglevel": "^1.7.1",