@webprovisions/platform
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11
@@ -23,3 +23,3 @@ export var querySelectorMatchFactory = function (createNameList) { | ||
else { | ||
var namespaces = subSelector.split(':').reverse(); | ||
var namespaces = subSelector.split(':'); | ||
destruct.push({ namespaces: namespaces, filters: [] }); | ||
@@ -26,0 +26,0 @@ } |
@@ -25,3 +25,3 @@ "use strict"; | ||
else { | ||
var namespaces = subSelector.split(':').reverse(); | ||
var namespaces = subSelector.split(':'); | ||
destruct.push({ namespaces: namespaces, filters: [] }); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "@webprovisions/platform", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0-alpha.11", | ||
"description": "Webprovisions core platform modules.", | ||
@@ -5,0 +5,0 @@ "author": "Humany AB", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
202354