@metamask-previews/notification-services-controller 23.1.0-preview-b19325264 → 23.1.0-preview-9c8c0a0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -279,7 +279,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
279
279
 
280
280
  - **BREAKING:** bump `@metamask/profile-sync-controller` peer dependency to `^18.0.0` ([#5996](https://github.com/MetaMask/core/pull/5996))
281
281
  - **BREAKING:** Migrated to notification v2 endpoints ([#5945](https://github.com/MetaMask/core/pull/5945))
282
-
283
282
  - `https://trigger.api.cx.metamask.io/api/v1` to `https://trigger.api.cx.metamask.io/api/v2` for managing out notification subscriptions
284
283
  - `https://notification.api.cx.metamask.io/api/v1` to `https://notification.api.cx.metamask.io/api/v2` for fetching notifications (in-app notifications)
285
284
  - `https://push.api.cx.metamask.io/v1` to `https://push.api.cx.metamask.io/v2` for subscribing push notifications
@@ -520,7 +519,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
520
519
  ### Changed
521
520
 
522
521
  - update the types described in `types/on-chain-notification/schema` and `types/on-chain-notification/on-chain-notification` ([#4818](https://github.com/MetaMask/core/pull/4818))
523
-
524
522
  - adds new notifications: aave_v3_health_factor; ens_expiration; lido_staking_rewards; notional_loan_expiration; rocketpool_staking_rewards; spark_fi_health_factor
525
523
  - splits Wallet Notifications from Web 3 Notifications
526
524
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "23.1.0-preview-b19325264",
3
+ "version": "23.1.0-preview-9c8c0a0",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -122,7 +122,7 @@
122
122
  "devDependencies": {
123
123
  "@lavamoat/allow-scripts": "^3.0.4",
124
124
  "@lavamoat/preinstall-always-fail": "^2.1.0",
125
- "@metamask/auto-changelog": "^6.0.0",
125
+ "@metamask/auto-changelog": "^6.1.0",
126
126
  "@ts-bridge/cli": "^0.6.4",
127
127
  "@types/jest": "^29.5.14",
128
128
  "@types/lodash": "^4.14.191",