@o3r/pipeline 13.2.7 → 13.2.8

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/pipeline",
3
- "version": "13.2.7",
3
+ "version": "13.2.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,14 +33,14 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@o3r/schematics": "^13.2.7",
36
+ "@o3r/schematics": "^13.2.8",
37
37
  "js-yaml": "^4.1.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@angular-devkit/schematics": "^20.0.0",
42
- "@o3r/schematics": "^13.2.7",
43
- "@o3r/telemetry": "^13.2.7",
42
+ "@o3r/schematics": "^13.2.8",
43
+ "@o3r/telemetry": "^13.2.8",
44
44
  "type-fest": "^4.30.1"
45
45
  },
46
46
  "peerDependenciesMeta": {
@@ -66,10 +66,10 @@
66
66
  "@nx/eslint-plugin": "~21.6.0",
67
67
  "@nx/jest": "~21.6.0",
68
68
  "@nx/js": "~21.6.0",
69
- "@o3r/build-helpers": "^13.2.7",
70
- "@o3r/eslint-plugin": "^13.2.7",
71
- "@o3r/telemetry": "^13.2.7",
72
- "@o3r/test-helpers": "^13.2.7",
69
+ "@o3r/build-helpers": "^13.2.8",
70
+ "@o3r/eslint-plugin": "^13.2.8",
71
+ "@o3r/telemetry": "^13.2.8",
72
+ "@o3r/test-helpers": "^13.2.8",
73
73
  "@schematics/angular": "~20.3.0",
74
74
  "@stylistic/eslint-plugin": "~5.3.0",
75
75
  "@types/jest": "~29.5.2",
@@ -114,11 +114,6 @@
114
114
  "ng-add": {
115
115
  "save": "devDependencies"
116
116
  },
117
- "config": {
118
- "o3r": {
119
- "commitHash": "770d4cffea84a3adf23723bf9ba171d4d3cf19c8"
120
- }
121
- },
122
117
  "contributors": [
123
118
  {
124
119
  "name": "Yannick Adam",
@@ -187,5 +182,10 @@
187
182
  "url": "git+https://github.com/AmadeusITGroup/otter.git"
188
183
  },
189
184
  "license": "BSD-3-Clause",
190
- "homepage": "https://amadeusitgroup.github.io/otter/"
185
+ "homepage": "https://amadeusitgroup.github.io/otter/",
186
+ "config": {
187
+ "o3r": {
188
+ "commitHash": "46b5b95da28d438f46d568545d4c41c720c06f19"
189
+ }
190
+ }
191
191
  }