@cofondateurauchomage/libs 1.0.22 → 1.0.23

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/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { SKILLS } from "./const";
2
- export { Collections, IUser } from "./db.model";
3
- export { checkSkills } from "./utils/checkSkills";
4
- export { RGX } from "./utils/regex";
1
+ import { SKILLS } from "./const";
2
+ import { Collections, IUser } from "./db.model";
3
+ import { RGX } from "./utils/regex";
4
+ export { SKILLS, Collections, IUser, RGX };
package/lib/index.js CHANGED
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RGX = exports.checkSkills = exports.Collections = exports.SKILLS = void 0;
4
- var const_1 = require("./const");
3
+ exports.RGX = exports.Collections = exports.SKILLS = void 0;
4
+ const const_1 = require("./const");
5
5
  Object.defineProperty(exports, "SKILLS", { enumerable: true, get: function () { return const_1.SKILLS; } });
6
- var db_model_1 = require("./db.model");
6
+ const db_model_1 = require("./db.model");
7
7
  Object.defineProperty(exports, "Collections", { enumerable: true, get: function () { return db_model_1.Collections; } });
8
- var checkSkills_1 = require("./utils/checkSkills");
9
- Object.defineProperty(exports, "checkSkills", { enumerable: true, get: function () { return checkSkills_1.checkSkills; } });
10
- var regex_1 = require("./utils/regex");
8
+ const regex_1 = require("./utils/regex");
11
9
  Object.defineProperty(exports, "RGX", { enumerable: true, get: function () { return regex_1.RGX; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "lib/index",
6
6
  "scripts": {