ng-talkback 19.0.49 → 19.0.50
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
|
@@ -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.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.50';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-talkback",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.50",
|
|
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",
|
|
@@ -28,7 +28,13 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"author": "Dariusz Filipiak",
|
|
30
30
|
"private": false,
|
|
31
|
-
"dependencies": {
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"json5": "~2.2.3",
|
|
33
|
+
"lodash": "~4.17.21",
|
|
34
|
+
"mkdirp": "^0.5.1",
|
|
35
|
+
"uuid": "~11.1.0",
|
|
36
|
+
"axios": "~1.8.4"
|
|
37
|
+
},
|
|
32
38
|
"description": "Fork of node.js HTTP proxy that records and playbacks requests",
|
|
33
39
|
"keywords": [
|
|
34
40
|
"http-proxy",
|