Comparing version 0.41.0 to 0.42.0
@@ -61,3 +61,2 @@ "use strict"; | ||
exports.mergeEmitResults = mergeEmitResults; | ||
missingSymbol.example(); | ||
/** | ||
@@ -64,0 +63,0 @@ * @deprecated Exposed for backward compat with Angular. Use emit() instead. |
{ | ||
"name": "tsickle", | ||
"version": "0.41.0", | ||
"version": "0.42.0", | ||
"description": "Transpile TypeScript code to JavaScript with Closure annotations.", | ||
@@ -37,3 +37,3 @@ "main": "out/src/tsickle.js", | ||
"lint": "tslint -c tslint.json -p tsconfig.json", | ||
"test": "jasmine out/test/*.js && npm run lint" | ||
"test": "jasmine out/test/*.js && (cd demo && yarn && tsc) && npm run lint" | ||
}, | ||
@@ -40,0 +40,0 @@ "repository": { |
@@ -211,3 +211,3 @@ # Tsickle - TypeScript to Closure Translator [![Build Status](https://github.com/angular/tsickle/actions/workflows/node.js.yml/badge.svg)](https://github.com/angular/tsickle/actions/workflows/node.js.yml) | ||
npm login | ||
npm publish -- --registry https://wombat-dressing-room.appspot.com | ||
npm publish | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
616241
8468