@o3r/application 9.0.0-next.7 → 9.1.0-alpha.0
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/application",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.0-alpha.0",
|
|
4
4
|
"description": "This module provides development help to monitor your Otter Application",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"application",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"@angular-devkit/schematics": "~16.0.5",
|
|
26
26
|
"@angular/common": "~16.0.5",
|
|
27
27
|
"@angular/core": "~16.0.5",
|
|
28
|
-
"@o3r/core": "^9.
|
|
29
|
-
"@o3r/dev-tools": "^9.
|
|
30
|
-
"@o3r/logger": "^9.
|
|
31
|
-
"@o3r/routing": "^9.
|
|
32
|
-
"@o3r/schematics": "^9.
|
|
33
|
-
"@o3r/testing": "^9.
|
|
28
|
+
"@o3r/core": "^9.1.0-alpha.0",
|
|
29
|
+
"@o3r/dev-tools": "^9.1.0-alpha.0",
|
|
30
|
+
"@o3r/logger": "^9.1.0-alpha.0",
|
|
31
|
+
"@o3r/routing": "^9.1.0-alpha.0",
|
|
32
|
+
"@o3r/schematics": "^9.1.0-alpha.0",
|
|
33
|
+
"@o3r/testing": "^9.1.0-alpha.0",
|
|
34
34
|
"@schematics/angular": "~16.0.5",
|
|
35
35
|
"rxjs": "^7.8.1"
|
|
36
36
|
},
|
|
@@ -55,22 +55,27 @@
|
|
|
55
55
|
"contributors": [
|
|
56
56
|
{
|
|
57
57
|
"name": "Yannick Adam",
|
|
58
|
+
"url": "https://github.com/yannickadam",
|
|
58
59
|
"email": "yannickadam@users.noreply.github.com"
|
|
59
60
|
},
|
|
60
61
|
{
|
|
61
62
|
"name": "Kilian Panot",
|
|
63
|
+
"url": "https://github.com/kpanot",
|
|
62
64
|
"email": "kpanot@users.noreply.github.com"
|
|
63
65
|
},
|
|
64
66
|
{
|
|
65
67
|
"name": "Jeremy Bourgeois",
|
|
68
|
+
"url": "https://github.com/jbourgeois-1A",
|
|
66
69
|
"email": "jbourgeois-1A@users.noreply.github.com"
|
|
67
70
|
},
|
|
68
71
|
{
|
|
69
72
|
"name": "Pierre Henri Ginoux",
|
|
73
|
+
"url": "https://github.com/pginoux-1A",
|
|
70
74
|
"email": "pginoux-1A@users.noreply.github.com"
|
|
71
75
|
},
|
|
72
76
|
{
|
|
73
77
|
"name": "Mircea Vasile Rednic",
|
|
78
|
+
"url": "https://github.com/mrednic-1A",
|
|
74
79
|
"email": "mrednic-1A@users.noreply.github.com"
|
|
75
80
|
},
|
|
76
81
|
{
|
|
@@ -79,26 +84,32 @@
|
|
|
79
84
|
},
|
|
80
85
|
{
|
|
81
86
|
"name": "Nicolas Hoffmann",
|
|
87
|
+
"url": "https://github.com/nhoffmann-1A",
|
|
82
88
|
"email": "nhoffmann-1A@users.noreply.github.com"
|
|
83
89
|
},
|
|
84
90
|
{
|
|
85
91
|
"name": "Victor Scaiceanu",
|
|
92
|
+
"url": "https://github.com/vscaiceanu-1a",
|
|
86
93
|
"email": "vscaiceanu-1A@users.noreply.github.com"
|
|
87
94
|
},
|
|
88
95
|
{
|
|
89
96
|
"name": "Florian Paul",
|
|
97
|
+
"url": "https://github.com/fpaul-1A",
|
|
90
98
|
"email": "fpaul-1A@users.noreply.github.com"
|
|
91
99
|
},
|
|
92
100
|
{
|
|
93
101
|
"name": "Corinne Paulve",
|
|
102
|
+
"url": "https://github.com/cpaulve-1A",
|
|
94
103
|
"email": "cpaulve-1A@users.noreply.github.com"
|
|
95
104
|
},
|
|
96
105
|
{
|
|
97
106
|
"name": "Matthieu Crouzet",
|
|
107
|
+
"url": "https://github.com/matthieu-crouzet",
|
|
98
108
|
"email": "matthieu-crouzet@users.noreply.github.com"
|
|
99
109
|
},
|
|
100
110
|
{
|
|
101
111
|
"name": "Salome Do",
|
|
112
|
+
"url": "https://github.com/sdo-1A",
|
|
102
113
|
"email": "sdo-1A@users.noreply.github.com"
|
|
103
114
|
}
|
|
104
115
|
],
|
|
@@ -70,6 +70,10 @@
|
|
|
70
70
|
"type": "string",
|
|
71
71
|
"description": "Name of the parent object which contains this section on exported file"
|
|
72
72
|
},
|
|
73
|
+
"specificationLink": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"description": "URL of the specification corresponding to the current section"
|
|
76
|
+
},
|
|
73
77
|
"definitions": {
|
|
74
78
|
"type": "array",
|
|
75
79
|
"description": "Object definitions for this section",
|