@coralogix/browser 1.5.0 → 1.7.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.7.0 (2025-01-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Revert rollup bundling due to unexpected issues
6
+
7
+ ## 1.6.0 (2025-01-19)
8
+
9
+ ### 🚀 Features
10
+
11
+ - bundling project with rollup and support ES5.
12
+
1
13
  ## 1.5.0 (2025-01-09)
2
14
 
3
15
  ### 🚀 Features
package/README.md CHANGED
@@ -811,8 +811,8 @@ CoralogixRum.measureUserAgentSpecificMemory();
811
811
 
812
812
  ## CDN
813
813
 
814
- Coralogix Browser SDK is also provided via CDN.
815
- You can choose a specific version or use the latest one.
814
+ Coralogix Browser SDK is also provided via CDN.<br>
815
+ You can choose your desired version.
816
816
 
817
817
  #### Specific Version (recommended)
818
818
 
@@ -821,6 +821,8 @@ Replace [version] with a version from [Releases page](https://www.npmjs.com/pack
821
821
 
822
822
  #### Latest Version
823
823
 
824
+ > _**Note: CDN latest has been deprecated, please use an explicit version instead.**_
825
+
824
826
  https://cdn.rum-ingress-coralogix.com/coralogix/browser/latest/coralogix-browser-sdk.js
825
827
 
826
828
  ### Add the CDN script to your application
@@ -828,7 +830,7 @@ https://cdn.rum-ingress-coralogix.com/coralogix/browser/latest/coralogix-browser
828
830
  ```javascript
829
831
  <head>
830
832
  ...
831
- <script src="https://cdn.rum-ingress-coralogix.com/coralogix/browser/1.0.101/coralogix-browser-sdk.js"></script>
833
+ <script src="https://cdn.rum-ingress-coralogix.com/coralogix/browser/1.5.0/coralogix-browser-sdk.js"></script>
832
834
  </head>
833
835
  ```
834
836
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralogix/browser",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "description": "Official Coralogix SDK for browsers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Coralogix",
@@ -12,7 +12,10 @@
12
12
  "coralogix",
13
13
  "sdk",
14
14
  "browser",
15
- "javascript"
15
+ "javascript",
16
+ "typescript",
17
+ "monitoring",
18
+ "frontend"
16
19
  ],
17
20
  "dependencies": {
18
21
  "@opentelemetry/api": "1.9.0",
package/src/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.5.0";
1
+ export declare const SDK_VERSION = "1.7.0";
package/src/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const SDK_VERSION = '1.5.0';
1
+ export const SDK_VERSION = '1.7.0';
2
2
  //# sourceMappingURL=version.js.map