capacitor-google-nearby-messages
Advanced tools
Comparing version 1.3.10 to 1.3.11
@@ -15,3 +15,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
name: 'GoogleNearbyMessages', | ||
platforms: ['web'] | ||
platforms: ['web'], | ||
}); | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "capacitor-google-nearby-messages", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "Plugin to leverage the Google Nearby Messages API for communication with nearby devices.", | ||
"main": "dist/esm/index.js", | ||
"main": "dist/plugin.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"scripts": { | ||
"build": "npm run clean && tsc && rollup -c", | ||
"lint": "npm run prettier -- --check && npm run swiftlint -- lint", | ||
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"", | ||
"swiftlint": "node-swiftlint", | ||
"build": "npm run clean && tsc && rollup -c rollup.config.js", | ||
"clean": "rimraf ./dist", | ||
@@ -15,12 +19,19 @@ "watch": "tsc --watch", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@capacitor/core": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@capacitor/android": "^2.4.1", | ||
"@capacitor/ios": "^2.4.1", | ||
"@rollup/plugin-node-resolve": "^8.4.0", | ||
"@capacitor/android": "^2.4.3", | ||
"@capacitor/core": "^2.4.3", | ||
"@capacitor/ios": "^2.4.3", | ||
"@ionic/prettier-config": "^1.0.0", | ||
"@ionic/swiftlint-config": "^1.0.0", | ||
"@rollup/plugin-node-resolve": "^8.1.0", | ||
"prettier": "^2.0.5", | ||
"prettier-plugin-java": "^0.8.0", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.9.7" | ||
"rollup": "^2.21.0", | ||
"swiftlint": "^1.0.1", | ||
"typescript": "~3.8.3" | ||
}, | ||
"peerDependencies": { | ||
"@capacitor/core": "^2.4.3" | ||
}, | ||
"files": [ | ||
@@ -45,2 +56,4 @@ "dist/", | ||
}, | ||
"prettier": "@ionic/prettier-config", | ||
"swiftlint": "@ionic/swiftlint-config", | ||
"repository": { | ||
@@ -47,0 +60,0 @@ "type": "git", |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
1583176
12
1435
- Removed@capacitor/core@^2.4.1