ng-talkback 19.0.34 → 19.0.36
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
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autogenerated by current cli tool
|
|
3
|
+
*/
|
|
1
4
|
export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
|
|
5
|
+
/**
|
|
6
|
+
* This value can be change in taon.jsonc (appId)
|
|
7
|
+
*/
|
|
2
8
|
export declare const APP_ID = "com.domain.example.ng-talkback";
|
|
9
|
+
/**
|
|
10
|
+
* Autogenerated by current cli tool
|
|
11
|
+
*/
|
|
12
|
+
export declare const BUILD_BASE_HREF = "";
|
|
13
|
+
/**
|
|
14
|
+
* This value can be change in taon.jsonc (overrideNpmName)
|
|
15
|
+
*/
|
|
3
16
|
export declare const PROJECT_NPM_NAME = "ng-talkback";
|
|
4
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
19
|
+
*/
|
|
20
|
+
export declare const CURRENT_PACKAGE_VERSION = "19.0.36";
|
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
|
|
3
|
+
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5
|
+
/**
|
|
6
|
+
* Autogenerated by current cli tool
|
|
7
|
+
*/
|
|
5
8
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
9
|
+
/**
|
|
10
|
+
* This value can be change in taon.jsonc (appId)
|
|
11
|
+
*/
|
|
6
12
|
exports.APP_ID = 'com.domain.example.ng-talkback';
|
|
13
|
+
/**
|
|
14
|
+
* Autogenerated by current cli tool
|
|
15
|
+
*/
|
|
16
|
+
exports.BUILD_BASE_HREF = '';
|
|
17
|
+
/**
|
|
18
|
+
* This value can be change in taon.jsonc (overrideNpmName)
|
|
19
|
+
*/
|
|
7
20
|
exports.PROJECT_NPM_NAME = 'ng-talkback';
|
|
8
|
-
|
|
21
|
+
/**
|
|
22
|
+
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
|
+
*/
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.36';
|
|
9
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
10
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC;;GAEG;AACU,QAAA,wBAAwB,GAAG,KAAK,CAAC;AAC9C;;GAEG;AACU,QAAA,MAAM,GAAG,gCAAgC,CAAC;AACvD;;GAEG;AACU,QAAA,eAAe,GAAG,EAAE,CAAC;AAClC;;GAEG;AACU,QAAA,gBAAgB,GAAG,aAAa,CAAC;AAC9C;;GAEG;AACU,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,yCAAyC"}
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -8,7 +8,11 @@
|
|
|
8
8
|
"container": {
|
|
9
9
|
"only": []
|
|
10
10
|
},
|
|
11
|
-
"ports": {
|
|
11
|
+
"ports": {
|
|
12
|
+
"ngNormalAppPort": 4243,
|
|
13
|
+
"ngWebsqlAppPort": 4244,
|
|
14
|
+
"nodeBeAppPort": 4119
|
|
15
|
+
},
|
|
12
16
|
"init": {},
|
|
13
17
|
"build": {
|
|
14
18
|
"pwa": {},
|
|
@@ -26,12 +30,12 @@
|
|
|
26
30
|
"releaseType": "manual",
|
|
27
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
28
32
|
"envName": "__",
|
|
29
|
-
"resolvedNewVersion": "19.0.
|
|
33
|
+
"resolvedNewVersion": "19.0.21"
|
|
30
34
|
},
|
|
31
35
|
"copyToManager": {},
|
|
32
36
|
"buildInfo": {
|
|
33
|
-
"date": "2025-05-
|
|
34
|
-
"hash": "
|
|
37
|
+
"date": "2025-05-28T01:48:52.000Z",
|
|
38
|
+
"hash": "a726ddc0a684555afc631348dd469d97428d0277"
|
|
35
39
|
},
|
|
36
40
|
"currentProjectName": "ng-talkback",
|
|
37
41
|
"currentProjectType": "isomorphic-lib",
|