taon 21.0.41 → 21.0.42
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/browser/package.json +1 -1
- package/browser/types/taon-browser.d.ts +3 -3
- package/browser-prod/package.json +1 -1
- package/browser-prod/types/taon-browser.d.ts +3 -3
- package/browser-prod.re-export.json +1 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/package.json +1 -1
- package/lib/ui/index.js +2 -2
- package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib-prod/build-info._auto-generated_.d.ts +1 -1
- package/lib-prod/build-info._auto-generated_.js +1 -1
- package/lib-prod/package.json +1 -1
- package/lib-prod/ui/index.d.ts +1 -1
- package/lib-prod/ui/index.js +2 -2
- package/lib-prod/ui/taon-admin-mode-configuration/index.d.ts +1 -1
- package/lib-prod/ui/taon-admin-mode-configuration/index.js +2 -2
- package/lib-prod.re-export.json +1 -0
- package/package.json +1 -1
- package/websql/package.json +1 -1
- package/websql/types/taon-websql.d.ts +3 -3
- package/websql-prod/package.json +1 -1
- package/websql-prod/types/taon-websql.d.ts +3 -3
- package/websql-prod.re-export.json +1 -0
package/browser/package.json
CHANGED
|
@@ -14,13 +14,13 @@ import { InjectionToken, ViewContainerRef } from '@angular/core';
|
|
|
14
14
|
import { AxiosResponse } from 'axios';
|
|
15
15
|
import * as rxjs from 'rxjs';
|
|
16
16
|
import { Observable, Subscriber } from 'rxjs';
|
|
17
|
+
import * as multer from 'multer';
|
|
17
18
|
import * as _ngx_formly_core from '@ngx-formly/core';
|
|
18
19
|
import { FieldWrapper, FieldArrayType, FormlyFormBuilder, FormlyFieldConfig } from '@ngx-formly/core';
|
|
19
|
-
import * as Electron from 'electron';
|
|
20
|
-
import { ipcRenderer } from 'electron';
|
|
21
20
|
import { ServerOptions, Server as Server$1, DefaultEventsMap } from 'socket.io';
|
|
22
21
|
import { io, Socket } from 'socket.io-client';
|
|
23
|
-
import * as
|
|
22
|
+
import * as Electron from 'electron';
|
|
23
|
+
import { ipcRenderer } from 'electron';
|
|
24
24
|
|
|
25
25
|
declare abstract class TaonBaseCustomRepository extends TaonBaseInjector {
|
|
26
26
|
}
|
|
@@ -14,13 +14,13 @@ import { InjectionToken, ViewContainerRef } from '@angular/core';
|
|
|
14
14
|
import { AxiosResponse } from 'axios';
|
|
15
15
|
import * as rxjs from 'rxjs';
|
|
16
16
|
import { Observable, Subscriber } from 'rxjs';
|
|
17
|
+
import * as multer from 'multer';
|
|
17
18
|
import * as _ngx_formly_core from '@ngx-formly/core';
|
|
18
19
|
import { FieldWrapper, FieldArrayType, FormlyFormBuilder, FormlyFieldConfig } from '@ngx-formly/core';
|
|
19
|
-
import * as Electron from 'electron';
|
|
20
|
-
import { ipcRenderer } from 'electron';
|
|
21
20
|
import { ServerOptions, Server as Server$1, DefaultEventsMap } from 'socket.io';
|
|
22
21
|
import { io, Socket } from 'socket.io-client';
|
|
23
|
-
import * as
|
|
22
|
+
import * as Electron from 'electron';
|
|
23
|
+
import { ipcRenderer } from 'electron';
|
|
24
24
|
|
|
25
25
|
declare abstract class TaonBaseCustomRepository extends TaonBaseInjector {
|
|
26
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
|
|
|
25
25
|
/**
|
|
26
26
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
27
27
|
*/
|
|
28
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
28
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.42';
|
|
29
29
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
30
30
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib/package.json
CHANGED
package/lib/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769386254233 = dummy1769386254233;
|
|
4
|
+
function dummy1769386254233() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769386254836 = dummy1769386254836;
|
|
4
|
+
function dummy1769386254836() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
|
|
|
25
25
|
/**
|
|
26
26
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
27
27
|
*/
|
|
28
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
28
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.42';
|
|
29
29
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
30
30
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib-prod/package.json
CHANGED
package/lib-prod/ui/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1769386303965(): void;
|
package/lib-prod/ui/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769386303965 = dummy1769386303965;
|
|
4
|
+
function dummy1769386303965() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1769386304844(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769386304844 = dummy1769386304844;
|
|
4
|
+
function dummy1769386304844() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
package/websql/package.json
CHANGED
|
@@ -14,13 +14,13 @@ import { InjectionToken, ViewContainerRef } from '@angular/core';
|
|
|
14
14
|
import { AxiosResponse } from 'axios';
|
|
15
15
|
import * as rxjs from 'rxjs';
|
|
16
16
|
import { Observable, Subscriber } from 'rxjs';
|
|
17
|
+
import * as multer from 'multer';
|
|
17
18
|
import * as _ngx_formly_core from '@ngx-formly/core';
|
|
18
19
|
import { FieldWrapper, FieldArrayType, FormlyFormBuilder, FormlyFieldConfig } from '@ngx-formly/core';
|
|
19
|
-
import * as Electron from 'electron';
|
|
20
|
-
import { ipcRenderer } from 'electron';
|
|
21
20
|
import { ServerOptions, Server as Server$1, DefaultEventsMap } from 'socket.io';
|
|
22
21
|
import { io, Socket } from 'socket.io-client';
|
|
23
|
-
import * as
|
|
22
|
+
import * as Electron from 'electron';
|
|
23
|
+
import { ipcRenderer } from 'electron';
|
|
24
24
|
|
|
25
25
|
declare abstract class TaonBaseCustomRepository extends TaonBaseInjector {
|
|
26
26
|
}
|
package/websql-prod/package.json
CHANGED
|
@@ -14,13 +14,13 @@ import { InjectionToken, ViewContainerRef } from '@angular/core';
|
|
|
14
14
|
import { AxiosResponse } from 'axios';
|
|
15
15
|
import * as rxjs from 'rxjs';
|
|
16
16
|
import { Observable, Subscriber } from 'rxjs';
|
|
17
|
+
import * as multer from 'multer';
|
|
17
18
|
import * as _ngx_formly_core from '@ngx-formly/core';
|
|
18
19
|
import { FieldWrapper, FieldArrayType, FormlyFormBuilder, FormlyFieldConfig } from '@ngx-formly/core';
|
|
19
|
-
import * as Electron from 'electron';
|
|
20
|
-
import { ipcRenderer } from 'electron';
|
|
21
20
|
import { ServerOptions, Server as Server$1, DefaultEventsMap } from 'socket.io';
|
|
22
21
|
import { io, Socket } from 'socket.io-client';
|
|
23
|
-
import * as
|
|
22
|
+
import * as Electron from 'electron';
|
|
23
|
+
import { ipcRenderer } from 'electron';
|
|
24
24
|
|
|
25
25
|
declare abstract class TaonBaseCustomRepository extends TaonBaseInjector {
|
|
26
26
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|