File tree 7 files changed +12
-13
lines changed
7 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " anoncreds"
3
- version = " 0.1.0 "
3
+ version = " 0.2.0-dev.1 "
4
4
authors = [
5
5
" Hyperledger AnonCreds Contributors <[email protected] >" ,
6
6
]
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ Wrapper for Nodejs around anoncreds-rs
4
4
5
5
## Requirements
6
6
7
- This has been tested extensively with Nodejs version ` 16.11.0 ` and ` 16.15.0 ` .
8
- Older and newer versions might also work, but they have not been tested.
7
+ This library requires (and has been tested extensively with) Node.js version 18.x. Newer versions might also work, but they have not been tested.
9
8
10
9
## Installation
11
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperledger/anoncreds-nodejs" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.2.0-dev.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Nodejs wrapper for Anoncreds" ,
6
6
"main" : " build/index" ,
26
26
"install" : " node-pre-gyp install --target_arch=$(node scripts/arch.js) --target_platform=$(node scripts/platform.js)"
27
27
},
28
28
"dependencies" : {
29
- "@hyperledger/anoncreds-shared" : " 0.1.0" ,
30
- "@mapbox/node-pre-gyp" : " ^1.0.10" ,
31
29
"@2060.io/ffi-napi" : " 4.0.8" ,
32
30
"@2060.io/ref-napi" : " 3.0.6" ,
31
+ "@hyperledger/anoncreds-shared" : " 0.2.0-dev.1" ,
32
+ "@mapbox/node-pre-gyp" : " ^1.0.10" ,
33
33
"node-cache" : " 5.1.2" ,
34
34
"ref-array-di" : " 1.2.2" ,
35
35
"ref-struct-di" : " 1.1.1"
43
43
"binary" : {
44
44
"module_name" : " anoncreds" ,
45
45
"module_path" : " native" ,
46
- "remote_path" : " v0.1.0 " ,
46
+ "remote_path" : " v0.2.0-dev.1 " ,
47
47
"host" : " https://github.com/hyperledger/anoncreds-rs/releases/download/" ,
48
48
"package_name" : " library-{platform}-{arch}.tar.gz"
49
49
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperledger/anoncreds-react-native" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.2.0-dev.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " React Native wrapper for Anoncreds" ,
6
6
"main" : " build/index" ,
35
35
"install" : " node-pre-gyp install"
36
36
},
37
37
"dependencies" : {
38
- "@hyperledger/anoncreds-shared" : " 0.1.0 " ,
38
+ "@hyperledger/anoncreds-shared" : " 0.2.0-dev.1 " ,
39
39
"@mapbox/node-pre-gyp" : " ^1.0.10"
40
40
},
41
41
"devDependencies" : {
52
52
"binary" : {
53
53
"module_name" : " anoncreds" ,
54
54
"module_path" : " native" ,
55
- "remote_path" : " v0.1.0 " ,
55
+ "remote_path" : " v0.2.0-dev.1 " ,
56
56
"host" : " https://github.com/hyperledger/anoncreds-rs/releases/download/" ,
57
57
"package_name" : " library-ios-android.tar.gz"
58
58
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperledger/anoncreds-shared" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.2.0-dev.1 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Anoncreds wrapper library with NodeJS and React Native" ,
6
6
"main" : " build/index" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.0 " ,
2
+ "version" : " 0.2.0-dev.1 " ,
3
3
"useWorkspaces" : true ,
4
4
"npmClient" : " yarn" ,
5
5
"command" : {
Original file line number Diff line number Diff line change 1
1
"""anoncreds library wrapper version."""
2
2
3
- __version__ = "0.1.0 "
3
+ __version__ = "0.2.0-dev.1 "
You can’t perform that action at this time.
0 commit comments