@cloudflare/types
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.16](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.15...@cloudflare/types@1.0.16) (2019-04-04) | ||
**Note:** Version bump only for package @cloudflare/types | ||
## [1.0.15](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.14...@cloudflare/types@1.0.15) (2019-04-01) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,1 @@ | ||
export * from './action'; | ||
export * from './state'; | ||
export * from './action'; |
@@ -17,14 +17,2 @@ "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.15", | ||
"version": "1.0.16", | ||
"types": "./src", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0e11944c219a6db03856be2218a1b77ef7de3edd" | ||
"gitHead": "c2a4eba7cb78612804ae02815c0e39614e13e527" | ||
} |
@@ -54,1 +54,8 @@ export * from './account'; | ||
} | ||
export interface IPaginationData { | ||
info: IPaginationInfo; | ||
actionParameters: Array<string | number>; | ||
options: any; | ||
insertionOffset: 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
21279
51
687