ng-talkback 13.0.1 → 13.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.
- package/package.json +1 -1
- package/tmp-environment.json +25 -25
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"workerPlugins": {}
|
|
51
51
|
},
|
|
52
52
|
"name": "ng-talkback",
|
|
53
|
-
"version": "13.0.
|
|
53
|
+
"version": "13.0.4",
|
|
54
54
|
"main": "index.js",
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"description": "A node.js HTTP proxy that records and playbacks requests",
|
|
@@ -61,6 +61,26 @@
|
|
|
61
61
|
"mkdirp": "0.5.1",
|
|
62
62
|
"uuid": "8.3.2"
|
|
63
63
|
},
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "https://github.com/ijpiantanida/talkback"
|
|
67
|
+
},
|
|
68
|
+
"keywords": [
|
|
69
|
+
"http-proxy",
|
|
70
|
+
"record",
|
|
71
|
+
"vcr",
|
|
72
|
+
"playback"
|
|
73
|
+
],
|
|
74
|
+
"author": "Ignacio Piantanida",
|
|
75
|
+
"scripts": {
|
|
76
|
+
"build": "node tools/build.js",
|
|
77
|
+
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
78
|
+
"start": "node examples/server/start.js",
|
|
79
|
+
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
80
|
+
"ts-check": "tsc --noEmit"
|
|
81
|
+
},
|
|
82
|
+
"private": false,
|
|
83
|
+
"lastBuildTagHash": "02908a9f79b6d818b7abc0d520f21caca7e8139c",
|
|
64
84
|
"devDependencies": {
|
|
65
85
|
"@angular-devkit/build-angular": "~13.2.5",
|
|
66
86
|
"@angular/animations": "~13.2.0",
|
|
@@ -277,32 +297,12 @@
|
|
|
277
297
|
"validator": "9.2.0",
|
|
278
298
|
"watch": "1.0.2",
|
|
279
299
|
"zone.js": "~0.11.4"
|
|
280
|
-
}
|
|
281
|
-
"repository": {
|
|
282
|
-
"type": "git",
|
|
283
|
-
"url": "https://github.com/ijpiantanida/talkback"
|
|
284
|
-
},
|
|
285
|
-
"keywords": [
|
|
286
|
-
"http-proxy",
|
|
287
|
-
"record",
|
|
288
|
-
"vcr",
|
|
289
|
-
"playback"
|
|
290
|
-
],
|
|
291
|
-
"author": "Ignacio Piantanida",
|
|
292
|
-
"scripts": {
|
|
293
|
-
"build": "node tools/build.js",
|
|
294
|
-
"ci": "yarn ts-check && yarn test && yarn build && USE_DIST=1 yarn test",
|
|
295
|
-
"start": "node examples/server/start.js",
|
|
296
|
-
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
|
|
297
|
-
"ts-check": "tsc --noEmit"
|
|
298
|
-
},
|
|
299
|
-
"private": false,
|
|
300
|
-
"lastBuildTagHash": "02908a9f79b6d818b7abc0d520f21caca7e8139c"
|
|
300
|
+
}
|
|
301
301
|
},
|
|
302
302
|
"build": {
|
|
303
|
-
"number":
|
|
304
|
-
"date": "2022-03-
|
|
305
|
-
"hash": "
|
|
303
|
+
"number": 236,
|
|
304
|
+
"date": "2022-03-18T16:10:07.000Z",
|
|
305
|
+
"hash": "cd0b00b3fd0590ef380e12b36b9b65c431d13a60",
|
|
306
306
|
"options": {}
|
|
307
307
|
},
|
|
308
308
|
"currentProjectName": "ng-talkback",
|