@silexpert/core 1.1.108 → 1.1.109
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/es/types/index.d.ts +0 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +0 -1
- package/es/types/index.js.map +1 -1
- package/js/types/index.js +1 -10
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/index.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.109",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "js/index.js",
|
package/ts/types/index.ts
CHANGED
|
@@ -318,7 +318,6 @@ export * from './Form/FormAuthenticate';
|
|
|
318
318
|
export * from './Form/FormConnector';
|
|
319
319
|
|
|
320
320
|
// Enums
|
|
321
|
-
export * from './Enum/Supervision';
|
|
322
321
|
export * from './Enum/ChangeLog';
|
|
323
322
|
export * from './Enum/VisualizedInformation';
|
|
324
323
|
export * from './Enum/NafCode';
|