@evoke-platform/context 1.8.0-dev.3 → 1.8.0-internal.0

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.
@@ -49,6 +49,7 @@ export type TableViewLayout = {
49
49
  sort?: Sort;
50
50
  };
51
51
  export type PanelViewSection = {
52
+ label: string;
52
53
  entries?: PanelViewEntry[];
53
54
  };
54
55
  export type PanelViewSections = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.8.0-dev.3",
3
+ "version": "1.8.0-internal.0",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "test": "mocha --recursive dist/tests",
12
12
  "release": "commit-and-tag-version -t context@ --releaseCommitMessageFormat \"chore(release): context@{{currentTag}} [skip ci]\"",
13
13
  "predeploy": "cp ../../LICENSE .",
14
- "deploy": "npm publish"
14
+ "deploy": "npm publish --provenance"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",