@fluentui-react-native/adapters
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 31 Mar 2020 17:59:02 GMT", | ||
"date": "Fri, 03 Apr 2020 20:38:24 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.1.4", | ||
"version": "0.1.4", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "switch the bin name from just-script to fluent-scripts to disambiguate names", | ||
"author": "jasonmo@microsoft.com", | ||
"commit": "232a97794dc044cec9671e5cca4cf204d881f614", | ||
"package": "@fluentui-react-native/adapters" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 31 Mar 2020 18:01:09 GMT", | ||
"tag": "@fluentui-react-native/adapters_v0.1.3", | ||
@@ -8,0 +23,0 @@ "version": "0.1.3", |
# Change Log - @fluentui-react-native/adapters | ||
This log was last generated on Tue, 31 Mar 2020 17:59:02 GMT and should not be manually modified. | ||
This log was last generated on Fri, 03 Apr 2020 20:38:24 GMT and should not be manually modified. | ||
## 0.1.4 | ||
Fri, 03 Apr 2020 20:38:24 GMT | ||
### Patches | ||
- switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) | ||
## 0.1.3 | ||
Tue, 31 Mar 2020 17:59:02 GMT | ||
Tue, 31 Mar 2020 18:01:09 GMT | ||
@@ -8,0 +14,0 @@ ### Patches |
export * from './adapters'; | ||
export { ITextWin32Props as ITextPropsWin32, IViewWin32Props as IViewPropsWin32 } from '@office-iss/react-native-win32'; | ||
export { TextProps as ITextPropsAndroid, ViewProps as IViewPropsAndroid } from 'react-native'; | ||
export { TextProps as ITextPropsIOS, ViewProps as IViewPropsIOS } from 'react-native'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './adapters'; | ||
export { ITextWin32Props as ITextPropsWin32, IViewWin32Props as IViewPropsWin32 } from '@office-iss/react-native-win32'; | ||
export { TextProps as ITextPropsAndroid, ViewProps as IViewPropsAndroid } from 'react-native'; | ||
export { TextProps as ITextPropsIOS, ViewProps as IViewPropsIOS } from 'react-native'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@fluentui-react-native/adapters", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Adapters for working with react-native types", | ||
@@ -9,8 +9,8 @@ "main": "src/index.ts", | ||
"scripts": { | ||
"build": "just-scripts build", | ||
"just": "just-scripts", | ||
"clean": "just-scripts clean", | ||
"update-snapshots": "just-scripts jest -u", | ||
"verify-api": "just-scripts verify-api-extractor", | ||
"update-api": "just-scripts update-api-extractor" | ||
"build": "fluentui-scripts build", | ||
"just": "fluentui-scripts", | ||
"clean": "fluentui-scripts clean", | ||
"update-snapshots": "fluentui-scripts jest -u", | ||
"verify-api": "fluentui-scripts verify-api-extractor", | ||
"update-api": "fluentui-scripts update-api-extractor" | ||
}, | ||
@@ -25,3 +25,4 @@ "dependencies": {}, | ||
"react-native": "^0.60.0", | ||
"react-native-web": "^0.12.2" | ||
"react-native-web": "^0.12.2", | ||
"react-native-windows": "0.60.0-vnext.149" | ||
}, | ||
@@ -28,0 +29,0 @@ "author": "", |
export * from './adapters'; | ||
export { ITextWin32Props as ITextPropsWin32, IViewWin32Props as IViewPropsWin32 } from '@office-iss/react-native-win32'; | ||
export { TextProps as ITextPropsAndroid, ViewProps as IViewPropsAndroid } from 'react-native'; | ||
export { TextProps as ITextPropsIOS, ViewProps as IViewPropsIOS } from 'react-native'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
227241
127
3228
8