@newrelic/browser-agent 1.311.0-rc.6 → 1.311.0-rc.7
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.
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.RRWEB_PACKAGE_NAME = exports.D
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.311.0-rc.
|
|
20
|
+
const VERSION = exports.VERSION = "1.311.0-rc.7";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -31,4 +31,4 @@ const BUILD_ENV = exports.BUILD_ENV = "CDN";
|
|
|
31
31
|
const DIST_METHOD = exports.DIST_METHOD = 'CDN';
|
|
32
32
|
const RRWEB_PACKAGE_NAME = exports.RRWEB_PACKAGE_NAME = '@newrelic/rrweb';
|
|
33
33
|
// Babel will inline this with the rrweb (fork) version on CDN builds.
|
|
34
|
-
const RRWEB_VERSION = exports.RRWEB_VERSION = "1.0
|
|
34
|
+
const RRWEB_VERSION = exports.RRWEB_VERSION = "1.1.0";
|
|
@@ -17,7 +17,7 @@ exports.VERSION = exports.RRWEB_VERSION = exports.RRWEB_PACKAGE_NAME = exports.D
|
|
|
17
17
|
/**
|
|
18
18
|
* Exposes the version of the agent
|
|
19
19
|
*/
|
|
20
|
-
const VERSION = exports.VERSION = "1.311.0-rc.
|
|
20
|
+
const VERSION = exports.VERSION = "1.311.0-rc.7";
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* Exposes the build type of the agent
|
|
@@ -32,4 +32,4 @@ const BUILD_ENV = exports.BUILD_ENV = 'NPM';
|
|
|
32
32
|
const DIST_METHOD = exports.DIST_METHOD = 'NPM';
|
|
33
33
|
const RRWEB_PACKAGE_NAME = exports.RRWEB_PACKAGE_NAME = '@newrelic/rrweb';
|
|
34
34
|
// Babel will inline this with the rrweb (fork) version on NPM dist esm/cjs builds.
|
|
35
|
-
const RRWEB_VERSION = exports.RRWEB_VERSION = "1.0
|
|
35
|
+
const RRWEB_VERSION = exports.RRWEB_VERSION = "1.1.0";
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/**
|
|
12
12
|
* Exposes the version of the agent
|
|
13
13
|
*/
|
|
14
|
-
export const VERSION = "1.311.0-rc.
|
|
14
|
+
export const VERSION = "1.311.0-rc.7";
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Exposes the build type of the agent
|
|
@@ -25,4 +25,4 @@ export const BUILD_ENV = "CDN";
|
|
|
25
25
|
export const DIST_METHOD = 'CDN';
|
|
26
26
|
export const RRWEB_PACKAGE_NAME = '@newrelic/rrweb';
|
|
27
27
|
// Babel will inline this with the rrweb (fork) version on CDN builds.
|
|
28
|
-
export const RRWEB_VERSION = "1.0
|
|
28
|
+
export const RRWEB_VERSION = "1.1.0";
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/**
|
|
12
12
|
* Exposes the version of the agent
|
|
13
13
|
*/
|
|
14
|
-
export const VERSION = "1.311.0-rc.
|
|
14
|
+
export const VERSION = "1.311.0-rc.7";
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* Exposes the build type of the agent
|
|
@@ -26,4 +26,4 @@ export const BUILD_ENV = 'NPM';
|
|
|
26
26
|
export const DIST_METHOD = 'NPM';
|
|
27
27
|
export const RRWEB_PACKAGE_NAME = '@newrelic/rrweb';
|
|
28
28
|
// Babel will inline this with the rrweb (fork) version on NPM dist esm/cjs builds.
|
|
29
|
-
export const RRWEB_VERSION = "1.0
|
|
29
|
+
export const RRWEB_VERSION = "1.1.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newrelic/browser-agent",
|
|
3
|
-
"version": "1.311.0-rc.
|
|
3
|
+
"version": "1.311.0-rc.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
|
|
6
6
|
"description": "New Relic Browser Agent",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"url": "https://github.com/newrelic/newrelic-browser-agent.git"
|
|
214
214
|
},
|
|
215
215
|
"dependencies": {
|
|
216
|
-
"@newrelic/rrweb": "1.0
|
|
216
|
+
"@newrelic/rrweb": "1.1.0",
|
|
217
217
|
"fflate": "0.8.2",
|
|
218
218
|
"web-vitals": "4.2.4"
|
|
219
219
|
},
|