File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,4 @@ config.json
32
32
dist /
33
33
aot /
34
34
angular2-webpack-starter /
35
+ testionic /
Original file line number Diff line number Diff line change
1
+ <a name="3.0.0-beta56></a >
2
+ ### 3.0.0-beta6 (2017-02-01)
3
+
4
+ export missing tokens to fix aot in ionic cli
5
+
1
6
<a name =" 3.0.0-beta5 " ></a >
2
7
### 3.0.0-beta5 (2017-02-01)
3
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " wp-api-angular" ,
3
- "version" : " 3.0.0-beta5 " ,
3
+ "version" : " 3.0.0-beta6 " ,
4
4
"description" : " WordPress WP-API v2 client for Angular2" ,
5
5
"main" : " wp-api-angular.js" ,
6
6
"typings" : " wp-api-angular.d.ts" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ export { WpApiStatuses } from './Statuses';
30
30
export { WpApiTerms } from './Terms' ;
31
31
export { WpApiCustom } from './Custom' ;
32
32
33
+ export { WpApiApp , WpApiConfig } from './tokens' ;
34
+
33
35
export interface WpApiAppConfig {
34
36
baseUrl : string ;
35
37
namespace ?: string ;
You can’t perform that action at this time.
0 commit comments