simpl-schema
Advanced tools
Comparing version 0.2.1 to 0.2.2
# simpl-schema CHANGELOG | ||
## 0.2.2 | ||
- Fixed Meteor Tracker reactivity | ||
## 0.2.1 | ||
@@ -4,0 +8,0 @@ |
@@ -71,3 +71,3 @@ 'use strict'; | ||
var genericKey = _mongoObject2.default.makeKeyGeneric(key); | ||
if (this._deps.hasOwnProperty(genericKey)) this._deps[genericKey].depend(); | ||
if (this._deps.hasOwnProperty(genericKey)) this._deps[genericKey].changed(); | ||
} | ||
@@ -74,0 +74,0 @@ }, { |
{ | ||
"name": "simpl-schema", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A schema validation package that supports direct validation of MongoDB update modifier objects.", | ||
@@ -5,0 +5,0 @@ "author": "Eric Dobbertin <aldeed@gmail.com>", |
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
149054