@o3r/extractors 13.0.0-next.26 → 13.0.0-next.28

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@o3r/extractors",
3
3
  "main": "./src/public_api.js",
4
4
  "types": "./src/public_api.d.ts",
5
- "version": "13.0.0-next.26",
5
+ "version": "13.0.0-next.28",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
@@ -24,9 +24,9 @@
24
24
  "@angular-devkit/architect": ">=0.2000.0 <0.2100.0-0",
25
25
  "@angular-devkit/core": "^20.0.0",
26
26
  "@angular-devkit/schematics": "^20.0.0",
27
- "@o3r/core": "^13.0.0-next.26",
28
- "@o3r/schematics": "^13.0.0-next.26",
29
- "@o3r/telemetry": "^13.0.0-next.26",
27
+ "@o3r/core": "^13.0.0-next.28",
28
+ "@o3r/schematics": "^13.0.0-next.28",
29
+ "@o3r/telemetry": "^13.0.0-next.28",
30
30
  "@schematics/angular": "^20.0.0",
31
31
  "@yarnpkg/cli": "^4.0.0",
32
32
  "@yarnpkg/core": "^4.1.1",
@@ -98,20 +98,20 @@
98
98
  "@nx/eslint-plugin": "~21.3.11",
99
99
  "@nx/jest": "~21.3.11",
100
100
  "@nx/js": "~21.3.11",
101
- "@o3r/build-helpers": "^13.0.0-next.26",
102
- "@o3r/core": "^13.0.0-next.26",
103
- "@o3r/eslint-config": "^13.0.0-next.26",
104
- "@o3r/eslint-plugin": "^13.0.0-next.26",
105
- "@o3r/schematics": "^13.0.0-next.26",
106
- "@o3r/telemetry": "^13.0.0-next.26",
107
- "@o3r/test-helpers": "^13.0.0-next.26",
101
+ "@o3r/build-helpers": "^13.0.0-next.28",
102
+ "@o3r/core": "^13.0.0-next.28",
103
+ "@o3r/eslint-config": "^13.0.0-next.28",
104
+ "@o3r/eslint-plugin": "^13.0.0-next.28",
105
+ "@o3r/schematics": "^13.0.0-next.28",
106
+ "@o3r/telemetry": "^13.0.0-next.28",
107
+ "@o3r/test-helpers": "^13.0.0-next.28",
108
108
  "@schematics/angular": "~20.0.0",
109
109
  "@stylistic/eslint-plugin": "~5.2.0",
110
110
  "@swc/helpers": "~0.5.0",
111
111
  "@types/jest": "~29.5.2",
112
112
  "@types/node": "^22.0.0",
113
113
  "@types/semver": "^7.3.13",
114
- "@typescript-eslint/parser": "~8.37.0",
114
+ "@typescript-eslint/parser": "~8.39.0",
115
115
  "@yarnpkg/cli": "^4.5.0",
116
116
  "@yarnpkg/core": "^4.1.3",
117
117
  "@yarnpkg/fslib": "^3.1.0",
@@ -119,7 +119,7 @@
119
119
  "@yarnpkg/plugin-pack": "^4.0.0",
120
120
  "angular-eslint": "~20.1.0",
121
121
  "cpy-cli": "^5.0.0",
122
- "eslint": "~9.31.0",
122
+ "eslint": "~9.33.0",
123
123
  "eslint-import-resolver-node": "~0.3.9",
124
124
  "eslint-import-resolver-typescript": "~4.4.0",
125
125
  "eslint-plugin-import": "~2.32.0",
@@ -136,17 +136,18 @@
136
136
  "jest-environment-jsdom": "~29.7.0",
137
137
  "jest-junit": "~16.0.0",
138
138
  "jest-preset-angular": "~14.6.0",
139
+ "jest-util": "~29.7.0",
139
140
  "jsonc-eslint-parser": "~2.4.0",
140
141
  "nx": "~21.3.11",
141
142
  "pid-from-port": "^1.1.3",
142
143
  "rimraf": "^6.0.1",
143
144
  "rxjs": "^7.8.1",
144
145
  "semver": "^7.5.2",
145
- "ts-jest": "~29.3.0",
146
+ "ts-jest": "~29.4.0",
146
147
  "ts-node": "~10.9.2",
147
148
  "type-fest": "^4.30.1",
148
149
  "typescript": "~5.8.2",
149
- "typescript-eslint": "~8.37.0",
150
+ "typescript-eslint": "~8.39.0",
150
151
  "typescript-json-schema": "^0.65.0",
151
152
  "zone.js": "~0.15.0"
152
153
  },
@@ -24,9 +24,24 @@
24
24
  "description": "List of all the changes contained in this version",
