@omnia/tooling-composers 8.0.203-dev → 8.0.204-dev
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.
|
@@ -55,7 +55,7 @@ class CombinableRuleComposer {
|
|
|
55
55
|
this.loadByUserMatching = (...args) => {
|
|
56
56
|
// we need to populate dynamic arguments to support overload methods like
|
|
57
57
|
//.loadByUserMatching(UserPropertyBag, "primary", "")
|
|
58
|
-
//.loadByUserMatching("preferredLanguage",
|
|
58
|
+
//.loadByUserMatching("preferredLanguage", o$.enums.languageTags.AfZa)
|
|
59
59
|
let rule;
|
|
60
60
|
let propertyBagObject = args[0];
|
|
61
61
|
if (args.length === 3) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/tooling-composers",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.204-dev",
|
|
5
5
|
"description": "Provide tooling to work with manifest things.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Precio Fishbone",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx-models": "8.0.
|
|
23
|
-
"@omnia/tooling": "8.0.
|
|
22
|
+
"@omnia/fx-models": "8.0.204-dev",
|
|
23
|
+
"@omnia/tooling": "8.0.204-dev",
|
|
24
24
|
"deep-extend": "0.6.0",
|
|
25
25
|
"fs-extra": "11.1.0",
|
|
26
26
|
"del": "6.0.0",
|