@scm-manager/ui-extensions 2.36.2-20220523-124512 → 2.37.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.
package/build/index.js CHANGED
@@ -98,7 +98,7 @@ var Binder = class {
98
98
  predicate,
99
99
  extension,
100
100
  extensionName: extensionName ? extensionName : "",
101
- priority: priority || 0
101
+ priority
102
102
  };
103
103
  this.extensionPoints[extensionPoint].push(registration);
104
104
  }
package/build/index.mjs CHANGED
@@ -68,7 +68,7 @@ var Binder = class {
68
68
  predicate,
69
69
  extension,
70
70
  extensionName: extensionName ? extensionName : "",
71
- priority: priority || 0
71
+ priority
72
72
  };
73
73
  this.extensionPoints[extensionPoint].push(registration);
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-extensions",
3
- "version": "2.36.2-20220523-124512",
3
+ "version": "2.37.0",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
@@ -17,7 +17,7 @@
17
17
  "test": "jest"
18
18
  },
19
19
  "dependencies": {
20
- "@scm-manager/ui-types": "2.36.2-20220523-124512",
20
+ "@scm-manager/ui-types": "2.37.0",
21
21
  "react": "^17.0.1"
22
22
  },
23
23
  "devDependencies": {