Skip to content

Commit a58d9cf

Browse files
committed
updated version
1 parent 80e8a33 commit a58d9cf

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import {alter} from '@rxstack/platform-callbacks';
7676

7777
### <a name="callbacks-rename"></a> rename
7878

79-
Rename property in data and removes the original one.
79+
Rename property and removes the original one.
8080

8181
Available on:
8282

mocha.opts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
--require should
44
--full-trace
55
--bail
6-
--timeout 60000
76
test/**/*.spec.ts
87

98

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxstack/platform-callbacks",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "RxStack platform specific middleware",
55
"private": false,
66
"author": "Nikolay Georgiev <symfonist@gmail.com>",
@@ -28,12 +28,12 @@
2828
"test": "npm run lint && npm run coverage"
2929
},
3030
"peerDependencies": {
31-
"@rxstack/core": "^0.1",
32-
"@rxstack/exceptions": "^0.1",
33-
"@rxstack/platform": "^0.1",
34-
"@rxstack/query-filter": "^0.1",
35-
"@rxstack/security": "^0.1",
36-
"@rxstack/utils": "^0.1"
31+
"@rxstack/core": "^0.2",
32+
"@rxstack/exceptions": "^0.2",
33+
"@rxstack/platform": "^0.2",
34+
"@rxstack/query-filter": "^0.2",
35+
"@rxstack/security": "^0.2",
36+
"@rxstack/utils": "^0.2"
3737
},
3838
"dependencies": {
3939
"class-transformer": "^0.1.10",
@@ -44,18 +44,18 @@
4444
},
4545
"devDependencies": {
4646
"@types/chai": "^4.1.2",
47-
"@types/lodash": "^4.14.122",
47+
"@types/lodash": "^4.14.123",
4848
"@types/mocha": "^2.2.48",
49-
"@types/node": "^11.10.5",
49+
"@types/node": "^11.12.1",
5050
"chai": "3.5.0",
5151
"mocha": "^5.2.0",
5252
"nyc": "^13.3.0",
5353
"should": "^13.2.3",
5454
"sinon": "^6.3.4",
5555
"source-map-support": "^0.4.15",
5656
"ts-node": "^3.1.0",
57-
"tslint": "^5.13.1",
58-
"typescript": "^3.3.3333"
57+
"tslint": "^5.14.0",
58+
"typescript": "^3.3.4000"
5959
},
6060
"bugs": {
6161
"url": "https://github.com/rxstack/platform-callbacks/issues"

0 commit comments

Comments
 (0)