aurelia-pal
Advanced tools
Comparing version 1.0.0-beta.2.0.0 to 1.0.0-rc.1.0.0
{ | ||
"name": "aurelia-pal", | ||
"version": "1.0.0-beta.2.0.0", | ||
"version": "1.0.0-rc.1.0.0", | ||
"description": "Aurelia's platform abstraction layer (PAL).", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
var gulp = require('gulp'); | ||
var runSequence = require('run-sequence'); | ||
var paths = require('../paths'); | ||
var changelog = require('conventional-changelog'); | ||
var fs = require('fs'); | ||
var bump = require('gulp-bump'); | ||
var args = require('../args'); | ||
var conventionalChangelog = require('gulp-conventional-changelog'); | ||
gulp.task('changelog', function () { | ||
return gulp.src(paths.doc + '/CHANGELOG.md', { | ||
buffer: false | ||
}).pipe(conventionalChangelog({ | ||
preset: 'angular' | ||
})) | ||
.pipe(gulp.dest(paths.doc)); | ||
}); | ||
gulp.task('bump-version', function(){ | ||
@@ -15,14 +24,2 @@ return gulp.src(['./package.json', './bower.json']) | ||
gulp.task('changelog', function(callback) { | ||
var pkg = JSON.parse(fs.readFileSync('./package.json', 'utf-8')); | ||
return changelog({ | ||
repository: pkg.repository.url, | ||
version: pkg.version, | ||
file: paths.doc + '/CHANGELOG.md' | ||
}, function(err, log) { | ||
fs.writeFileSync(paths.doc + '/CHANGELOG.md', log); | ||
}); | ||
}); | ||
gulp.task('prepare-release', function(callback){ | ||
@@ -29,0 +26,0 @@ return runSequence( |
@@ -16,16 +16,16 @@ System.config({ | ||
map: { | ||
"babel": "npm:babel-core@5.8.25", | ||
"babel-runtime": "npm:babel-runtime@5.8.25", | ||
"core-js": "npm:core-js@2.0.3", | ||
"babel": "npm:babel-core@5.8.38", | ||
"babel-runtime": "npm:babel-runtime@5.8.38", | ||
"core-js": "npm:core-js@2.4.0", | ||
"github:jspm/nodelibs-assert@0.1.0": { | ||
"assert": "npm:assert@1.3.0" | ||
"assert": "npm:assert@1.4.1" | ||
}, | ||
"github:jspm/nodelibs-buffer@0.1.0": { | ||
"buffer": "npm:buffer@3.6.0" | ||
}, | ||
"github:jspm/nodelibs-path@0.1.0": { | ||
"path-browserify": "npm:path-browserify@0.0.0" | ||
}, | ||
"github:jspm/nodelibs-process@0.1.1": { | ||
"process": "npm:process@0.10.1" | ||
}, | ||
"github:jspm/nodelibs-process@0.1.2": { | ||
"process": "npm:process@0.11.2" | ||
"process": "npm:process@0.11.5" | ||
}, | ||
@@ -35,13 +35,27 @@ "github:jspm/nodelibs-util@0.1.0": { | ||
}, | ||
"npm:assert@1.3.0": { | ||
"github:jspm/nodelibs-vm@0.1.0": { | ||
"vm-browserify": "npm:vm-browserify@0.0.4" | ||
}, | ||
"npm:assert@1.4.1": { | ||
"assert": "github:jspm/nodelibs-assert@0.1.0", | ||
"buffer": "github:jspm/nodelibs-buffer@0.1.0", | ||
"process": "github:jspm/nodelibs-process@0.1.2", | ||
"util": "npm:util@0.10.3" | ||
}, | ||
"npm:babel-runtime@5.8.25": { | ||
"process": "github:jspm/nodelibs-process@0.1.1" | ||
"npm:babel-runtime@5.8.38": { | ||
"process": "github:jspm/nodelibs-process@0.1.2" | ||
}, | ||
"npm:core-js@2.0.3": { | ||
"npm:buffer@3.6.0": { | ||
"base64-js": "npm:base64-js@0.0.8", | ||
"child_process": "github:jspm/nodelibs-child_process@0.1.0", | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"ieee754": "npm:ieee754@1.1.6", | ||
"isarray": "npm:isarray@1.0.0", | ||
"process": "github:jspm/nodelibs-process@0.1.2" | ||
}, | ||
"npm:core-js@2.4.0": { | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"path": "github:jspm/nodelibs-path@0.1.0", | ||
"process": "github:jspm/nodelibs-process@0.1.2", | ||
"systemjs-json": "github:systemjs/plugin-json@0.1.0" | ||
"systemjs-json": "github:systemjs/plugin-json@0.1.2" | ||
}, | ||
@@ -54,4 +68,6 @@ "npm:inherits@2.0.1": { | ||
}, | ||
"npm:process@0.11.2": { | ||
"assert": "github:jspm/nodelibs-assert@0.1.0" | ||
"npm:process@0.11.5": { | ||
"assert": "github:jspm/nodelibs-assert@0.1.0", | ||
"fs": "github:jspm/nodelibs-fs@0.1.2", | ||
"vm": "github:jspm/nodelibs-vm@0.1.0" | ||
}, | ||
@@ -61,4 +77,7 @@ "npm:util@0.10.3": { | ||
"process": "github:jspm/nodelibs-process@0.1.2" | ||
}, | ||
"npm:vm-browserify@0.0.4": { | ||
"indexof": "npm:indexof@0.0.1" | ||
} | ||
} | ||
}); |
@@ -0,1 +1,6 @@ | ||
<a name="1.0.0-rc.1.0.0"></a> | ||
# [1.0.0-rc.1.0.0](https://github.com/aurelia/pal/compare/1.0.0-beta.2.0.0...v1.0.0-rc.1.0.0) (2016-06-22) | ||
### 1.0.0-beta.1.2.2 (2016-05-10) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "aurelia-pal", | ||
"version": "1.0.0-beta.2.0.0", | ||
"version": "1.0.0-rc.1.0.0", | ||
"description": "Aurelia's platform abstraction layer (PAL).", | ||
@@ -36,9 +36,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"aurelia-tools": "^0.2.1", | ||
"babel-dts-generator": "^0.5.1", | ||
"babel-eslint": "^6.0.4", | ||
"aurelia-tools": "^0.2.3", | ||
"babel-dts-generator": "^0.6.0", | ||
"babel-eslint": "^6.0.5", | ||
"babel-plugin-syntax-flow": "^6.8.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-plugin-transform-es2015-modules-amd": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3", | ||
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0", | ||
@@ -50,5 +50,4 @@ "babel-plugin-transform-flow-strip-types": "^6.8.0", | ||
"babel-preset-stage-1": "^6.5.0", | ||
"conventional-changelog": "^1.1.0", | ||
"del": "^2.2.0", | ||
"eslint": "^2.11.1", | ||
"del": "^2.2.1", | ||
"eslint": "^2.13.1", | ||
"gulp": "^3.9.1", | ||
@@ -58,2 +57,3 @@ "gulp-babel": "^6.1.2", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-conventional-changelog": "^1.1.0", | ||
"gulp-eslint": "^2.0.0", | ||
@@ -78,4 +78,4 @@ "gulp-ignore": "^2.0.1", | ||
"through2": "^2.0.1", | ||
"typedoc": "^0.4.2", | ||
"typescript": "^1.9.0-dev.20160609-1.0", | ||
"typedoc": "^0.4.4", | ||
"typescript": "^1.9.0-dev.20160622-1.0", | ||
"vinyl": "^1.1.1", | ||
@@ -82,0 +82,0 @@ "vinyl-paths": "^2.1.0", |
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
159579
2156