Skip to content

Commit

Permalink
Upgraded NPM packages and small fix in AutoMapperHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
loedeman committed May 29, 2017
1 parent 808a59f commit 9ff3ead
Show file tree
Hide file tree
Showing 30 changed files with 154 additions and 105 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automapper-ts",
"version": "1.8.1",
"version": "1.8.2",
"description": "A convention-based object-object mapper in JavaScript, written in TypeScript. Ported from the original C# AutoMapper library at https://github.com/AutoMapper/AutoMapper.",
"keywords": [
"automapper",
Expand Down
2 changes: 1 addition & 1 deletion dist/automapper-classes.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// [bundle remove start]
/// <reference path="automapper-interfaces.d.ts" />
// [bundle remove end]
// Type definitions for AutoMapper.js 1.8.1
// Type definitions for AutoMapper.js 1.8.2
// Project: https://github.com/loedeman/AutoMapper
// Definitions by: Bert Loedeman <https://github.com/loedeman>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dist/automapper-declaration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/// <reference path="automapper-classes.d.ts" />

// Type definitions for AutoMapper.js 1.8.1
// Type definitions for AutoMapper.js 1.8.2
// Project: https://github.com/loedeman/AutoMapper
// Definitions by: Bert Loedeman <https://github.com/loedeman>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dist/automapper-interfaces.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// [bundle remove start]
// Type definitions for AutoMapper.js 1.8.1
// Type definitions for AutoMapper.js 1.8.2
// Project: https://github.com/loedeman/AutoMapper
// Definitions by: Bert Loedeman <https://github.com/loedeman>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion dist/automapper.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for AutoMapper.js 1.8.1
// Type definitions for AutoMapper.js 1.8.2
// Project: https://github.com/loedeman/AutoMapper
// Definitions by: Bert Loedeman <https://github.com/loedeman>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
Expand Down
70 changes: 43 additions & 27 deletions dist/automapper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/automapper.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/automapper.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/automapper.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulp.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var GulpConfig = (function () {

function gulpConfig() {
this.libraryVersion = '1.8.1';
this.libraryVersion = '1.8.2';
// folder definitions
this.baseFolder = './';

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automapper-ts",
"version": "1.8.1",
"version": "1.8.2",
"description": "A convention-based object-object mapper in JavaScript, written in TypeScript. Ported from the original C# AutoMapper library at https://github.com/AutoMapper/AutoMapper.",
"keywords": [
"automapper",
Expand Down Expand Up @@ -35,10 +35,10 @@
"gulp-header": "^1.8.8",
"gulp-inject": "^4.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.9.1",
"gulp-tslint": "^7.0.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.1.0",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-umd": "^0.2.0",
"gulp-util": "^3.0.8",
"jasmine-core": "^2.5.2",
Expand All @@ -49,7 +49,7 @@
"karma-phantomjs-launcher": "^1.0.2",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.14",
"tslint": "^4.2.0",
"tslint": "^5.3.2",
"typescript": "^2.1.4"
}
}
17 changes: 11 additions & 6 deletions samples/js/configuration.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ff3ead

Please sign in to comment.