angular2-swagger-form-field
Advanced tools
Comparing version 1.1.2 to 1.1.3
CHANGELOG | ||
========= | ||
### 1.1.3 | ||
Added bundles folder with artifacts to load with SystemJS. | ||
### 1.1.0 | ||
Module published to npm. |
{ | ||
"name": "angular2-swagger-form-field", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Angular 2 module with some components to build a model-driven form using the generated classes from the SwaggerTSGenerator.", | ||
@@ -8,2 +8,3 @@ "main": "components.ts", | ||
"build": "tcs", | ||
"deploy-test": "tsc && npm version patch", | ||
"deploy-patch": "tsc && npm version patch && npm publish" | ||
@@ -10,0 +11,0 @@ }, |
@@ -8,3 +8,3 @@ { | ||
"emitDecoratorMetadata": true, | ||
"outFile": "dist/components.js", | ||
"outFile": "bundles/components.js", | ||
"rootDir": ".", | ||
@@ -11,0 +11,0 @@ "sourceMap": true, |
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
279184
1