-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
- @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
There are no files selected for viewing
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 |
---|---|---|
|
@@ -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.0", | ||
"version": "1.3.1", | ||
"description": "Provides the assertion testing functionality for the Web of Things - Thing Description Playground.", | ||
"homepage": "https://github.com/thingweb/thingweb-playground#readme", | ||
"bugs": { | ||
|
@@ -21,7 +21,7 @@ | |
"prepare": "npm run bundle" | ||
}, | ||
"dependencies": { | ||
"@thing-description-playground/core": "^1.2.0", | ||
"@thing-description-playground/core": "^1.2.1", | ||
"ajv": "^6.12.2", | ||
"csvjson": "^5.1.0", | ||
"is-utf8": "^0.2.1", | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@thing-description-playground/cli", | ||
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)", | ||
"license": "MIT", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Provides a Command Line Interface for the Web of Things - Thing Description Playground.", | ||
"homepage": "https://github.com/thingweb/thingweb-playground#readme", | ||
"bugs": { | ||
|
@@ -19,11 +19,11 @@ | |
"start": "node ./index.js" | ||
}, | ||
"dependencies": { | ||
"@thing-description-playground/assertions": "^1.3.0", | ||
"@thing-description-playground/core": "^1.2.0", | ||
"@thing-description-playground/defaults": "^1.2.0", | ||
"@thing-description-playground/td_to_asyncapi": "^1.0.1", | ||
"@thing-description-playground/td_to_openapi": "^1.2.1", | ||
"@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", | ||
"argly": "^1.2.0" | ||
}, | ||
"publishConfig": { | ||
|
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 |
---|---|---|
|
@@ -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.0", | ||
"version": "1.2.1", | ||
"description": "Provides the validation functionality for the Web of Things - Thing Description Playground.", | ||
"homepage": "https://github.com/thingweb/thingweb-playground#readme", | ||
"bugs": { | ||
|
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 |
---|---|---|
|
@@ -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.0", | ||
"version": "1.2.1", | ||
"description": "Adds/removes defaults for Thing Descriptions in the Web of Things - Thing Description Playground.", | ||
"homepage": "https://github.com/thingweb/thingweb-playground#readme", | ||
"bugs": { | ||
|
@@ -20,7 +20,7 @@ | |
"prepare": "npm run bundle" | ||
}, | ||
"devDependencies": { | ||
"@thing-description-playground/core": "^1.2.0", | ||
"@thing-description-playground/core": "^1.2.1", | ||
"browserify": "^16.5.1", | ||
"eslint": "7.10.0", | ||
"jest": "^26.4.2", | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@thing-description-playground/gist_backend", | ||
"author": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)", | ||
"license": "MIT", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Provides a gist submission backend for the @thing-description-playground/web package.", | ||
"homepage": "https://github.com/thingweb/thingweb-playground#readme", | ||
"bugs": { | ||
|
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 |
---|---|---|
|
@@ -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.1", | ||
"version": "1.0.2", | ||
"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": { | ||
|
@@ -23,7 +23,7 @@ | |
}, | ||
"dependencies": { | ||
"@asyncapi/parser": "^1.2.0", | ||
"@thing-description-playground/defaults": "^1.2.0", | ||
"@thing-description-playground/defaults": "^1.2.1", | ||
"json-to-pretty-yaml": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
|
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 |
---|---|---|
|
@@ -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.1", | ||
"version": "1.2.2", | ||
"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": { | ||
|
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 |
---|---|---|
|
@@ -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.0", | ||
"version": "1.4.1", | ||
"description": "Provides a browser GUI for the Web of Things - Thing Description Playground.", | ||
"homepage": "https://github.com/thingweb/thingweb-playground#readme", | ||
"bugs": { | ||
|
@@ -20,11 +20,11 @@ | |
"serve": "serve -p 5500" | ||
}, | ||
"dependencies": { | ||
"@thing-description-playground/assertions": "^1.3.0", | ||
"@thing-description-playground/core": "^1.2.0", | ||
"@thing-description-playground/defaults": "^1.2.0", | ||
"@thing-description-playground/td_to_asyncapi": "^1.0.1", | ||
"@thing-description-playground/td_to_openapi": "^1.2.1", | ||
"@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", | ||
"bootstrap-css-only": "4.4.1", | ||
"monaco-editor": "^0.20.0", | ||
"papaparse": "^5.3.0" | ||
|