cordova-registry-mapper
Advanced tools
Comparing version 1.1.13 to 1.1.14
10
index.js
@@ -185,8 +185,10 @@ var map = { | ||
'android.support.v13': 'cordova-android-support-v13', | ||
'android.support.v4': 'cordova-android-support-v4', | ||
'android.support.v4': 'cordova-android-support-v4', // Duplicated key ;) | ||
'com.analytics.google': 'cordova-plugin-analytics', | ||
'com.analytics.adid.google': 'cordova-plugin-analytics-adid', | ||
'com.chariotsolutions.nfc.plugin': 'phonegap-nfc', | ||
'com.samz.mixpanel': 'cordova-plugin-mixpanel' | ||
} | ||
'com.samz.mixpanel': 'cordova-plugin-mixpanel', | ||
'de.appplant.cordova.common.RegisterUserNotificationSettings': 'cordova-plugin-registerusernotificationsettings', | ||
'plugin.google.maps': 'cordova-plugin-googlemaps' | ||
}; | ||
@@ -198,4 +200,4 @@ module.exports.oldToNew = map; | ||
reverseMap[map[elem]] = elem; | ||
}) | ||
}); | ||
module.exports.newToOld = reverseMap; |
{ | ||
"name": "cordova-registry-mapper", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Maps old plugin ids to new plugin names for fetching from npm", | ||
@@ -19,5 +19,5 @@ "main": "index.js", | ||
"license": "Apache version 2.0", | ||
"dependencies": { | ||
"devDependencies": { | ||
"tape": "^3.5.0" | ||
} | ||
} |
14389
0
206
1
- Removedtape@^3.5.0
- Removeddeep-equal@0.2.2(transitive)
- Removeddefined@0.0.0(transitive)
- Removedglob@3.2.11(transitive)
- Removedinherits@2.0.4(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.3.0(transitive)
- Removedobject-inspect@0.4.0(transitive)
- Removedresumer@0.0.0(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedtape@3.6.1(transitive)
- Removedthrough@2.3.8(transitive)