aurelia-push
Advanced tools
Comparing version 0.3.1 to 0.4.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var notification_manager_1 = require("./notification-manager"); | ||
@@ -3,0 +4,0 @@ exports.NotificationManager = notification_manager_1.NotificationManager; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var NotificationManager = (function () { | ||
@@ -3,0 +4,0 @@ function NotificationManager() { |
{ | ||
"name": "aurelia-push", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "A Push API implementation for Aurelia based projects.", | ||
@@ -28,18 +28,18 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jasmine": "^2.5.40", | ||
"babel-preset-es2015": "^6.18.0", | ||
"babel-register": "^6.18.0", | ||
"@types/jasmine": "^2.5.47", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"del": "^2.2.2", | ||
"gulp": "^3.9.1", | ||
"gulp-jasmine": "^2.4.2", | ||
"gulp-sass": "^3.0.0", | ||
"gulp-sourcemaps": "^1.9.1", | ||
"gulp-typescript": "^3.1.3", | ||
"jasmine": "^2.5.2", | ||
"jasmine-reporters": "^2.2.0", | ||
"gulp-sass": "^3.1.0", | ||
"gulp-sourcemaps": "^2.6.0", | ||
"gulp-typescript": "^3.1.6", | ||
"jasmine": "^2.5.3", | ||
"jasmine-reporters": "^2.2.1", | ||
"merge2": "^1.0.3", | ||
"run-sequence": "^1.2.2", | ||
"typescript": "^2.1.4", | ||
"typescript": "^2.2.2", | ||
"vinyl-paths": "^2.1.0" | ||
} | ||
} |
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
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
12662
84