ng-talkback 19.0.55 → 21.0.4

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.55",
3
+ "version": "21.0.4",
4
4
  "module": "fesm2022/ng-talkback.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -0,0 +1,4 @@
1
+ // @ts-nocheck
2
+ type Dummy = 'a';
3
+
4
+ export type { Dummy };
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "ng-talkback";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "19.0.55";
20
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.4";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'ng-talkback';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '19.0.55';
24
+ exports.CURRENT_PACKAGE_VERSION = '21.0.4';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
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;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"}
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,QAAQ,CAAC;AAChD,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback",
3
- "version": "19.0.55",
3
+ "version": "21.0.4",
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",
@@ -32,8 +32,8 @@
32
32
  "json5": "~2.2.3",
33
33
  "lodash": "~4.17.21",
34
34
  "mkdirp": "^0.5.1",
35
- "uuid": "~11.1.0",
36
- "axios": "~1.8.4"
35
+ "uuid": "~13.0.0",
36
+ "axios": "~1.13.2"
37
37
  },
38
38
  "description": "Fork of node.js HTTP proxy that records and playbacks requests",
39
39
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-talkback/websql",
3
- "version": "19.0.55",
3
+ "version": "21.0.4",
4
4
  "module": "fesm2022/ng-talkback.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -0,0 +1,4 @@
1
+ // @ts-nocheck
2
+ type Dummy = 'a';
3
+
4
+ export type { Dummy };
@@ -1,6 +0,0 @@
1
- // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="ng-talkback" />
6
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export type Dummy = 'a';
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export * from './lib';
package/websql/index.d.ts DELETED
@@ -1,6 +0,0 @@
1
- // @ts-nocheck
2
- /**
3
- * Generated bundle index. Do not edit.
4
- */
5
- /// <amd-module name="ng-talkback" />
6
- export * from './public-api';
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export type Dummy = 'a';
@@ -1,2 +0,0 @@
1
- // @ts-nocheck
2
- export * from './lib';