Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Sep 3, 2021
1 parent 4c380a2 commit abfd202
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 94 deletions.
8 changes: 4 additions & 4 deletions apps/_boilerplate/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Boilerplace",
"private": true,
"scripts": {
Expand All @@ -12,11 +12,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@boilerplate/generic": "*"
"@boilerplate/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
5 changes: 2 additions & 3 deletions apps/_boilerplate/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boilerplate/generic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,6 @@
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {},
"devDependencies": {
"lint-staged": "^7.2.0"
},
Expand All @@ -29,4 +28,4 @@
"eslint"
]
}
}
}
8 changes: 4 additions & 4 deletions apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "AppContainer-Node.js",
"private": true,
"scripts": {
Expand All @@ -12,11 +12,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "*"
"@appcontainer-node/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
8 changes: 4 additions & 4 deletions apps/appcontainer-node/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/generic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {
"@shared/api": "*",
"@shared/worker": "*"
"@shared/api": "^1.0.1",
"@shared/worker": "^1.0.1"
},
"devDependencies": {
"lint-staged": "^7.2.0"
Expand All @@ -32,4 +32,4 @@
"eslint"
]
}
}
}
8 changes: 4 additions & 4 deletions apps/http-server/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Upload to and serve proxies of packages",
"private": true,
"scripts": {
Expand All @@ -12,11 +12,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@http-server/generic": "*"
"@http-server/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
10 changes: 5 additions & 5 deletions apps/http-server/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/generic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {
"@shared/api": "*",
"@koa/cors": "^3.0.0",
"@koa/multer": "3.0.0",
"@shared/api": "^1.0.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-range": "^0.3.0",
Expand All @@ -43,8 +43,8 @@
"@types/node": "^12.19.9",
"@types/underscore": "^1.10.24",
"@types/yargs": "^15.0.12",
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand All @@ -58,4 +58,4 @@
"eslint"
]
}
}
}
8 changes: 4 additions & 4 deletions apps/package-manager/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/app",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"build": "rimraf dist && yarn build:main",
Expand All @@ -11,11 +11,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@package-manager/generic": "*"
"@package-manager/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
10 changes: 5 additions & 5 deletions apps/package-manager/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/generic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,9 +15,9 @@
"@sofie-automation/server-core-integration": "*"
},
"dependencies": {
"@shared/api": "*",
"@shared/worker": "*",
"@shared/expectation-manager": "*",
"@shared/api": "^1.0.1",
"@shared/expectation-manager": "^1.0.1",
"@shared/worker": "^1.0.1",
"chokidar": "^3.5.1",
"deep-extend": "^0.6.0",
"fast-clone": "^1.5.13",
Expand All @@ -40,4 +40,4 @@
"eslint"
]
}
}
}
8 changes: 4 additions & 4 deletions apps/quantel-http-transformer-proxy/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Proxy for a Quantel HTTP Transformer",
"private": true,
"scripts": {
Expand All @@ -11,11 +11,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@quantel-http-transformer-proxy/generic": "*"
"@quantel-http-transformer-proxy/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/generic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {
"@shared/api": "*",
"@koa/cors": "^3.0.0",
"@koa/multer": "3.0.0",
"@shared/api": "^1.0.1",
"got": "^11.8.2",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
Expand All @@ -32,10 +32,9 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "^0.2.1",
"@types/xml2js": "^0.4.7",
"@koa/cors": "^3.0.0",
"@koa/multer": "3.0.0",
"@sofie-automation/code-standard-preset": "^0.2.1",
"@types/jest": "^26.0.19",
"@types/koa": "^2.11.6",
"@types/koa-bodyparser": "^4.3.0",
Expand All @@ -47,9 +46,10 @@
"@types/mkdirp": "^1.0.1",
"@types/node": "^12.19.9",
"@types/underscore": "^1.10.24",
"@types/xml2js": "^0.4.7",
"@types/yargs": "^15.0.12",
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand All @@ -63,4 +63,4 @@
"eslint"
]
}
}
}
20 changes: 10 additions & 10 deletions apps/single-app/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@single-app/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Package Manager, http-proxy etc.. all in one application",
"private": true,
"scripts": {
Expand All @@ -12,17 +12,17 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@appcontainer-node/generic": "*",
"@http-server/generic": "*",
"@package-manager/generic": "*",
"@quantel-http-transformer-proxy/generic": "*",
"@shared/api": "*",
"@shared/workforce": "*",
"@shared/worker": "*",
"@appcontainer-node/generic": "^1.0.1",
"@http-server/generic": "^1.0.1",
"@package-manager/generic": "^1.0.1",
"@quantel-http-transformer-proxy/generic": "^1.0.1",
"@shared/api": "^1.0.1",
"@shared/worker": "^1.0.1",
"@shared/workforce": "^1.0.1",
"underscore": "^1.12.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions apps/worker/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worker/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Boilerplace",
"private": true,
"scripts": {
Expand All @@ -13,11 +13,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@worker/generic": "*"
"@worker/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
8 changes: 4 additions & 4 deletions apps/worker/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worker/generic",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"@sofie-automation/blueprints-integration": "*"
},
"dependencies": {
"@shared/api": "*",
"@shared/worker": "*"
"@shared/api": "^1.0.1",
"@shared/worker": "^1.0.1"
},
"devDependencies": {
"lint-staged": "^7.2.0"
Expand All @@ -32,4 +32,4 @@
"eslint"
]
}
}
}
8 changes: 4 additions & 4 deletions apps/workforce/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workforce/app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Boilerplace",
"private": true,
"scripts": {
Expand All @@ -12,11 +12,11 @@
"precommit": "lint-staged"
},
"devDependencies": {
"nexe": "^3.3.7",
"lint-staged": "^7.2.0"
"lint-staged": "^7.2.0",
"nexe": "^3.3.7"
},
"dependencies": {
"@workforce/generic": "*"
"@workforce/generic": "^1.0.1"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
Expand Down
Loading

0 comments on commit abfd202

Please sign in to comment.