@email-types/data
Advanced tools
Comparing version 1.0.0-canary.3 to 1.0.0-canary.4
@@ -6,2 +6,17 @@ # Change Log | ||
## 1.0.0-canary.4 - 2019-12-16 | ||
#### 🚀 Updates | ||
- Doctypes api and verification (#13) | ||
([61539b8](https://github.com/email-types/email-types/commit/61539b8)), closes | ||
[#13](https://github.com/email-types/email-types/issues/13) | ||
**Note:** Version bump only for package @email-types/data | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## 1.0.0-canary.3 - 2019-12-03 | ||
@@ -8,0 +23,0 @@ |
export * from './mso'; | ||
export * from './misc/doctypes'; | ||
export * from './html/doctypes'; | ||
export * from './utils/create'; |
@@ -12,3 +12,3 @@ "use strict"; | ||
var _doctypes = require("./misc/doctypes"); | ||
var _doctypes = require("./html/doctypes"); | ||
@@ -15,0 +15,0 @@ Object.keys(_doctypes).forEach(function (key) { |
@@ -1,1 +0,2 @@ | ||
export * from './dist/misc/doctypes'; | ||
export * from './dist/html/doctypes'; | ||
export * from './dist/html/doctypes.types'; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./dist/misc/doctypes'); | ||
module.exports = require('./dist/html/doctypes'); |
{ | ||
"name": "@email-types/data", | ||
"version": "1.0.0-canary.3", | ||
"version": "1.0.0-canary.4", | ||
"description": "@email-types/data", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "140cc6527f444423c728a1d71018eb73c7e796a7" | ||
"gitHead": "e9dd9f2364e3b1ac48958c57bbed34f9418746fc" | ||
} |
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
108457
39
3229
0