@cloudflare/types
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.17](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.16...@cloudflare/types@1.0.17) (2019-04-10) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.16](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.15...@cloudflare/types@1.0.16) (2019-04-04) | ||
@@ -8,0 +16,0 @@ |
export * from './account'; | ||
export * from './billing'; | ||
export * from './crypto'; | ||
export * from './dns'; | ||
export * from './entitlement'; | ||
@@ -4,0 +6,0 @@ export * from './flags'; |
@@ -31,2 +31,26 @@ "use strict"; | ||
var _crypto = require("./crypto"); | ||
Object.keys(_crypto).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _crypto[key]; | ||
} | ||
}); | ||
}); | ||
var _dns = require("./dns"); | ||
Object.keys(_dns).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _dns[key]; | ||
} | ||
}); | ||
}); | ||
var _entitlement = require("./entitlement"); | ||
@@ -33,0 +57,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c2a4eba7cb78612804ae02815c0e39614e13e527" | ||
"gitHead": "b9e3931f4c6d28e72c8d509144e310a6f4c7fb71" | ||
} |
export * from './account'; | ||
export * from './billing'; | ||
export * from './crypto'; | ||
export * from './dns'; | ||
export * from './entitlement'; | ||
@@ -4,0 +6,0 @@ export * from './flags'; |
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
34928
57
1011