@anastasia-labs/cardano-multiplatform-lib-browser 5.3.1 → 6.0.0-10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 dcSpark
3
+ Copyright (c) 2022 anastasia-labs
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,9 +6,9 @@ This is a library, written in Rust, that can be deployed to multiple platforms (
6
6
 
7
7
  ##### NPM packages
8
8
 
9
- - browser: [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-browser)
10
- - nodejs: [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-nodejs)
11
- - asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@dcspark/cardano-multiplatform-lib-asmjs)
9
+ - browser: [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-browser)
10
+ - nodejs: [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-nodejs)
11
+ - asm.js (strongly discouraged): [link](https://www.npmjs.com/package/@anastasia-labs/cardano-multiplatform-lib-asmjs)
12
12
 
13
13
  ##### Rust crates
14
14
 
@@ -20,5 +20,5 @@ We recommend using Ionic + Capacitor or an equivalent setup to have the WASM bin
20
20
 
21
21
  ## Documentation
22
22
 
23
- https://dcSpark.github.io/cardano-multiplatform-lib/
23
+ https://anastasia-labs.github.io/cardano-multiplatform-lib/
24
24