record-replay-req-res-scenario 19.0.38 → 19.0.39
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
|
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "record-replay-req-res-scenario";
|
|
|
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.
|
|
20
|
+
export declare const CURRENT_PACKAGE_VERSION = "19.0.39";
|
|
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'record-replay-req-res-scenario';
|
|
|
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.39';
|
|
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": "record-replay-req-res-scenario",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.39",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"taon init": "taon init",
|
|
6
6
|
"taon start": "taon start",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"description": "Description for record-replay-req-res-scenario. Hello world!",
|
|
31
31
|
"main": "dist/app.electron.js",
|
|
32
|
+
"optionalDependencies": {},
|
|
32
33
|
"bin": {
|
|
33
34
|
"record-replay-req-res-scenario": "bin/record-replay-req-res-scenario",
|
|
34
35
|
"record-replay-req-res-scenario-debug": "bin/record-replay-req-res-scenario-debug",
|
package/scss/vars.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
2
|
-
// CORE ASSETS BASENAME - use it only for asset from core container
|
|
3
|
-
$basename: '/';
|
|
4
|
-
$website_title: 'Record Replay Req Res Scenario';
|
|
5
|
-
$website_domain: 'record-replay-req-res-scenario.example.domain.com';
|
|
6
|
-
$project_npm_name: 'record-replay-req-res-scenario';
|
|
7
|
-
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
2
|
+
// CORE ASSETS BASENAME - use it only for asset from core container
|
|
3
|
+
$basename: '/';
|
|
4
|
+
$website_title: 'Record Replay Req Res Scenario';
|
|
5
|
+
$website_domain: 'record-replay-req-res-scenario.example.domain.com';
|
|
6
|
+
$project_npm_name: 'record-replay-req-res-scenario';
|
|
7
|
+
// THIS FILE IS GENERATED - DO NOT MODIFY
|
package/tmp-environment.json
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
},
|
|
6
6
|
"paths": {},
|
|
7
7
|
"config": {},
|
|
8
|
-
"container": {
|
|
8
|
+
"container": {
|
|
9
|
+
"only": []
|
|
10
|
+
},
|
|
9
11
|
"ports": {},
|
|
10
12
|
"init": {},
|
|
11
13
|
"build": {
|
|
@@ -24,12 +26,12 @@
|
|
|
24
26
|
"releaseType": "manual",
|
|
25
27
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
26
28
|
"envName": "__",
|
|
27
|
-
"resolvedNewVersion": "19.0.
|
|
29
|
+
"resolvedNewVersion": "19.0.23"
|
|
28
30
|
},
|
|
29
31
|
"copyToManager": {},
|
|
30
32
|
"buildInfo": {
|
|
31
|
-
"date": "2025-05-
|
|
32
|
-
"hash": "
|
|
33
|
+
"date": "2025-05-29T20:31:29.000Z",
|
|
34
|
+
"hash": "9597cfcddc4db80622d77c37535bd22e9d60bc34"
|
|
33
35
|
},
|
|
34
36
|
"currentProjectName": "record-replay-req-res-scenario",
|
|
35
37
|
"currentProjectType": "isomorphic-lib",
|