aws-rum-web
Advanced tools
Comparing version 1.12.0 to 1.13.2
@@ -5,2 +5,33 @@ # Changelog | ||
### [1.13.2](https://github.com/aws-observability/aws-rum-web/compare/v1.13.1...v1.13.2) (2022-02-25) | ||
### Bug Fixes | ||
* Transpile @aws-sdk to ES5 to gracefully close browsers at end of life ([#363](https://github.com/aws-observability/aws-rum-web/pull/363)) ([f63150d](https://github.com/aws-observability/aws-rum-web/commit/f63150df6ed6a9d8a877ccfe8e160c5a8d9873ec)) | ||
### [1.13.1](https://github.com/aws-observability/aws-rum-web/compare/v1.13.0...v1.13.1) (2022-02-24) | ||
### Bug Fixes | ||
* Update version during release workflow only ([#359](https://github.com/aws-observability/aws-rum-web/pull/359)) ([f6b7bd7](https://github.com/aws-observability/aws-rum-web/commit/f6b7bd744ec9e8413b93a2069c40b815e4ddc9ab)) | ||
## [1.13.0](https://github.com/aws-observability/aws-rum-web/compare/v1.12.0...v1.13.0) (2023-02-23) | ||
### Features | ||
* Create a session ID when cookies are disabled, in order to link all events in a single page together([#314](https://github.com/aws-observability/aws-rum-web/issues/314)) ([6943587](https://github.com/aws-observability/aws-rum-web/commit/6943587259b8d7623742656199dc26b26b5bcd5d)) | ||
* Increase default stack trace length from 200 to 1000([#313](https://github.com/aws-observability/aws-rum-web/issues/313)) ([28e34c5](https://github.com/aws-observability/aws-rum-web/commit/28e34c5ad541e1fc1e0b12c1a937289df5911791)) | ||
* Record referrer and referrer's domain in the event details of a page-view-event ([#327](https://github.com/aws-observability/aws-rum-web/issues/327)) ([a414c92](https://github.com/aws-observability/aws-rum-web/commit/a414c9265b37f9eafe7ae6475fe71357beadbcfc)) | ||
* Record the webclient version and web client installation method in event metadata([#321](https://github.com/aws-observability/aws-rum-web/issues/321)) ([97c543a](https://github.com/aws-observability/aws-rum-web/commit/97c543a13d845bb4c2683c2b6b85ac97237fa410)) | ||
* Record time spent on a page in the event details of a page-view-event ( ([#341](https://github.com/aws-observability/aws-rum-web/pull/341))([d1c3b17](https://github.com/aws-observability/aws-rum-web/commit/d1c3b176db0d070faa44cd547c42ed907167d51b)) | ||
### Bug Fixes | ||
* Add type to recordJsErrorEvent parameter ([#339](https://github.com/aws-observability/aws-rum-web/issues/339)) ([2ee6ffa](https://github.com/aws-observability/aws-rum-web/commit/2ee6ffa115f448e5f43b18b6af6f58750c35e544)) | ||
## [1.12.0](https://github.com/aws-observability/aws-rum-web/compare/v1.11.0...v1.12.0) (2022-11-17) | ||
@@ -7,0 +38,0 @@ |
{ | ||
"name": "aws-rum-web", | ||
"version": "1.12.0", | ||
"version": "1.13.2", | ||
"sideEffects": false, | ||
@@ -34,2 +34,3 @@ "description": "The Amazon CloudWatch RUM web client.", | ||
"build:dev": "npm-run-all -s build build:webpack:dev", | ||
"build:version": "bash update-version.sh", | ||
"release": "npm run build", | ||
@@ -46,4 +47,4 @@ "version": "standard-version", | ||
"integ:browser": "npm run integ -- --config-file=./.testcafe.browser.js", | ||
"integ:browser:ie": "npm run integ -- ie src/__integ__/unsupportedBrowser.test.ts", | ||
"integ:headless": "npm run integ -- --config-file=./.testcafe.headless.js", | ||
"integ:headless-linux": "npm run integ -- --config-file=./.testcafe.headless-linux.js", | ||
"integ:headless-windows": "npm run integ -- --config-file=./.testcafe.headless-windows.js", | ||
"preinteg:local:nightwatch": "http-server ./build/dev -s &", | ||
@@ -66,13 +67,14 @@ "integ:local:nightwatch": "nightwatch", | ||
"@aws-sdk/client-rum": "^3.76.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.2", | ||
"@babel/plugin-transform-runtime": "^7.16.0", | ||
"@babel/preset-env": "~7.6.3", | ||
"@babel/preset-env": "~7.20.2", | ||
"@playwright/test": "^1.21.1", | ||
"@types/jest": "^27.0.2", | ||
"@types/jest": "^29.2.3", | ||
"@types/shimmer": "^1.0.2", | ||
"@types/ua-parser-js": "^0.7.35", | ||
"@types/uuid": "^8.3.0", | ||
"@types/uuid": "^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"@webpack-cli/serve": "^1.6.0", | ||
"babel-loader": "~8.2.5", | ||
"babel-loader": "~9.1.0", | ||
"case-sensitive-paths-webpack-plugin": "^2.1.2", | ||
@@ -88,7 +90,8 @@ "copy-webpack-plugin": "^11.0.0", | ||
"eslint-plugin-react": "^7.31.8", | ||
"generate-json-webpack-plugin": "^2.0.0", | ||
"http-server": "^14.1.1", | ||
"husky": "^8.0.1", | ||
"jest": "^27.2.5", | ||
"jest": "^29.3.1", | ||
"jest-date-mock": "^1.0.8", | ||
"jest-environment-jsdom": "^27.2.5", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"jest-environment-jsdom-global": "^4.0.0", | ||
@@ -103,3 +106,3 @@ "jest-mock-random": "^1.1.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "2.2.1", | ||
"prettier": "2.8.1", | ||
"standard-version": "^9.3.2", | ||
@@ -109,4 +112,4 @@ "testcafe": "^2.0.1", | ||
"testcafe-reporter-json": "^1.0.0", | ||
"ts-jest": "^27.0.5", | ||
"ts-loader": "^9.4.1", | ||
"ts-jest": "^29.0.3", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^4.8.4", | ||
@@ -117,3 +120,3 @@ "web-streams-polyfill": "^3.1.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-dev-middleware": "^5.2.1", | ||
"webpack-dev-middleware": "^6.0.0", | ||
"webpack-dev-server": "^4.3.1", | ||
@@ -132,3 +135,3 @@ "webpack-merge": "^5.8.0", | ||
"ua-parser-js": "^0.7.23", | ||
"uuid": "^8.3.2", | ||
"uuid": "^9.0.0", | ||
"web-vitals": "^3.0.2" | ||
@@ -154,4 +157,5 @@ }, | ||
"browserslist": [ | ||
"defaults" | ||
"defaults", | ||
"ie 11" | ||
] | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1262534
260
14633
54
1
3
+ Addeduuid@9.0.1(transitive)
- Removeduuid@8.3.2(transitive)
Updateduuid@^9.0.0