Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aurelia-route-recognizer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-route-recognizer - npm Package Compare versions

Comparing version 1.0.0-beta.2.0.1 to 1.0.0-rc.1.0.0

4

bower.json
{
"name": "aurelia-route-recognizer",
"version": "1.0.0-beta.2.0.1",
"version": "1.0.0-rc.1.0.0",
"description": "A lightweight JavaScript library that matches paths against registered routes. It includes support for dynamic and star segments and nested handlers.",

@@ -21,4 +21,4 @@ "keywords": [

"dependencies": {
"aurelia-path": "^1.0.0-beta.2.0.0"
"aurelia-path": "^1.0.0-rc.1.0.0"
}
}
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,3 +16,3 @@ System.config({

map: {
"aurelia-path": "npm:aurelia-path@1.0.0-beta.2.0.0",
"aurelia-path": "npm:aurelia-path@1.0.0-rc.1.0.0",
"babel": "npm:babel-core@5.8.38",

@@ -19,0 +19,0 @@ "babel-runtime": "npm:babel-runtime@5.8.38",

@@ -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/route-recognizer/compare/1.0.0-beta.2.0.1...v1.0.0-rc.1.0.0) (2016-06-22)
### 1.0.0-beta.1.2.1 (2016-05-10)

@@ -2,0 +7,0 @@

{
"name": "aurelia-route-recognizer",
"version": "1.0.0-beta.2.0.1",
"version": "1.0.0-rc.1.0.0",
"description": "A lightweight JavaScript library that matches paths against registered routes. It includes support for dynamic and star segments and nested handlers.",

@@ -34,6 +34,6 @@ "keywords": [

"peerDependencies": {
"aurelia-path": "^1.0.0-beta.2.0.0"
"aurelia-path": "^1.0.0-rc.1.0.0"
},
"dependencies": {
"aurelia-path": "^1.0.0-beta.2.0.0"
"aurelia-path": "^1.0.0-rc.1.0.0"
},

@@ -47,12 +47,12 @@ "devDependencies": {

"dependencies": {
"aurelia-path": "^1.0.0-beta.2.0.0"
"aurelia-path": "^1.0.0-rc.1.0.0"
},
"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",

@@ -64,4 +64,3 @@ "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",
"del": "^2.2.1",
"gulp": "^3.9.1",

@@ -71,2 +70,3 @@ "gulp-babel": "^6.1.2",

"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-coveralls": "0.1.4",

@@ -97,4 +97,4 @@ "gulp-eslint": "^2.0.0",

"through2": "^2.0.1",
"typedoc": "^0.4.2",
"typescript": "^1.9.0-dev.20160613-1.0",
"typedoc": "^0.4.4",
"typescript": "^1.9.0-dev.20160622-1.0",
"vinyl": "^1.1.1",

@@ -101,0 +101,0 @@ "vinyl-paths": "^2.1.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc