@royalschedule/maps 2.2.61 → 2.2.62

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/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export * from './identify';
2
2
  export * from './core';
3
3
  export * from './Admentum';
4
4
  export * from './RS';
5
- export * from './SchoolSoft/file';
5
+ export * from './SchoolSoft';
6
6
  export * from './IdunSoft';
7
7
  export * from './InfoMentor';
8
8
  export * from './Skola24';
package/dist/index.js CHANGED
@@ -56,15 +56,15 @@ Object.keys(_RS).forEach(function (key) {
56
56
  });
57
57
  });
58
58
 
59
- var _file = require("./SchoolSoft/file");
59
+ var _SchoolSoft = require("./SchoolSoft");
60
60
 
61
- Object.keys(_file).forEach(function (key) {
61
+ Object.keys(_SchoolSoft).forEach(function (key) {
62
62
  if (key === "default" || key === "__esModule") return;
63
- if (key in exports && exports[key] === _file[key]) return;
63
+ if (key in exports && exports[key] === _SchoolSoft[key]) return;
64
64
  Object.defineProperty(exports, key, {
65
65
  enumerable: true,
66
66
  get: function get() {
67
- return _file[key];
67
+ return _SchoolSoft[key];
68
68
  }
69
69
  });
70
70
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalschedule/maps",
3
- "version": "2.2.61",
3
+ "version": "2.2.62",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",