@schibsted/account-sdk-browser 4.8.6-beta → 4.8.7

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/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2018 Schibsted Products & Technology AS
1
+ Copyright (c) 2024 Schibsted Products & Technology AS
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
4
4
  associated documentation files (the "Software"), to deal in the Software without restriction,
package/README.md CHANGED
@@ -303,12 +303,12 @@ Tags are pushed to NPM via Travis. To release a new version, run in master
303
303
  $ npm version <major|minor|patch>
304
304
  ```
305
305
 
306
- which will run the test, update version in package.json, commi, tag the commit
306
+ which will run the test, update version in package.json, commit, tag the commit
307
307
  and push.
308
308
 
309
309
  ## LICENSE
310
310
 
311
- Copyright (c) 2018 Schibsted Products & Technology AS
311
+ Copyright (c) 2024 Schibsted Products & Technology AS
312
312
 
313
313
  Licensed under the [MIT
314
314
  License](https://github.com/schibsted/account-sdk-browser/blob/master/LICENSE.md)