Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@amedia/user

Package Overview
Dependencies
Maintainers
107
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/user - npm Package Compare versions

Comparing version
1.1.6
to
1.2.0
+12
-0
CHANGELOG.md
# @amedia/user
## 1.2.0
### Minor Changes
- [#1212](https://github.com/amedia/amedia-user-js/pull/1212) [`26590e0`](https://github.com/amedia/amedia-user-js/commit/26590e06f4ccad0a7f5977bf54209b55aebfdb9f) Thanks [@pederfo](https://github.com/pederfo)! - Add replace param on goToLoginPage
### Patch Changes
- [#1205](https://github.com/amedia/amedia-user-js/pull/1205) [`2473e6a`](https://github.com/amedia/amedia-user-js/commit/2473e6ad1aab9d763f3653cdf8d97dbee20247d5) Thanks [@csandven](https://github.com/csandven)! - tryParseJSON helper and error logging
- [#1211](https://github.com/amedia/amedia-user-js/pull/1211) [`d2812e7`](https://github.com/amedia/amedia-user-js/commit/d2812e7b43bdfc93269104f44a5623fcfcebb14c) Thanks [@hennikul](https://github.com/hennikul)! - Remove nebula backend integration. The nebula system is being shut down, so all calls to it have been removed. The `extraData` field is kept in the API for backwards compatibility but now always returns an empty object.
## 1.1.6

@@ -4,0 +16,0 @@

+2
-1

@@ -9,3 +9,3 @@ import * as v from 'valibot';

avatar: string | null;
/** @deprecated use data from [@amedia/user-datapoints](https://github.com/amedia/amedia-user-datapoints) instead */
/** @deprecated Always returns empty. Use data from [@amedia/user-datapoints](https://github.com/amedia/amedia-user-datapoints) instead. */
extraData: {

@@ -166,2 +166,3 @@ [index: string]: unknown;

context?: string;
replace?: boolean;
};

@@ -168,0 +169,0 @@ /**

@@ -9,3 +9,3 @@ {

"author": "Amedia Produkt og Teknologi AS (https://amedia.no)",
"version": "1.1.6",
"version": "1.2.0",
"type": "module",

@@ -12,0 +12,0 @@ "types": "./index.d.ts",