Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonblocking committed Sep 6, 2021
1 parent 862206f commit 554ff0d
Show file tree
Hide file tree
Showing 121 changed files with 275 additions and 275 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/plugin-packages/*",
"packages/test/*"
],
"version": "1.8.1"
"version": "1.8.2"
}
2 changes: 1 addition & 1 deletion packages/core/mashroom-json-schemas/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/core/mashroom-json-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"schemas/**"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/mashroom-portal-ui-commons/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/core/mashroom-portal-ui-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://www.mashroom-server.com",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist",
"dependencies": {
"codemirror": "^5.62.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/mashroom-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/core/mashroom-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"main": "lib",
"files": [
"lib/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/mashroom/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/core/mashroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist",
"files": [
"dist/**",
Expand All @@ -17,7 +17,7 @@
"mashroom": "./dist/server.js"
},
"dependencies": {
"@mashroom/mashroom-utils": "1.8.1",
"@mashroom/mashroom-utils": "1.8.2",
"@types/express": "^4.17.13",
"ansi-regex": "^5.0.0",
"anymatch": "^3.1.2",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"public/**",
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.2",
"@types/express": "^4.17.13",
"@types/express-handlebars": "^5.3.1",
"@types/jest": "^26.0.24",
Expand Down

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

8 changes: 4 additions & 4 deletions packages/plugin-packages/mashroom-browser-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"type-definitions/*"
],
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-security": "1.8.1",
"@mashroom/mashroom-utils": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-security": "1.8.2",
"@mashroom/mashroom-utils": "1.8.2",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.10",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"type-definitions/*"
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-utils": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-utils": "1.8.2",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"eslint": "^7.32.0",
Expand Down

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

4 changes: 2 additions & 2 deletions packages/plugin-packages/mashroom-demo-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**"
],
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@types/express": "^4.17.13",
"eslint": "^7.32.0",
"nodemon": "^2.0.12",
Expand Down

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

2 changes: 1 addition & 1 deletion packages/plugin-packages/mashroom-docs-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"public/**"
],
Expand Down

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

8 changes: 4 additions & 4 deletions packages/plugin-packages/mashroom-error-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"pages/**"
Expand All @@ -14,9 +14,9 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-i18n": "1.8.1",
"@mashroom/mashroom-utils": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-i18n": "1.8.2",
"@mashroom/mashroom-utils": "1.8.2",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node": "^14.17.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packages/mashroom-helmet/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/plugin-packages/mashroom-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**"
],
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"eslint": "^7.32.0",
"express": "^4.17.1",
"typescript": "^4.3.5"
Expand Down

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

10 changes: 5 additions & 5 deletions packages/plugin-packages/mashroom-http-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"type-definitions/*"
Expand All @@ -15,10 +15,10 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.1",
"@mashroom/mashroom-security": "1.8.1",
"@mashroom/mashroom-utils": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.2",
"@mashroom/mashroom-security": "1.8.2",
"@mashroom/mashroom-utils": "1.8.2",
"@types/express": "^4.17.13",
"@types/http-proxy": "^1.17.7",
"@types/jest": "^26.0.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packages/mashroom-i18n/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/plugin-packages/mashroom-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"messages/**",
Expand All @@ -15,8 +15,8 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-utils": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-utils": "1.8.2",
"@types/accept-language-parser": "^1.5.2",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**"
],
Expand All @@ -13,9 +13,9 @@
},
"devDependencies": {
"@babel/cli": "7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-memory-cache": "1.8.1",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-memory-cache": "1.8.2",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.2",
"@types/ioredis": "^4.26.6",
"eslint": "7.32.0",
"jest": "27.0.6",
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/plugin-packages/mashroom-memory-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.mashroom-server.com",
"repository": "github:nonblocking/mashroom",
"license": "MIT",
"version": "1.8.1",
"version": "1.8.2",
"files": [
"dist/**",
"type-definitions/*"
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.1",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.1",
"@mashroom/mashroom": "1.8.2",
"@mashroom/mashroom-monitoring-metrics-collector": "1.8.2",
"@types/jest": "^26.0.24",
"eslint": "^7.32.0",
"express": "^4.17.1",
Expand Down

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

0 comments on commit 554ff0d

Please sign in to comment.