@cloudflare/types
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.44](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.43...@cloudflare/types@1.0.44) (2019-07-17) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.43](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.42...@cloudflare/types@1.0.43) (2019-07-10) | ||
@@ -8,0 +16,0 @@ |
@@ -11,2 +11,3 @@ export * from './account'; | ||
export * from './permissions'; | ||
export * from './profile'; | ||
export * from './subscription'; | ||
@@ -13,0 +14,0 @@ export * from './user'; |
@@ -127,2 +127,14 @@ "use strict"; | ||
var _profile = require("./profile"); | ||
Object.keys(_profile).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _profile[key]; | ||
} | ||
}); | ||
}); | ||
var _subscription = require("./subscription"); | ||
@@ -129,0 +141,0 @@ |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"types": "./src", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3063dfa690bb4b14c92e2377c73c1dffbb1e351f" | ||
"gitHead": "7aa451ad043ef20d7b2a8cacc6a66e5383ce654c" | ||
} |
@@ -11,2 +11,3 @@ export * from './account'; | ||
export * from './permissions'; | ||
export * from './profile'; | ||
export * from './subscription'; | ||
@@ -13,0 +14,0 @@ export * from './user'; |
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
38465
72
1184