@capacitor/browser
Advanced tools
Comparing version 6.0.4 to 7.0.0-alpha.1
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@capacitor/core'); | ||
@@ -36,4 +34,4 @@ | ||
__proto__: null, | ||
BrowserWeb: BrowserWeb, | ||
Browser: Browser | ||
Browser: Browser, | ||
BrowserWeb: BrowserWeb | ||
}); | ||
@@ -40,0 +38,0 @@ |
@@ -33,4 +33,4 @@ var capacitorBrowser = (function (exports, core) { | ||
__proto__: null, | ||
BrowserWeb: BrowserWeb, | ||
Browser: Browser | ||
Browser: Browser, | ||
BrowserWeb: BrowserWeb | ||
}); | ||
@@ -40,4 +40,2 @@ | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
@@ -44,0 +42,0 @@ |
{ | ||
"name": "@capacitor/browser", | ||
"version": "6.0.4", | ||
"version": "7.0.0-alpha.1", | ||
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.", | ||
@@ -34,3 +34,3 @@ "main": "dist/plugin.cjs.js", | ||
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web", | ||
"verify:ios": "xcodebuild build -scheme CapacitorBrowser -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorBrowser -destination generic/platform=iOS", | ||
"verify:android": "cd android && ./gradlew clean build test && cd ..", | ||
@@ -44,3 +44,3 @@ "verify:web": "npm run build", | ||
"docgen": "docgen --api BrowserPlugin --output-readme README.md --output-json dist/docs.json", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js", | ||
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -52,6 +52,6 @@ "watch": "tsc --watch", | ||
"devDependencies": { | ||
"@capacitor/android": "^6.0.0", | ||
"@capacitor/core": "^6.0.0", | ||
"@capacitor/android": "next", | ||
"@capacitor/core": "next", | ||
"@capacitor/docgen": "0.2.2", | ||
"@capacitor/ios": "^6.0.0", | ||
"@capacitor/ios": "next", | ||
"@ionic/eslint-config": "^0.4.0", | ||
@@ -63,4 +63,4 @@ "@ionic/prettier-config": "~1.0.1", | ||
"prettier-plugin-java": "~1.0.2", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^2.29.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.26.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -70,3 +70,3 @@ "typescript": "~4.1.5" | ||
"peerDependencies": { | ||
"@capacitor/core": "^6.0.0" | ||
"@capacitor/core": "next" | ||
}, | ||
@@ -89,3 +89,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "6e94aa5bf785e957d0cfac83b62b5355bcf7d1ed" | ||
"gitHead": "2158e6aa205a584a258c34f606e694fdf31cdcc0" | ||
} |
@@ -20,3 +20,3 @@ # @capacitor/browser | ||
- `androidxBrowserVersion`: version of `androidx.browser:browser` (default: `1.7.0`) | ||
- `androidxBrowserVersion`: version of `androidx.browser:browser` (default: `1.8.0`) | ||
@@ -23,0 +23,0 @@ ## Example |
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
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
52543
437
2