ng-talkback 19.0.35 → 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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback/browser",
3
- "version": "19.0.35",
3
+ "version": "19.0.36",
4
4
  "module": "fesm2022/ng-talkback.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,5 +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
+ */
3
12
  export declare const BUILD_BASE_HREF = "";
13
+ /**
14
+ * This value can be change in taon.jsonc (overrideNpmName)
15
+ */
4
16
  export declare const PROJECT_NPM_NAME = "ng-talkback";
5
- export declare const CURRENT_PACKAGE_VERSION = "19.0.35";
17
+ /**
18
+ * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
+ */
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.36";
@@ -2,10 +2,25 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
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
+ */
7
16
  exports.BUILD_BASE_HREF = '';
17
+ /**
18
+ * This value can be change in taon.jsonc (overrideNpmName)
19
+ */
8
20
  exports.PROJECT_NPM_NAME = 'ng-talkback';
9
- exports.CURRENT_PACKAGE_VERSION = '19.0.35';
21
+ /**
22
+ * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
+ */
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.36';
10
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
11
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;AAC5B,QAAA,wBAAwB,GAAG,KAAK,CAAC;AACjC,QAAA,MAAM,GAAG,gCAAgC,CAAC;AAC1C,QAAA,eAAe,GAAG,EAAE,CAAC;AACrB,QAAA,gBAAgB,GAAG,aAAa,CAAC;AACjC,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACjD,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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback",
3
- "version": "19.0.35",
3
+ "version": "19.0.36",
4
4
  "scripts": {
5
5
  "build": "node tools/build.js",
6
6
  "ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
@@ -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.23"
33
+ "resolvedNewVersion": "19.0.21"
30
34
  },
31
35
  "copyToManager": {},
32
36
  "buildInfo": {
33
- "date": "2025-05-29T20:31:19.000Z",
34
- "hash": "6e20a346c09c9a236f5e4424c0e2b92d7f6496ad"
37
+ "date": "2025-05-28T01:48:52.000Z",
38
+ "hash": "a726ddc0a684555afc631348dd469d97428d0277"
35
39
  },
36
40
  "currentProjectName": "ng-talkback",
37
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback/websql",
3
- "version": "19.0.35",
3
+ "version": "19.0.36",
4
4
  "module": "fesm2022/ng-talkback.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {