rudder-sdk-js 2.48.43 → 2.49.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rudder-sdk-js",
3
- "version": "2.48.43",
3
+ "version": "2.49.0",
4
4
  "description": "RudderStack JavaScript SDK",
5
5
  "main": "dist/npm/index.js",
6
6
  "module": "dist/npm/index.es.js",
@@ -46,5 +46,8 @@
46
46
  "type": "git",
47
47
  "url": "https://github.com/rudderlabs/rudder-sdk-js.git",
48
48
  "directory": "packages/analytics-v1.1"
49
+ },
50
+ "scripts": {
51
+ "postinstall": "echo 'This package is deprecated and no longer maintained. While your events are still being tracked and delivered, we strongly recommend you to migrate to the latest @rudderstack/analytics-js (https://www.npmjs.com/package/@rudderstack/analytics-js) package for enhanced features, security updates, and ongoing support. For more details, visit the migration guide: https://www.rudderstack.com/docs/sources/event-streams/sdks/rudderstack-javascript-sdk/migration-guide/'"
49
52
  }
50
53
  }