@nguniversal/socket-engine
Advanced tools
Comparing version 11.1.0-next.0 to 11.1.0
@@ -31,2 +31,4 @@ (function (global, factory) { | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -217,2 +219,3 @@ function __() { this.constructor = d; } | ||
} | ||
/** @deprecated */ | ||
function __spread() { | ||
@@ -223,2 +226,3 @@ for (var ar = [], i = 0; i < arguments.length; i++) | ||
} | ||
/** @deprecated */ | ||
function __spreadArrays() { | ||
@@ -232,3 +236,7 @@ for (var s = 0, i = 0, il = arguments.length; i < il; i++) | ||
} | ||
; | ||
function __spreadArray(to, from) { | ||
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) | ||
to[j] = from[i]; | ||
return to; | ||
} | ||
function __await(v) { | ||
@@ -235,0 +243,0 @@ return this instanceof __await ? (this.v = v, this) : new __await(v); |
{ | ||
"name": "@nguniversal/socket-engine", | ||
"version": "11.1.0-next.0", | ||
"version": "11.1.0", | ||
"description": "Socket Engine for running Server Angular Apps", | ||
@@ -18,4 +18,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@nguniversal/common": "11.1.0-next.0", | ||
"@angular/core": "^11.1.0-next.2" | ||
"@nguniversal/common": "11.1.0", | ||
"@angular/core": "^11.1.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "ng-update": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
89907
519
1