@cloudflare/types
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.0.4"></a> | ||
## [1.0.4](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.3...@cloudflare/types@1.0.4) (2019-01-29) | ||
**Note:** Version bump only for package @cloudflare/types | ||
<a name="1.0.3"></a> | ||
@@ -8,0 +16,0 @@ ## [1.0.3](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.2...@cloudflare/types@1.0.3) (2019-01-22) |
@@ -1,1 +0,2 @@ | ||
export * from './action'; | ||
export * from './action'; | ||
export * from './state'; |
@@ -17,2 +17,14 @@ "use strict"; | ||
}); | ||
}); | ||
var _state = require("./state"); | ||
Object.keys(_state).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _state[key]; | ||
} | ||
}); | ||
}); |
{ | ||
"name": "@cloudflare/types", | ||
"description": "", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"types": "./src", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -14,3 +14,3 @@ export * from './account'; | ||
TExpectedData = {}, | ||
TExpectedResultInfo = IPagination | ||
TExpectedResultInfo = IPaginationInfo | ||
> { | ||
@@ -37,3 +37,3 @@ result: TExpectedData | {}; | ||
export interface IPagination { | ||
export interface IPaginationInfo { | ||
page: number; | ||
@@ -40,0 +40,0 @@ per_page: number; |
export * from './action'; | ||
export * from './state'; |
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
14975
51
520