Comparing version 8.3.0 to 9.0.0
{ | ||
"name": "forceios", | ||
"version": "8.3.0", | ||
"version": "9.0.0", | ||
"description": "Utilities for creating mobile apps based on the Salesforce Mobile SDK for iOS", | ||
@@ -5,0 +5,0 @@ "keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ], |
@@ -31,3 +31,3 @@ /* | ||
var VERSION= '8.3.0'; | ||
var VERSION= '9.0.0'; | ||
@@ -50,5 +50,13 @@ module.exports = { | ||
}, | ||
yarn: { | ||
checkCmd: 'yarn -v', | ||
minVersion: '1.22' | ||
}, | ||
tsc: { | ||
checkCmd: 'tsc -v', | ||
minVersion: '4.1.2' | ||
}, | ||
pod: { | ||
checkCmd: 'pod --version', | ||
minVersion: '1.7.2' | ||
minVersion: '1.8.0' | ||
}, | ||
@@ -58,7 +66,7 @@ cordova: { | ||
// pluginRepoUri: 'https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#dev', // dev | ||
minVersion: '8.1.2', | ||
minVersion: '10.0.0', | ||
pluginRepoUri: 'https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#v' + VERSION, // GA | ||
platformVersion: { | ||
ios: '5.1.1', | ||
android: '8.1.0' | ||
ios: '6.1.1', | ||
android: '9.0.0' | ||
} | ||
@@ -130,6 +138,7 @@ }, | ||
platforms: ['ios', 'android'], | ||
toolNames: ['git', 'node', 'npm', 'pod'], | ||
appTypes: ['react_native'], | ||
toolNames: ['git', 'node', 'yarn', 'tsc', 'pod'], | ||
appTypes: ['react_native_typescript', 'react_native'], | ||
appTypesToPath: { | ||
'react_native': 'ReactNativeTemplate' | ||
'react_native': 'ReactNativeTemplate', | ||
'react_native_typescript': 'ReactNativeTypeScriptTemplate' | ||
}, | ||
@@ -136,0 +145,0 @@ commands: ['create', 'createwithtemplate', 'version', 'listtemplates', 'checkconfig'] |
@@ -151,2 +151,3 @@ { | ||
"idFieldName" : "IdX", | ||
"externalIdFieldName": "ExternalIdX", | ||
"sobjectType" : "Account", | ||
@@ -161,2 +162,3 @@ "modificationDateFieldName" : "LastModifiedDateX", | ||
"idFieldName" : "IdY", | ||
"externalIdFieldName": "ExternalIdY", | ||
"sobjectType" : "Contact", | ||
@@ -163,0 +165,0 @@ "modificationDateFieldName" : "LastModifiedDateY", |
@@ -60,2 +60,3 @@ { | ||
"idFieldName": { "$ref": "#/definitions/fieldName" }, | ||
"externalIdFieldName": { "$ref": "#/definitions/fieldName" }, | ||
"modificationDateFieldName": { "$ref": "#/definitions/fieldName" }, | ||
@@ -71,2 +72,3 @@ "sobjectType": { "$ref": "#/definitions/sobjectType" }, | ||
"idFieldName": { "$ref": "#/definitions/fieldName" }, | ||
"externalIdFieldName": { "$ref": "#/definitions/fieldName" }, | ||
"modificationDateFieldName": { "$ref": "#/definitions/fieldName" }, | ||
@@ -73,0 +75,0 @@ "sobjectType": { "$ref": "#/definitions/sobjectType" }, |
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
104718
2355