Skip to content

Commit

Permalink
v0.7.0-unstable.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Transmute CD committed Nov 3, 2021
1 parent c2f5074 commit 4d7591f
Show file tree
Hide file tree
Showing 67 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.7.0-unstable.22"
"version": "0.7.0-unstable.23"
}
2 changes: 1 addition & 1 deletion packages/bbs-bls12381-signature-2020/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/bbs-bls12381-signature-2020/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transmute/bbs-bls12381-signature-2020",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"description": "Transmute implementation of https://w3id.org/security/suites/bls12381-2020",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/bbs-bls12381-signature-2020",
Expand Down Expand Up @@ -35,17 +35,17 @@
"devDependencies": {
"@mattrglobal/bls12381-key-pair": "^0.7.0",
"@mattrglobal/jsonld-signatures-bbs": "^0.10.1-unstable.0cec1f1",
"@transmute/credentials-context": "^0.7.0-unstable.22",
"@transmute/did-context": "^0.7.0-unstable.22",
"@transmute/security-context": "^0.7.0-unstable.22",
"@transmute/credentials-context": "^0.7.0-unstable.23",
"@transmute/did-context": "^0.7.0-unstable.23",
"@transmute/security-context": "^0.7.0-unstable.23",
"tsdx": "^0.14.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
},
"dependencies": {
"@mattrglobal/bbs-signatures": "^0.6.0",
"@stablelib/random": "^1.0.1",
"@transmute/bls12381-key-pair": "^0.7.0-unstable.22",
"@transmute/bls12381-key-pair": "^0.7.0-unstable.23",
"jsonld": "^5.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/bls12381-key-pair/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bls12381-key-pair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/bls12381-key-pair",
"author": "Orie Steele",
"module": "dist/bls12381-key-pair.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/bls12381-key-pair",
"repository": {
Expand Down Expand Up @@ -59,6 +59,6 @@
},
"dependencies": {
"@mattrglobal/bls12381-key-pair": "^0.5.0",
"@transmute/ld-key-pair": "^0.7.0-unstable.22"
"@transmute/ld-key-pair": "^0.7.0-unstable.23"
}
}
2 changes: 1 addition & 1 deletion packages/cbor-ld/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cbor-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/cbor-ld",
"author": "Orie Steele",
"module": "dist/cbor-ld.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/cli",
"author": "Orie Steele",
"module": "dist/cli.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"private": true,
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/cli",
Expand Down Expand Up @@ -63,8 +63,8 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@transmute/universal-wallet": "^0.7.0-unstable.22",
"@transmute/universal-wallet-did-key-plugin": "^0.7.0-unstable.22",
"@transmute/universal-wallet": "^0.7.0-unstable.23",
"@transmute/universal-wallet-did-key-plugin": "^0.7.0-unstable.23",
"factory.ts": "^0.5.1",
"yargs": "^16.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/compressable-bitstring/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/compressable-bitstring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/compressable-bitstring",
"author": "Orie Steele",
"module": "dist/compressable-bitstring.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transmute/credentials-context",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"description": "",
"main": "index.js",
"types": "typings.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transmute/did-context",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"description": "",
"main": "index.js",
"types": "typings.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/did-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-web",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"description": "",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ed25519-key-pair/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/ed25519-key-pair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/ed25519-key-pair",
"author": "Orie Steele",
"module": "dist/ed25519-key-pair.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/ed25519-key-pair",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@stablelib/ed25519": "^1.0.1",
"@transmute/ld-key-pair": "^0.7.0-unstable.22",
"@transmute/x25519-key-pair": "^0.7.0-unstable.22"
"@transmute/ld-key-pair": "^0.7.0-unstable.23",
"@transmute/x25519-key-pair": "^0.7.0-unstable.23"
}
}
2 changes: 1 addition & 1 deletion packages/ed25519-signature-2018/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/ed25519-signature-2018/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/ed25519-signature-2018",
"author": "Orie Steele",
"module": "dist/ed25519-signature-2018.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/ed25519-signature-2018",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@digitalbazaar/ed25519-signature-2018": "^2.0.1",
"@digitalbazaar/ed25519-verification-key-2018": "^3.1.1",
"@transmute/credentials-context": "^0.7.0-unstable.22",
"@transmute/credentials-context": "^0.7.0-unstable.23",
"json-pointer": "^0.6.1",
"jsonld-signatures": "^9.3.0",
"moment": "^2.29.1",
Expand All @@ -44,8 +44,8 @@
},
"dependencies": {
"@transmute/ed25519-key-pair": "0.7.0-unstable.2",
"@transmute/jose-ld": "^0.7.0-unstable.22",
"@transmute/security-context": "^0.7.0-unstable.22",
"@transmute/jose-ld": "^0.7.0-unstable.23",
"@transmute/security-context": "^0.7.0-unstable.23",
"jsonld": "5.2.0"
},
"gitHead": "37f52c102233963d1369862e104df87dd4c5d063"
Expand Down
2 changes: 1 addition & 1 deletion packages/hl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/hl",
"author": "Orie Steele",
"module": "dist/hl.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop-helper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/interop-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "interop-helper",
"private": true,
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,12 +17,12 @@
"@digitalbazaar/ed25519-signature-2018": "^2.0.1",
"@digitalbazaar/ed25519-verification-key-2018": "^3.1.1",
"@digitalbazaar/vc": "^1.0.0",
"@transmute/credentials-context": "^0.7.0-unstable.22",
"@transmute/did-context": "^0.7.0-unstable.22",
"@transmute/ed25519-key-pair": "^0.7.0-unstable.22",
"@transmute/credentials-context": "^0.7.0-unstable.23",
"@transmute/did-context": "^0.7.0-unstable.23",
"@transmute/ed25519-key-pair": "^0.7.0-unstable.23",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.2",
"@transmute/linked-data-proof": "0.2.1-unstable.10",
"@transmute/security-context": "^0.7.0-unstable.22",
"@transmute/security-context": "^0.7.0-unstable.23",
"@transmute/vc.js": "0.2.1-unstable.10",
"canonicalize": "^1.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jose-ld/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/jose-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/jose-ld",
"author": "Orie Steele",
"module": "dist/jose-ld.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/jose-ld",
"repository": {
Expand Down Expand Up @@ -49,10 +49,10 @@
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.2",
"@transmute/ed25519-key-pair": "^0.7.0-unstable.22",
"@transmute/secp256k1-key-pair": "^0.7.0-unstable.22",
"@transmute/web-crypto-key-pair": "^0.7.0-unstable.22",
"@transmute/x25519-key-pair": "^0.7.0-unstable.22",
"@transmute/ed25519-key-pair": "^0.7.0-unstable.23",
"@transmute/secp256k1-key-pair": "^0.7.0-unstable.23",
"@transmute/web-crypto-key-pair": "^0.7.0-unstable.23",
"@transmute/x25519-key-pair": "^0.7.0-unstable.23",
"jose": "^3.17.0",
"size-limit": "^4.9.2",
"ts-jest": "^26.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-web-signature/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/json-web-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/json-web-signature",
"author": "Orie Steele",
"module": "dist/json-web-signature.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/json-web-signature",
"repository": {
Expand Down Expand Up @@ -49,8 +49,8 @@
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.2",
"@transmute/credentials-context": "^0.7.0-unstable.22",
"@transmute/did-context": "^0.7.0-unstable.22",
"@transmute/credentials-context": "^0.7.0-unstable.23",
"@transmute/did-context": "^0.7.0-unstable.23",
"jose": "^3.17.0",
"size-limit": "^4.9.2",
"ts-jest": "^26.5.0",
Expand All @@ -61,7 +61,7 @@
"dependencies": {
"@transmute/bls12381-key-pair": "0.7.0-unstable.2",
"@transmute/ed25519-key-pair": "0.7.0-unstable.2",
"@transmute/jose-ld": "^0.7.0-unstable.22",
"@transmute/jose-ld": "^0.7.0-unstable.23",
"@transmute/secp256k1-key-pair": "0.7.0-unstable.2",
"@transmute/security-context": "0.7.0-unstable.2",
"@transmute/web-crypto-key-pair": "0.7.0-unstable.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonld-schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/jsonld-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@transmute/jsonld-schema",
"author": "Orie Steele",
"module": "dist/jsonld-schema.esm.js",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/jsonld-schema",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.2",
"@transmute/credentials-context": "^0.7.0-unstable.22",
"@transmute/credentials-context": "^0.7.0-unstable.23",
"size-limit": "^4.9.2",
"ts-jest": "^26.5.0",
"tsdx": "^0.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ld-key-pair/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ld-key-pair/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transmute/ld-key-pair",
"version": "0.7.0-unstable.22",
"version": "0.7.0-unstable.23",
"description": "Linked Data Key Pair Interfaces, common methods, and tests",
"author": "mprorock@mesur.io",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/linked-data-proof/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d7591f

Please sign in to comment.