@plusscommunities/pluss-maintenance-app 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,18 +1,19 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-app",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
7
7
  "core": "npm i @plusscommunities/pluss-core-app@latest",
8
- "upload": "npm version patch && npm publish --access public && rm -rf node_modules",
9
- "deploy": "npm run core && npm run upload",
10
- "test": "echo \"Error: no test specified\" && exit 1"
8
+ "patch": "npm version patch",
9
+ "upload": "npm publish --access public && rm -rf node_modules",
10
+ "upload:p": "npm run patch && npm run upload",
11
+ "upload:cp": "npm run core && npm run patch && npm run upload"
11
12
  },
12
13
  "author": "Phillip Suh",
13
14
  "license": "ISC",
14
15
  "dependencies": {
15
- "@plusscommunities/pluss-core-app": "^1.1.2",
16
+ "@plusscommunities/pluss-core-app": "^1.1.5",
16
17
  "axios": "^0.16.2",
17
18
  "lodash": "^4.17.4",
18
19
  "moment": "^2.18.1",
@@ -431,6 +431,7 @@ class RequestDetail extends Component {
431
431
  scrollView={this.scrollView}
432
432
  entityType="maintenancerequest"
433
433
  entityId={this.props.job.id}
434
+ entityName={this.props.job.title}
434
435
  site={this.state.job.site || this.state.job.location}
435
436
  // noScroll={true}
436
437
  // style={{ position: 'absolute', bottom: 0, left: 0, right: 0 }}