@bodidata/events
Advanced tools
Comparing version 1.17.1 to 1.19.0
@@ -6,2 +6,16 @@ # Change Log | ||
<a name="1.19.0"></a> | ||
# [1.19.0](https://github.com/bodidatainc/bodidata/compare/v1.18.0...v1.19.0) (2018-01-11) | ||
### Features | ||
* add dimensions to product ([4022df5](https://github.com/bodidatainc/bodidata/commit/4022df5)) | ||
* declare Events ([f4c207d](https://github.com/bodidatainc/bodidata/commit/f4c207d)) | ||
* implement Events$BIProduct$Registered ([4cf1292](https://github.com/bodidatainc/bodidata/commit/4cf1292)) | ||
* implement mutation addNewMeasurementGradesToDimension ([20bb28d](https://github.com/bodidatainc/bodidata/commit/20bb28d)) | ||
<a name="1.17.1"></a> | ||
@@ -8,0 +22,0 @@ ## [1.17.1](https://github.com/bodidatainc/bodidata/compare/v1.16.1-test-publish...v1.17.1) (2017-12-06) |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.Measurements = undefined; | ||
exports.Measurements = exports.MeasurementAttribute = undefined; | ||
@@ -15,2 +15,4 @@ var _flowRuntime = require('flow-runtime'); | ||
const MeasurementAttribute = exports.MeasurementAttribute = _flowRuntime2.default.type('MeasurementAttribute', _flowRuntime2.default.union(_flowRuntime2.default.string('weight'), _flowRuntime2.default.string('height'), _flowRuntime2.default.string('inseam'), _flowRuntime2.default.string('seat_circumference'), _flowRuntime2.default.string('bust_chest_circumference'), _flowRuntime2.default.string('pant_waist_circumference'), _flowRuntime2.default.string('waist_circumference'))); | ||
const NumericMeasurement = _flowRuntime2.default.type('NumericMeasurement', _flowRuntime2.default.object(_flowRuntime2.default.property('weight', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('height', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('inseam', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('seat_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('bust_chest_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('pant_waist_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('waist_circumference', _flowRuntime2.default.number(), true))); | ||
@@ -17,0 +19,0 @@ |
{ | ||
"name": "@bodidata/events", | ||
"version": "1.17.1", | ||
"version": "1.19.0", | ||
"description": "strongly typed events dictionary", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
61985
22
303
0