Skip to content

Commit

Permalink
MIG-210: Remove pin and bump package version on all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoachermedable committed Nov 14, 2024
1 parent 712707d commit 44d68f0
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 77 deletions.
4 changes: 2 additions & 2 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Api DB Driver",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand Down
4 changes: 2 additions & 2 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Websocket Client",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Axon Tools :: Tools For interaction with Axon orgs",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -24,10 +24,10 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-api": "^1.0.73-alpha.0",
"@medable/mdctl-api-driver": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-api": "^1.0.74-alpha.0",
"@medable/mdctl-api-driver": "^1.0.74-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"async-iter-stream": "^1.2.0",
"globby": "^9.1.0",
"inflection": "^1.12.0",
Expand Down
30 changes: 15 additions & 15 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Tools :: Cli tool",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -28,19 +28,19 @@
"lint": "eslint . --ext .js"
},
"dependencies": {
"@medable/mdctl-api": "^1.0.73-alpha.0",
"@medable/mdctl-axon-tools": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-credentials-provider-keychain": "^1.0.73-alpha.0",
"@medable/mdctl-credentials-provider-pouchdb": "^1.0.73-alpha.0",
"@medable/mdctl-docs": "^1.0.73-alpha.0",
"@medable/mdctl-export-adapter-console": "^1.0.73-alpha.0",
"@medable/mdctl-export-adapter-tree": "^1.0.73-alpha.0",
"@medable/mdctl-import-adapter": "^1.0.73-alpha.0",
"@medable/mdctl-manifest": "^1.0.73-alpha.0",
"@medable/mdctl-node-utils": "^1.0.73-alpha.0",
"@medable/mdctl-sandbox": "^1.0.73-alpha.0",
"@medable/mdctl-api": "^1.0.74-alpha.0",
"@medable/mdctl-axon-tools": "^1.0.74-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"@medable/mdctl-credentials-provider-keychain": "^1.0.74-alpha.0",
"@medable/mdctl-credentials-provider-pouchdb": "^1.0.74-alpha.0",
"@medable/mdctl-docs": "^1.0.74-alpha.0",
"@medable/mdctl-export-adapter-console": "^1.0.74-alpha.0",
"@medable/mdctl-export-adapter-tree": "^1.0.74-alpha.0",
"@medable/mdctl-import-adapter": "^1.0.74-alpha.0",
"@medable/mdctl-manifest": "^1.0.74-alpha.0",
"@medable/mdctl-node-utils": "^1.0.74-alpha.0",
"@medable/mdctl-sandbox": "^1.0.74-alpha.0",
"async": "^2.6.3",
"cli-table": "^0.3.1",
"clone": "^2.1.2",
Expand Down
8 changes: 4 additions & 4 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Schemas",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"lodash": "^4.17.21",
"lodash.isplainobject": "^4.0.6"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Utils",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand Down
8 changes: 4 additions & 4 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Core",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js test"
},
"dependencies": {
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-secrets": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"@medable/mdctl-secrets": "^1.0.74-alpha.0",
"clone": "^2.1.2",
"create-hmac": "^1.1.7",
"jsonpath": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Keychain Creds Provider",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"keytar": "^7.9.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: PouchDB Creds Provider",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,8 +25,8 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"async": "^2.6.3",
"browserify-aes": "^1.2.0",
"create-hash": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Documentation",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand Down
6 changes: 3 additions & 3 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.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Export Console Adapter",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,7 +25,7 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core-utils": "^1.0.73-alpha.0"
"@medable/mdctl-core-utils": "^1.0.74-alpha.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/mdctl-export-adapter-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-export-adapter-tree",
"version": "1.0.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Export Tree Adapter",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,9 +25,9 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-node-utils": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"@medable/mdctl-node-utils": "^1.0.74-alpha.0",
"globby": "^10.0.1",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/mdctl-import-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-import-adapter",
"version": "1.0.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Client Tools :: Import Adapter",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -30,9 +30,9 @@
"lint": "eslint *.js"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-node-utils": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"@medable/mdctl-node-utils": "^1.0.74-alpha.0",
"clone": "^2.1.2",
"globby": "^9.1.0",
"jsonpath": "^1.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/mdctl-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medable/mdctl-manifest",
"version": "1.0.73-alpha.0",
"version": "1.0.74-alpha.0",
"description": "Medable Developer Tools :: Manifest Manager",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Medable/mdctl/issues"
},
"engines": {
"node": ">=12 <17",
"node": ">=12",
"npm": ">=6"
},
"author": "Medable, Inc. <[email protected]>",
Expand All @@ -25,10 +25,10 @@
"lint": "eslint *.js test"
},
"dependencies": {
"@medable/mdctl-core": "^1.0.73-alpha.0",
"@medable/mdctl-core-schemas": "^1.0.73-alpha.0",
"@medable/mdctl-core-utils": "^1.0.73-alpha.0",
"@medable/mdctl-node-utils": "^1.0.73-alpha.0",
"@medable/mdctl-core": "^1.0.74-alpha.0",
"@medable/mdctl-core-schemas": "^1.0.74-alpha.0",
"@medable/mdctl-core-utils": "^1.0.74-alpha.0",
"@medable/mdctl-node-utils": "^1.0.74-alpha.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0"
},
Expand Down
Loading

0 comments on commit 44d68f0

Please sign in to comment.