Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
 - @thing-description-playground/[email protected]
  • Loading branch information
egekorkan committed Feb 7, 2023
1 parent 7d9df3f commit e518a82
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 57 deletions.
4 changes: 2 additions & 2 deletions packages/assertions/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/assertions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/assertions",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "1.3.1",
"version": "1.4.0",
"description": "Provides the assertion testing functionality for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand All @@ -22,7 +22,7 @@
"lint": "npx eslint . --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif"
},
"dependencies": {
"@thing-description-playground/core": "^1.2.1",
"@thing-description-playground/core": "^1.3.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"ajv-formats-draft2019": "^1.6.1",
Expand All @@ -31,10 +31,10 @@
"json2csv": "^5.0.7"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^2.1.7",
"browserify": "^17.0.0",
"eslint": "^8.22.0",
"terser": "^5.14.2",
"@microsoft/eslint-formatter-sarif": "^2.1.7"
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package-lock.json

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

16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/cli",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "MIT",
"version": "1.4.1",
"version": "1.5.0",
"description": "Provides a Command Line Interface for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand All @@ -20,11 +20,11 @@
"lint": "npx eslint . --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif"
},
"dependencies": {
"@thing-description-playground/assertions": "^1.3.1",
"@thing-description-playground/core": "^1.2.1",
"@thing-description-playground/defaults": "^1.2.1",
"@thing-description-playground/td_to_asyncapi": "^1.0.2",
"@thing-description-playground/td_to_openapi": "^1.2.2",
"@thing-description-playground/assertions": "^1.4.0",
"@thing-description-playground/core": "^1.3.0",
"@thing-description-playground/defaults": "^1.3.0",
"@thing-description-playground/td_to_asyncapi": "^1.1.0",
"@thing-description-playground/td_to_openapi": "^1.3.0",
"cli-progress": "^3.11.2",
"commander": "^9.4.0",
"junit-report-builder": "^3.0.1"
Expand All @@ -33,8 +33,8 @@
"access": "public"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^2.1.7",
"@types/commander": "^2.12.2",
"eslint": "^8.22.0",
"@microsoft/eslint-formatter-sarif": "^2.1.7"
"eslint": "^8.22.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/core",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "1.2.1",
"version": "1.3.0",
"description": "Provides the validation functionality for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/defaults/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/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/defaults",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "1.2.1",
"version": "1.3.0",
"description": "Adds/removes defaults for Thing Descriptions in the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand All @@ -21,12 +21,12 @@
"lint": "npx eslint . --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif"
},
"devDependencies": {
"@thing-description-playground/core": "^1.2.1",
"@microsoft/eslint-formatter-sarif": "^2.1.7",
"@thing-description-playground/core": "^1.3.0",
"browserify": "^17.0.0",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"terser": "^5.14.2",
"@microsoft/eslint-formatter-sarif": "^2.1.7"
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/json-spell-checker/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/json-spell-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/json-spell-checker",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "0.0.0",
"version": "1.0.0",
"description": "Checks the spelling of a JSON file depending on the JSON schema",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/td_to_asyncapi/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/td_to_asyncapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/td_to_asyncapi",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "1.0.2",
"version": "1.1.0",
"description": "Provides AsyncAPI instance generation for Thing Descriptions in the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand All @@ -24,16 +24,16 @@
},
"dependencies": {
"@asyncapi/parser": "^1.15.1",
"@thing-description-playground/defaults": "^1.2.1",
"@thing-description-playground/defaults": "^1.3.0",
"json-to-pretty-yaml": "^1.2.2"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^2.1.7",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.15",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"terser": "^5.14.2",
"@microsoft/eslint-formatter-sarif": "^2.1.7"
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/td_to_openAPI/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/td_to_openAPI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/td_to_openapi",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "1.2.2",
"version": "1.3.0",
"description": "Provides openAPI instance generation for Thing Descriptions in the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand All @@ -28,11 +28,11 @@
"swagger-parser": "^10.0.3"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^2.1.7",
"browserify": "^17.0.0",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"terser": "^5.14.2",
"@microsoft/eslint-formatter-sarif": "^2.1.7"
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
15 changes: 7 additions & 8 deletions packages/web/package-lock.json

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

18 changes: 9 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@thing-description-playground/web",
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"license": "MIT",
"version": "1.4.1",
"version": "1.5.0",
"description": "Provides a browser GUI for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/thingweb/thingweb-playground#readme",
"bugs": {
Expand All @@ -21,12 +21,12 @@
"lint": "npx eslint . --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif"
},
"dependencies": {
"@thing-description-playground/assertions": "^1.3.1",
"@thing-description-playground/core": "^1.2.1",
"@thing-description-playground/defaults": "^1.2.1",
"@thing-description-playground/td_to_asyncapi": "^1.0.2",
"@thing-description-playground/td_to_openapi": "^1.2.2",
"@thing-description-playground/json-spell-checker": "^0.0.0",
"@thing-description-playground/assertions": "^1.4.0",
"@thing-description-playground/core": "^1.3.0",
"@thing-description-playground/defaults": "^1.3.0",
"@thing-description-playground/json-spell-checker": "^1.0.0",
"@thing-description-playground/td_to_asyncapi": "^1.1.0",
"@thing-description-playground/td_to_openapi": "^1.3.0",
"bootstrap-css-only": "^4.4.1",
"bootstrap-switch-button": "^1.1.0",
"monaco-editor": "^0.34.0",
Expand All @@ -37,13 +37,13 @@
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@microsoft/eslint-formatter-sarif": "^2.1.7",
"browserify": "^17.0.0",
"eslint": "^8.22.0",
"playwright": "^1.25.0",
"serve": "^14.0.1",
"serve-handler": "^6.1.3",
"terser": "^5.14.2",
"@microsoft/eslint-formatter-sarif": "^2.1.7"
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e518a82

Please sign in to comment.