taon 21.0.37 → 21.0.38
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-prod/package.json +1 -1
- 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/package.json +14 -14
- package/websql/package.json +1 -1
- package/websql-prod/package.json +1 -1
package/browser/package.json
CHANGED
|
@@ -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.38';
|
|
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.dummy1769212985971 = dummy1769212985971;
|
|
4
|
+
function dummy1769212985971() { }
|
|
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.dummy1769212986811 = dummy1769212986811;
|
|
4
|
+
function dummy1769212986811() { }
|
|
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.38';
|
|
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 dummy1769213125313(): 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.dummy1769213125313 = dummy1769213125313;
|
|
4
|
+
function dummy1769213125313() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function
|
|
1
|
+
export declare function dummy1769213135176(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
3
|
+
exports.dummy1769213135176 = dummy1769213135176;
|
|
4
|
+
function dummy1769213135176() { }
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taon",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.38",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"mkdocs": "python3 -m mkdocs",
|
|
6
6
|
"taon init": "taon init",
|
|
@@ -56,7 +56,18 @@
|
|
|
56
56
|
},
|
|
57
57
|
"description": "Isomorphic solution for backend and frontend",
|
|
58
58
|
"main": "dist/app.electron.js",
|
|
59
|
-
"optionalDependencies": {
|
|
59
|
+
"optionalDependencies": {},
|
|
60
|
+
"publisher": "taon-dev",
|
|
61
|
+
"repository": {
|
|
62
|
+
"type": "git",
|
|
63
|
+
"url": "git+https://github.com/darekf77/taon.git"
|
|
64
|
+
},
|
|
65
|
+
"bin": {
|
|
66
|
+
"taon": "bin/taon",
|
|
67
|
+
"taon-debug": "bin/taon-debug",
|
|
68
|
+
"taon-debug-brk": "bin/taon-debug-brk"
|
|
69
|
+
},
|
|
70
|
+
"peerDependencies": {
|
|
60
71
|
"json10": "~21.0.0",
|
|
61
72
|
"lodash-walk-object": "~21.0.0",
|
|
62
73
|
"ng2-rest": "~21.0.0",
|
|
@@ -82,16 +93,5 @@
|
|
|
82
93
|
"rxjs": "~7.8.2",
|
|
83
94
|
"socket.io": "~4.8.3",
|
|
84
95
|
"socket.io-client": "~4.7.5"
|
|
85
|
-
}
|
|
86
|
-
"publisher": "taon-dev",
|
|
87
|
-
"repository": {
|
|
88
|
-
"type": "git",
|
|
89
|
-
"url": "git+https://github.com/darekf77/taon.git"
|
|
90
|
-
},
|
|
91
|
-
"bin": {
|
|
92
|
-
"taon": "bin/taon",
|
|
93
|
-
"taon-debug": "bin/taon-debug",
|
|
94
|
-
"taon-debug-brk": "bin/taon-debug-brk"
|
|
95
|
-
},
|
|
96
|
-
"peerDependencies": {}
|
|
96
|
+
}
|
|
97
97
|
}
|
package/websql/package.json
CHANGED