@banch0u/core-project-test-repository 1.12.9 → 2.0.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.
@@ -33,22 +33,19 @@ export var entryData = [{
33
33
  }, {
34
34
  id: 5,
35
35
  value: "Arxiv",
36
- pathname: "".concat(rootUrl, "/archive"),
36
+ pathname: "".concat(rootUrl, "/archive/search"),
37
37
  icon: /*#__PURE__*/React.createElement(ArchiveIcon, null),
38
- scopes: "archive",
39
- construction: true
38
+ scopes: "archive"
40
39
  }, {
41
40
  id: 6,
42
41
  value: "Nəqliyyat",
43
42
  pathname: "".concat(rootUrl, "/transport/personnel"),
44
43
  icon: /*#__PURE__*/React.createElement(TransportIcon, null),
45
- scopes: "transport",
46
- construction: true
44
+ scopes: "transport"
47
45
  }, {
48
46
  id: 7,
49
47
  value: "Laboratoriya",
50
- pathname: "".concat(rootUrl, "/lab"),
48
+ pathname: "".concat(rootUrl, "/lab/flasks"),
51
49
  icon: /*#__PURE__*/React.createElement(LabIcon, null),
52
- scopes: "lab",
53
- construction: true
50
+ scopes: "lab"
54
51
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banch0u/core-project-test-repository",
3
- "version": "1.12.9",
3
+ "version": "2.0.0",
4
4
  "description": "Shared core features for all projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [