rudder-sdk-js 2.48.41 → 2.48.43
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 +10 -0
- package/LICENSE.md +6 -6
- package/README.md +2 -2
- package/dist/npm/content-script/index.cjs.js +1 -1
- package/dist/npm/content-script/index.es.js +1 -1
- package/dist/npm/content-script/index.js +1 -1
- package/dist/npm/index.cjs.js +1 -1
- package/dist/npm/index.es.js +1 -1
- package/dist/npm/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,16 @@
|
|
2
2
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
4
4
|
|
5
|
+
## [2.48.43](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.48.42...rudder-sdk-js@2.48.43) (2025-01-03)
|
6
|
+
|
7
|
+
### Dependency Updates
|
8
|
+
|
9
|
+
* `@rudderstack/analytics-js-common` updated to version `3.14.15`
|
10
|
+
## [2.48.42](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.48.41...rudder-sdk-js@2.48.42) (2024-12-17)
|
11
|
+
|
12
|
+
### Dependency Updates
|
13
|
+
|
14
|
+
* `@rudderstack/analytics-js-common` updated to version `3.14.14`
|
5
15
|
## [2.48.41](https://github.com/rudderlabs/rudder-sdk-js/compare/rudder-sdk-js@2.48.40...rudder-sdk-js@2.48.41) (2024-12-06)
|
6
16
|
|
7
17
|
### Dependency Updates
|
package/LICENSE.md
CHANGED
@@ -40,14 +40,14 @@ As far as the law allows, the software comes as is, without any warranty or cond
|
|
40
40
|
|
41
41
|
## Definitions
|
42
42
|
|
43
|
-
The
|
43
|
+
The _licensor_ is the entity offering these terms, and the _software_ is the software the licensor makes available under these terms, including any portion of it.
|
44
44
|
|
45
|
-
|
45
|
+
_you_ refers to the individual or entity agreeing to these terms.
|
46
46
|
|
47
|
-
|
47
|
+
_your company_ is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. _control_ means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
|
48
48
|
|
49
|
-
|
49
|
+
_your licenses_ are all the licenses granted to you for the software under these terms.
|
50
50
|
|
51
|
-
|
51
|
+
_use_ means anything you do with the software requiring one of your licenses.
|
52
52
|
|
53
|
-
|
53
|
+
_trademark_ means trademarks, service marks, and similar rights.
|
package/README.md
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
---
|
21
21
|
|
22
22
|
| :warning: This package is deprecated. Please switch to the latest [@rudderstack/analytics-js](https://www.npmjs.com/package/@rudderstack/analytics-js) package for improved features and support. <br>For more details, visit [link](https://www.rudderstack.com/docs/sources/event-streams/sdks/rudderstack-javascript-sdk/). |
|
23
|
-
|
|
23
|
+
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
24
24
|
|
25
25
|
# RudderStack JavaScript SDK
|
26
26
|
|
@@ -40,7 +40,7 @@ The JavaScript SDK lets you track customer event data from your website and send
|
|
40
40
|
- [**Usage in Serverless Runtimes**](#usage-in-serverless-runtimes)
|
41
41
|
|
42
42
|
| **IMPORTANT**: We have deprecated the service worker export from RudderStack JavaScript SDK NPM package and moved it to a separate package. <br/>If you still wish to use it for your project, refer to [**@rudderstack/analytics-js-service-worker package**](https://www.npmjs.com/package/@rudderstack/analytics-js-service-worker). |
|
43
|
-
|
|
43
|
+
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
44
44
|
|
45
45
|
## [](https://github.com/rudderlabs/rudder-sdk-js/blob/main/packages/analytics-v1.1/README.md#installing-the-javascript-sdk)Installing the JavaScript SDK
|
46
46
|
|