Skip to content

Commit

Permalink
v1.0.71-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudra Nil Basu committed Oct 4, 2023
1 parent ced694b commit c398f9f
Show file tree
Hide file tree
Showing 37 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"npmClient": "npm",
"npmClientArgs": [
"--production",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-api-driver/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/mdctl-api-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-api-driver",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Api DB Driver",
"repository": {
"type": "git",
Expand All @@ -25,9 +25,9 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-api": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-api": "^1.0.71-alpha.5",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"async-iter-stream": "^1.2.0",
"inflection": "^1.12.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-api-ws/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/mdctl-api-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-api-ws",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Websocket Client",
"repository": {
"type": "git",
Expand All @@ -25,9 +25,9 @@
"author": "Medable, Inc. <mdctl@medable.com>",
"license": "MIT",
"dependencies": {
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-secrets": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"@medable/mdctl-secrets": "^1.0.71-alpha.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"primus": "^7.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-api/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/mdctl-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-api",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: API",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"author": "Medable, Inc. <mdctl@medable.com>",
"license": "MIT",
"dependencies": {
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"axios": "^0.21.1",
"axios-cookiejar-support": "^0.5.0",
"clone": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-axon-tools/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/mdctl-axon-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-axon-tools",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Axon Tools :: Tools For interaction with Axon orgs",
"repository": {
"type": "git",
Expand All @@ -25,10 +25,10 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-api": "^1.0.71-alpha.4",
"@medable/mdctl-api-driver": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-api": "^1.0.71-alpha.5",
"@medable/mdctl-api-driver": "^1.0.71-alpha.5",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"async-iter-stream": "^1.2.0",
"inflection": "^1.12.0",
"lodash": "^4.17.14",
Expand Down
30 changes: 15 additions & 15 deletions packages/mdctl-cli/package-lock.json

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

28 changes: 14 additions & 14 deletions packages/mdctl-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-cli",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Tools :: Cli tool",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,19 +28,19 @@
"lint": "eslint . --ext .js"
},
"dependencies": {
"@medable/mdctl-api": "^1.0.71-alpha.4",
"@medable/mdctl-axon-tools": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-credentials-provider-keychain": "^1.0.71-alpha.4",
"@medable/mdctl-credentials-provider-pouchdb": "^1.0.71-alpha.4",
"@medable/mdctl-docs": "^1.0.71-alpha.4",
"@medable/mdctl-export-adapter-console": "^1.0.71-alpha.4",
"@medable/mdctl-export-adapter-tree": "^1.0.71-alpha.4",
"@medable/mdctl-import-adapter": "^1.0.71-alpha.4",
"@medable/mdctl-manifest": "^1.0.71-alpha.4",
"@medable/mdctl-node-utils": "^1.0.71-alpha.4",
"@medable/mdctl-sandbox": "^1.0.71-alpha.4",
"@medable/mdctl-api": "^1.0.71-alpha.5",
"@medable/mdctl-axon-tools": "^1.0.71-alpha.5",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"@medable/mdctl-credentials-provider-keychain": "^1.0.71-alpha.5",
"@medable/mdctl-credentials-provider-pouchdb": "^1.0.71-alpha.5",
"@medable/mdctl-docs": "^1.0.71-alpha.5",
"@medable/mdctl-export-adapter-console": "^1.0.71-alpha.5",
"@medable/mdctl-export-adapter-tree": "^1.0.71-alpha.5",
"@medable/mdctl-import-adapter": "^1.0.71-alpha.5",
"@medable/mdctl-manifest": "^1.0.71-alpha.5",
"@medable/mdctl-node-utils": "^1.0.71-alpha.5",
"@medable/mdctl-sandbox": "^1.0.71-alpha.5",
"async": "^2.6.3",
"cli-table": "^0.3.1",
"clone": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-core-schemas/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/mdctl-core-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-core-schemas",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Schemas",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"lodash": "^4.17.21",
"lodash.isplainobject": "^4.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-core-utils/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/mdctl-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-core-utils",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Utils",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-core/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/mdctl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-core",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Core",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js test"
},
"dependencies": {
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-secrets": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"@medable/mdctl-secrets": "^1.0.71-alpha.5",
"clone": "^2.1.2",
"create-hmac": "^1.1.7",
"jsonpath": "^1.1.1",
Expand Down

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

6 changes: 3 additions & 3 deletions packages/mdctl-credentials-provider-keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-credentials-provider-keychain",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Keychain Creds Provider",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"keytar": "^7.9.0"
},
"devDependencies": {
Expand Down

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

6 changes: 3 additions & 3 deletions packages/mdctl-credentials-provider-pouchdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-credentials-provider-pouchdb",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: PouchDB Creds Provider",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.71-alpha.4",
"@medable/mdctl-core-utils": "^1.0.71-alpha.4",
"@medable/mdctl-core": "^1.0.71-alpha.5",
"@medable/mdctl-core-utils": "^1.0.71-alpha.5",
"async": "^2.6.3",
"browserify-aes": "^1.2.0",
"create-hash": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-docs/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/mdctl-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-docs",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Documentation",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-export-adapter-console/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/mdctl-export-adapter-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-export-adapter-console",
"version": "1.0.71-alpha.4",
"version": "1.0.71-alpha.5",
"description": "Medable Developer Client Tools :: Export Console Adapter",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core-utils": "^1.0.71-alpha.4"
"@medable/mdctl-core-utils": "^1.0.71-alpha.5"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdctl-export-adapter-tree/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 c398f9f

Please sign in to comment.