This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ignore .DS_Store * Dependency update * Update dependencies: webpack (4) and auth0.js 9.16.3 * Use newer docker image for build * Dependency update
- Loading branch information
Steve Hobbs
authored
Aug 25, 2021
1 parent
d7ba66b
commit c10a44a
Showing
9 changed files
with
39,469 additions
and
1,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ out/ | |
coverage/ | ||
test-results.xml | ||
build | ||
dist | ||
dist | ||
.DS_Store |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "com.auth0samplescordova.wkwebview", | ||
"displayName": "HelloCordova", | ||
"version": "1.0.0", | ||
"description": "A sample Apache Cordova application that responds to the deviceready event.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"name": "com.auth0samplescordova.wkwebview", | ||
"displayName": "HelloCordova", | ||
"version": "1.0.0", | ||
"description": "A sample Apache Cordova application that responds to the deviceready event.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Apache Cordova Team", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"cordova-ios": "^5.1.1", | ||
"cordova-plugin-customurlscheme": "^5.0.2", | ||
"cordova-plugin-inappbrowser": "^3.2.0", | ||
"cordova-plugin-ionic-webview": "^4.2.1", | ||
"cordova-plugin-safariviewcontroller": "^1.6.0", | ||
"cordova-plugin-whitelist": "^1.3.5" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-safariviewcontroller": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-customurlscheme": { | ||
"URL_SCHEME": "com.auth0samplescordova.wkwebview" | ||
}, | ||
"cordova-plugin-ionic-webview": {} | ||
}, | ||
"author": "Apache Cordova Team", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"cordova-ios": "^5.1.1", | ||
"cordova-plugin-customurlscheme": "^5.0.2", | ||
"cordova-plugin-inappbrowser": "^3.2.0", | ||
"cordova-plugin-ionic-webview": "^4.2.1", | ||
"cordova-plugin-safariviewcontroller": "^1.6.0", | ||
"cordova-plugin-whitelist": "^1.3.4" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-safariviewcontroller": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-customurlscheme": { | ||
"URL_SCHEME": "com.auth0samplescordova.wkwebview" | ||
}, | ||
"cordova-plugin-ionic-webview": {} | ||
}, | ||
"platforms": [ | ||
"ios" | ||
] | ||
}, | ||
"devDependencies": { | ||
"cordova": "^9.0.0" | ||
} | ||
"platforms": [ | ||
"ios" | ||
] | ||
}, | ||
"devDependencies": { | ||
"cordova": "^9.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.