Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Add new telemetry (#41)
Browse files Browse the repository at this point in the history
* Add new telemetry

* release 3.0.2
  • Loading branch information
luisrudge authored Apr 18, 2019
1 parent c9b82d0 commit 29bd177
Show file tree
Hide file tree
Showing 8 changed files with 695 additions and 647 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "angular-auth0",
"main": "dist/angular-auth0.js",
"version": "3.0.1",
"version": "3.0.2",
"dependencies": {
"angular": "*",
"auth0.js": "^9.0.0"
},
"resolutions": {
"angular": "1.6.0"
}
}
}
17 changes: 17 additions & 0 deletions dist/angular-auth0.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_angular___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_angular__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_auth0_js__ = __webpack_require__(2);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_auth0_js___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_auth0_js__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__version__ = __webpack_require__(3);




Expand All @@ -97,6 +99,14 @@ function angularAuth0() {
this.$get = [
'$rootScope',
function($rootScope) {
if (this.config._telemetryInfo) {

} else {
this.config._telemetryInfo = {
name: 'angular-auth0',
version: __WEBPACK_IMPORTED_MODULE_2__version__["a" /* default */]
}
}
var Auth0Js = new __WEBPACK_IMPORTED_MODULE_1_auth0_js___default.a.WebAuth(this.config);
var webAuth = {};
var functions = [];
Expand Down Expand Up @@ -151,5 +161,12 @@ module.exports = angular;

module.exports = auth0;

/***/ }),
/* 3 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
/* harmony default export */ __webpack_exports__["a"] = ('3.0.0');

/***/ })
/******/ ]);
2 changes: 1 addition & 1 deletion dist/angular-auth0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29bd177

Please sign in to comment.