25
25
  "items": {
26
26
  "oneOf": [
27
- { "$ref": "#/definitions/ConfigChange" },
28
- { "$ref": "#/definitions/LocalizationChange" },
29
- { "$ref": "#/definitions/StyleChange" }
27
+ {
28
+ "$ref": "#/definitions/ConfigChange"
29
+ },
30
+ {
31
+ "$ref": "#/definitions/LocalizationChange"
32
+ },
33
+ {
34
+ "$ref": "#/definitions/StyleChange"
35
+ },
36
+ {
37
+ "$ref": "#/definitions/AssetChange"
38
+ },
39
+ {
40
+ "$ref": "#/definitions/ComponentChange"
41
+ },
42
+ {
43
+ "$ref": "#/definitions/RuleFactChange"
44
+ }
30
45
  ]
31
46
  }
32
47
  }
@@ -34,7 +49,9 @@
34
49
  "definitions": {
35
50
  "ConfigMigrationItem": {
36
51
  "type": "object",
37
- "required": ["libraryName"],
52
+ "required": [
53
+ "libraryName"
54
+ ],
38
55
  "properties": {
39
56
  "libraryName": {
40
57
  "type": "string",
@@ -52,7 +69,9 @@
52
69
  },
53
70
  "LocalizationMigrationItem": {
54
71
  "type": "object",
55
- "required": ["key"],
72
+ "required": [
73
+ "key"
74
+ ],
56
75
  "properties": {
57
76
  "key": {
58
77
  "type": "string",
@@ -62,7 +81,9 @@
62
81
  },
63
82
  "StyleMigrationItem": {
64
83
  "type": "object",
65
- "required": ["name"],
84
+ "required": [
85
+ "name"
86
+ ],
66
87
  "properties": {
67
88
  "name": {
68
89
  "type": "string",
@@ -70,6 +91,50 @@
70
91
  }
71
92
  }
72
93
  },
94
+ "AssetMigrationItem": {
95
+ "type": "object",
96
+ "required": [
97
+ "name"
98
+ ],
99
+ "properties": {
100
+ "path": {
101
+ "type": "string",
102
+ "description": "Path of the asset, starting from the root assets folder"
103
+ }
104
+ }
105
+ },
106
+ "ComponentMigrationItem": {
107
+ "type": "object",
108
+ "required": [
109
+ "libraryName"
110
+ ],
111
+ "properties": {
112
+ "libraryName": {
113
+ "type": "string",
114
+ "description": "Library name"
115
+ },
116
+ "componentName": {
117
+ "type": "string",
118
+ "description": "Component name"
119
+ },
120
+ "placeholderId": {
121
+ "type": "string",
122
+ "description": "Placeholder id"
123
+ }
124
+ }
125
+ },
126
+ "RuleFactMigrationItem": {
127
+ "type": "object",
128
+ "required": [
129
+ "name"
130
+ ],
131
+ "properties": {
132
+ "name": {
133
+ "type": "string",
134
+ "description": "Name of the fact"
135
+ }
136
+ }
137
+ },
73
138
  "ConfigChange": {
74
139
  "type": "object",
75
140
  "required": [
@@ -135,6 +200,72 @@
135
200
  "$ref": "#/definitions/StyleMigrationItem"
136
201
  }
137
202
  }
203
+ },
204
+ "AssetChange": {
205
+ "type": "object",
206
+ "required": [
207
+ "contentType",
208
+ "before"
209
+ ],
210
+ "properties": {
211
+ "contentType": {
212
+ "type": "string",
213
+ "description": "Metadata type",
214
+ "const": "ASSET"
215
+ },
216
+ "before": {
217
+ "description": "Previous metadata value",
218
+ "$ref": "#/definitions/AssetMigrationItem"
219
+ },
220
+ "after": {
221
+ "description": "New metadata value",
222
+ "$ref": "#/definitions/AssetMigrationItem"
223
+ }
224
+ }
225
+ },
226
+ "ComponentChange": {
227
+ "type": "object",
228
+ "required": [
229
+ "contentType",
230
+ "before"
231
+ ],
232
+ "properties": {
233
+ "contentType": {
234
+ "type": "string",
235
+ "description": "Metadata type",
236
+ "const": "COMPONENT"
237
+ },
238
+ "before": {
239
+ "description": "Previous metadata value",
240
+ "$ref": "#/definitions/ComponentMigrationItem"
241
+ },
242
+ "after": {
243
+ "description": "New metadata value",
244
+ "$ref": "#/definitions/ComponentMigrationItem"
245
+ }
246
+ }
247
+ },
248
+ "RuleFactChange": {
249
+ "type": "object",
250
+ "required": [
251
+ "contentType",
252
+ "before"
253
+ ],
254
+ "properties": {
255
+ "contentType": {
256
+ "type": "string",
257
+ "description": "Metadata type",
258
+ "const": "RULE_FACT"
259
+ },
260
+ "before": {
261
+ "description": "Previous metadata value",
262
+ "$ref": "#/definitions/RuleFactMigrationItem"
263
+ },
264
+ "after": {
265
+ "description": "New metadata value",
266
+ "$ref": "#/definitions/RuleFactMigrationItem"
267
+ }
268
+ }
138
269
  }
139
270
  }
140
- }
271
+ }