@dhis2/prop-types
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -18,2 +18,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "deprecated", { | ||
enumerable: true, | ||
get: function () { | ||
return _deprecated.deprecated; | ||
} | ||
}); | ||
Object.defineProperty(exports, "instanceOfComponent", { | ||
@@ -42,2 +48,4 @@ enumerable: true, | ||
var _deprecated = require("./deprecated.js"); | ||
var _instanceOfComponent = require("./instanceOfComponent.js"); | ||
@@ -44,0 +52,0 @@ |
export { arrayWithLength } from './arrayWithLength.js'; | ||
export { conditional } from './conditional.js'; | ||
export { deprecated } from './deprecated.js'; | ||
export { instanceOfComponent } from './instanceOfComponent.js'; | ||
export { mutuallyExclusive } from './mutuallyExclusive.js'; | ||
export { requiredIf } from './requiredIf.js'; |
@@ -0,1 +1,8 @@ | ||
## [3.1.1](https://github.com/dhis2/prop-types/compare/v3.1.0...v3.1.1) (2022-05-24) | ||
### Bug Fixes | ||
* expose new deprecated function ([#288](https://github.com/dhis2/prop-types/issues/288)) ([7240f14](https://github.com/dhis2/prop-types/commit/7240f147797f6dae93a68a86416c48c30986dc27)) | ||
# [3.1.0](https://github.com/dhis2/prop-types/compare/v3.0.0...v3.1.0) (2022-05-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@dhis2/prop-types", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "./build/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./build/es/index.js", |
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
128347
2699