Comparing version 3.1.2 to 3.1.3
@@ -10,3 +10,2 @@ "use strict"; | ||
return function (target, property) { | ||
console.log(arguments); | ||
target.$MotxState = target.$MotxState || {}; | ||
@@ -46,3 +45,2 @@ target.$MotxState[property] = stateName; | ||
var motxOpts = this.$data.$MotxState; | ||
console.log(motxOpts, this); | ||
if (motxOpts) { | ||
@@ -49,0 +47,0 @@ for (var x in motxOpts) { |
{ | ||
"name": "motx", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A lightweight application state transfer and storage tool based on the mediator pattern and provides efficient solutions to communication problems between multiple processes or closed modules", | ||
@@ -15,3 +15,3 @@ "main": "dist/index.js", | ||
"test-dev": "mocha test/*.spec.js --recursive --inspect --watch --full-trace --bail --async-only --timeout 1000", | ||
"pub": "npm publish --registry=registry.npmjs.org" | ||
"pub": "npm publish --registry=https://registry.npmjs.org" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
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
32815
660