-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed optional parameter in restRequestBuilder.delete()
- Loading branch information
Showing
13 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@frui.ts/demo", | ||
"private": true, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "> TODO: description", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -24,12 +24,12 @@ | |
"proxy": "lcp --proxyUrl https://redmine.dev.eman.cz" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/apiclient": "^0.7.1", | ||
"@frui.ts/data": "^0.7.1", | ||
"@frui.ts/datascreens": "^0.7.1", | ||
"@frui.ts/dirtycheck": "^0.7.1", | ||
"@frui.ts/screens": "^0.7.1", | ||
"@frui.ts/validation": "^0.7.1", | ||
"@frui.ts/views": "^0.7.1" | ||
"@frui.ts/apiclient": "^0.7.2", | ||
"@frui.ts/data": "^0.7.2", | ||
"@frui.ts/datascreens": "^0.7.2", | ||
"@frui.ts/dirtycheck": "^0.7.2", | ||
"@frui.ts/screens": "^0.7.2", | ||
"@frui.ts/validation": "^0.7.2", | ||
"@frui.ts/views": "^0.7.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"packages": [ | ||
"demo", | ||
"packages/*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Frui.ts helpers for http communication", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -24,6 +24,6 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/helpers": "^0.7.1" | ||
"@frui.ts/helpers": "^0.7.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Bootstrap controls ready for Frui.ts integration", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -24,9 +24,9 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/dirtycheck": "^0.7.1", | ||
"@frui.ts/validation": "^0.7.1", | ||
"@frui.ts/views": "^0.7.1", | ||
"@frui.ts/dirtycheck": "^0.7.2", | ||
"@frui.ts/validation": "^0.7.2", | ||
"@frui.ts/views": "^0.7.2", | ||
"bind-decorator": "^1.0.11", | ||
"bootstrap": "^4.3.1", | ||
"react-bootstrap": "^1.0.0-beta.12" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Helpers and interfaces for handling paged and sorted data sets", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "> TODO: description", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"homepage": "", | ||
|
@@ -25,10 +25,10 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/data": "^0.7.1", | ||
"@frui.ts/dirtycheck": "^0.7.1", | ||
"@frui.ts/helpers": "^0.7.1", | ||
"@frui.ts/screens": "^0.7.1", | ||
"@frui.ts/validation": "^0.7.1" | ||
"@frui.ts/data": "^0.7.2", | ||
"@frui.ts/dirtycheck": "^0.7.2", | ||
"@frui.ts/helpers": "^0.7.2", | ||
"@frui.ts/screens": "^0.7.2", | ||
"@frui.ts/validation": "^0.7.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Observable dirty checking", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -24,6 +24,6 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/helpers": "^0.7.1" | ||
"@frui.ts/helpers": "^0.7.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Frui.ts screens", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -24,7 +24,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/helpers": "^0.7.1", | ||
"@frui.ts/helpers": "^0.7.2", | ||
"query-string": "^6.9.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"publishConfig": { | ||
"registry": "https://nexus.eman.cz/repository/eman-npm/" | ||
}, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "> TODO: description", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"homepage": "", | ||
|
@@ -25,7 +25,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/helpers": "^0.7.1", | ||
"@frui.ts/screens": "^0.7.1" | ||
"@frui.ts/helpers": "^0.7.2", | ||
"@frui.ts/screens": "^0.7.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@frui.ts/stories", | ||
"private": true, | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "> TODO: description", | ||
"author": "Augustin Šulc <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -20,11 +20,11 @@ | |
"prebuild": "rimraf dist" | ||
}, | ||
"dependencies": { | ||
"@frui.ts/bootstrap": "^0.7.1", | ||
"@frui.ts/dirtycheck": "^0.7.1", | ||
"@frui.ts/screens": "^0.7.1", | ||
"@frui.ts/validation": "^0.7.1", | ||
"@frui.ts/views": "^0.7.1", | ||
"@frui.ts/bootstrap": "^0.7.2", | ||
"@frui.ts/dirtycheck": "^0.7.2", | ||
"@frui.ts/screens": "^0.7.2", | ||
"@frui.ts/validation": "^0.7.2", | ||
"@frui.ts/views": "^0.7.2", | ||
"bootstrap": "^4.3.1", | ||
"react-bootstrap": "^1.0.0-beta.12" | ||
} | ||
|