@equinor/fusion
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -19,3 +19,3 @@ import BaseResourceCollection from './BaseResourceCollection'; | ||
jobDescription(projectId, positionId) { | ||
return combineUrls(this.position(projectId, positionId, false), 'jobDescription/content'); | ||
return combineUrls(this.position(projectId, positionId, false), 'jobDescription', 'content'); | ||
} | ||
@@ -22,0 +22,0 @@ reportsTo(projectId, positionId) { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.4.3"; | ||
declare const _default: "0.4.4"; | ||
export default _default; |
@@ -1,1 +0,1 @@ | ||
export default '0.4.3'; | ||
export default '0.4.4'; |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
170463