@azure/core-client
Advanced tools
Comparing version 1.0.0-alpha.20201210.1 to 1.0.0-alpha.20201215.1
{ | ||
"name": "@azure/core-client", | ||
"version": "1.0.0-alpha.20201210.1", | ||
"version": "1.0.0-alpha.20201215.1", | ||
"description": "Core library for interfacing with AutoRest generated code", | ||
@@ -24,3 +24,3 @@ "sdk-type": "client", | ||
"build:node": "npm run build:ts && cross-env ONLY_NODE=true rollup -c 2>&1", | ||
"build:samples": "cd samples && tsc -p .", | ||
"build:samples": "echo Skipped.", | ||
"build:test": "npm run build:ts && npm run bundle:test", | ||
@@ -102,3 +102,3 @@ "build:test:browser": "npm run build:ts && npm run bundle:test:browser", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^6.1.0", | ||
"eslint": "^7.15.0", | ||
"inherits": "^2.0.3", | ||
@@ -125,5 +125,5 @@ "karma": "^5.1.0", | ||
"sinon": "^9.0.2", | ||
"typescript": "~3.9.3", | ||
"typescript": "4.1.2", | ||
"util": "^0.12.1" | ||
} | ||
} |
541968