@o3r/amaterasu-api-spec 11.0.0-prerelease.47 → 11.0.0-prerelease.49

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 +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/amaterasu-api-spec",
3
- "version": "11.0.0-prerelease.47",
3
+ "version": "11.0.0-prerelease.49",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,12 +20,12 @@
20
20
  "des"
21
21
  ],
22
22
  "devDependencies": {
23
- "@ama-terasu/core": "^11.0.0-prerelease.47",
23
+ "@ama-terasu/core": "^11.0.0-prerelease.49",
24
24
  "@angular-eslint/eslint-plugin": "~18.0.0",
25
25
  "@nx/eslint-plugin": "~19.3.0",
26
26
  "@nx/jest": "~19.3.0",
27
- "@o3r/build-helpers": "^11.0.0-prerelease.47",
28
- "@o3r/eslint-plugin": "^11.0.0-prerelease.47",
27
+ "@o3r/build-helpers": "^11.0.0-prerelease.49",
28
+ "@o3r/eslint-plugin": "^11.0.0-prerelease.49",
29
29
  "@stylistic/eslint-plugin-ts": "^2.0.0",
30
30
  "@types/jest": "~29.5.2",
31
31
  "@types/js-yaml": "^4.0.5",
@@ -53,7 +53,7 @@
53
53
  "yargs": "^17.6.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "@ama-terasu/core": "^11.0.0-prerelease.47"
56
+ "@ama-terasu/core": "^11.0.0-prerelease.49"
57
57
  },
58
58
  "engines": {
59
59
  "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
@@ -88,6 +88,7 @@
88
88
  },
89
89
  {
90
90
  "name": "Stephane Dalle",
91
+ "url": "https://github.com/sdalle-1A",
91
92
  "email": "sdalle-1A@users.noreply.github.com"
92
93
  },
93
94
  {
@@ -122,7 +123,10 @@
122
123
  }
123
124
  ],
124
125
  "bugs": "https://github.com/AmadeusITGroup/otter/issues",
125
- "repository": "https://github.com/AmadeusITGroup/otter",
126
+ "repository": {
127
+ "type": "git",
128
+ "url": "git+https://github.com/AmadeusITGroup/otter.git"
129
+ },
126
130
  "license": "BSD-3-Clause",
127
131
  "homepage": "https://amadeusitgroup.github.io/otter/"
128
132
  }