taon 21.0.41 → 21.0.44
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 +2 -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.44';
|
|
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.dummy1769391724076 = dummy1769391724076;
|
|
4
|
+
function dummy1769391724076() { }
|
|
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.dummy1769391725074 = dummy1769391725074;
|
|
4
|
+
function dummy1769391725074() { }
|
|
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.44';
|
|
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 dummy1769391821725(): 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.dummy1769391821725 = dummy1769391821725;
|
|
4
|
+
function dummy1769391821725() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1769391830270(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769391830270 = dummy1769391830270;
|
|
4
|
+
function dummy1769391830270() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taon",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.44",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"mkdocs": "python3 -m mkdocs",
|
|
6
6
|
"taon init": "taon init",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"ora": "3.4.0",
|
|
53
53
|
"progress": "2.0.3",
|
|
54
54
|
"open": "7.2.1",
|
|
55
|
+
"cfonts": "3.3.0",
|
|
55
56
|
"tnp": "~21.0.0"
|
|
56
57
|
},
|
|
57
58
|
"description": "Isomorphic solution for backend and frontend",
|
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
|
+
{}
|