@alfresco/adf-content-services 8.1.0-15005290313 → 8.1.0-15019962244
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.
|
@@ -711,10 +711,10 @@
|
|
|
711
711
|
},
|
|
712
712
|
"NODE_FAVORITE_DIRECTIVE": {
|
|
713
713
|
"MESSAGES": {
|
|
714
|
-
"NODE_ADDED": "
|
|
715
|
-
"NODES_ADDED": "
|
|
716
|
-
"NODE_REMOVED": "
|
|
717
|
-
"NODES_REMOVED": "
|
|
714
|
+
"NODE_ADDED": "Added {{ name }} to favorites",
|
|
715
|
+
"NODES_ADDED": "Added {{ number }} items to favorites",
|
|
716
|
+
"NODE_REMOVED": "Removed {{ name }} from favorites",
|
|
717
|
+
"NODES_REMOVED": "Removed {{ number }} items from favorites"
|
|
718
718
|
}
|
|
719
719
|
}
|
|
720
720
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-content-services",
|
|
3
3
|
"description": "Alfresco ADF content services",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-15019962244",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
22
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
23
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.1.0-15019962244",
|
|
25
25
|
"@ngx-translate/core": ">=14.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.1.0-15019962244"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|