aurelia-validation
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "aurelia-validation", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Validation for Aurelia applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,1 +1,11 @@ | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/aurelia/validation/compare/1.3.0...1.3.1) (2018-11-16) | ||
### Bug Fixes | ||
* **CustomAttribute:** import customAttribute from aurelia-templating ([08c2f45](https://github.com/aurelia/validation/commit/08c2f45)), closes [#507](https://github.com/aurelia/validation/issues/507) | ||
<a name="1.3.0"></a> | ||
@@ -2,0 +12,0 @@ # [1.3.0](https://github.com/aurelia/validation/compare/1.2.3...1.3.0) (2018-10-30) |
{ | ||
"name": "aurelia-validation", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Validation for Aurelia applications", | ||
@@ -30,2 +30,4 @@ "keywords": [ | ||
"build": "rollup -c --environment NODE_ENV:production", | ||
"postbuild": "npm run build:dts", | ||
"build:dts": "dts-bundle-generator -o dist/aurelia-validation.d.ts src/aurelia-validation.ts", | ||
"predoc": "cross-env rimraf doc/api.json && rimraf dist/doc-temp && tsc --project tsconfig.build.json --outFile dist/doc-temp/aurelia-validation.js && node doc/shape-defs && copyfiles tsconfig.json dist/doc-temp", | ||
@@ -74,2 +76,3 @@ "doc": "cross-env typedoc --json doc/api.json --excludeExternals --includeDeclarations --mode modules --target ES6 --name aurelia-validation-docs dist/doc-temp/", | ||
"devDependencies": { | ||
"@types/jsdom": "^12.2.0", | ||
"@types/node": "^8.5.1", | ||
@@ -85,2 +88,3 @@ "aurelia-bootstrapper": "^2.3.0", | ||
"cross-env": "^5.2.0", | ||
"dts-bundle-generator": "^1.6.1", | ||
"jasmine-core": "^3.2.1", | ||
@@ -87,0 +91,0 @@ "karma": "^3.0.0", |
@@ -27,3 +27,2 @@ import typescript from 'rollup-plugin-typescript2'; | ||
target: 'es2015', | ||
declarationDir: 'dist/types' | ||
}, | ||
@@ -52,4 +51,3 @@ include: ['src'], | ||
module: 'es2015', | ||
target: 'es2017', | ||
declaration: false | ||
target: 'es2017' | ||
}, | ||
@@ -77,4 +75,3 @@ include: ['src'], | ||
compilerOptions: { | ||
module: 'es2015', | ||
declaration: false | ||
module: 'es2015' | ||
}, | ||
@@ -81,0 +78,0 @@ include: ['src'], |
import { ValidationController } from './validation-controller'; | ||
import { ValidationRenderer } from './validation-renderer'; | ||
import { customAttribute } from 'aurelia-framework'; | ||
import { customAttribute } from 'aurelia-templating'; | ||
@@ -5,0 +5,0 @@ @customAttribute('validation-renderer') |
@@ -16,3 +16,3 @@ { | ||
"strictNullChecks": true, | ||
"declaration": true, | ||
"declaration": false, | ||
"forceConsistentCasingInFileNames": true, | ||
@@ -19,0 +19,0 @@ "experimentalDecorators": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
995912
27
72
15385