Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ I propose to add [maintainer github handle] as a AnonCreds project maintainer.

- [list significant achievements]

Here are [their past contributions on AnonCreds project](https://github.com/hyperledger/anoncreds-rs/commits?author=[user github handle]).
Here are [their past contributions on AnonCreds project](https://github.com/anoncreds/anoncreds-wrapper-javascript/commits?author=[user github handle]).

Voting ends two weeks from today.

Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ const schemaJson = schema.toJson()
schema.handle.clear()
```

> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package.
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared/README.md) for documentation on how to use this package.
6 changes: 3 additions & 3 deletions packages/anoncreds-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description": "Nodejs wrapper for Anoncreds",
"main": "build/index",
"source": "src/index",
"homepage": "https://github.com/hyperledger/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-nodejs",
"homepage": "https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-nodejs",
"author": "Hyperledger (https://github.com/hyperledger)",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript",
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript",
"directory": "packages/anoncreds-nodejs"
},
"publishConfig": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"binary": {
"version": "v0.2.3",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
"host": "https://github.com/anoncreds/anoncreds-rs/releases/download",
"packageName": "library-{platform}-{arch}.tar.gz"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const schemaJson = schema.toJson()
schema.handle.clear()
```

> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-react-native` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/hyperledger/anoncreds-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package.
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-react-native` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared/README.md) for documentation on how to use this package.
2 changes: 1 addition & 1 deletion packages/anoncreds-react-native/anoncreds.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "12.0" }
s.source = { :git => "https://github.com/hyperledger/anoncreds-rs", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/anoncreds/anoncreds-rs", :tag => "#{s.version}" }

s.header_mappings_dir = "cpp"

Expand Down
6 changes: 3 additions & 3 deletions packages/anoncreds-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description": "React Native wrapper for Anoncreds",
"main": "build/index",
"source": "src/index",
"homepage": "https://github.com/hyperledger/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-react-native",
"homepage": "https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-react-native",
"author": "Hyperledger (https://github.com/hyperledger)",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript",
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript",
"directory": "packages/anoncreds-react-native"
},
"publishConfig": {
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"binary": {
"version": "v0.2.3",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
"host": "https://github.com/anoncreds/anoncreds-rs/releases/download",
"packageName": "library-ios-android.tar.gz"
}
}
4 changes: 2 additions & 2 deletions packages/anoncreds-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "Apache-2.0",
"description": "Anoncreds wrapper library with NodeJS and React Native",
"main": "src/index",
"homepage": "https://github.com/hyperledger/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared",
"homepage": "https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared",
"repository": {
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript",
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript",
"type": "git",
"directory": "packages/anoncreds-shared"
},
Expand Down