Skip to content

ptc-iot-sharing/ThingworxWidgetSupportPackage

Repository files navigation

ThingworxWidgetSupportPackage

Used in https://github.com/stefan-lacatus/ThingworxDemoWebpackWidget as a dependency.

Has two useses:

  • Contains support code that allows writing of thingworx widgets as ES6/Typescript classes, annotating properties/methods to link them to a service and more.
  • Typescript definitions for Thingworx widgets

Releasing a new version

  1. Do changes to the code
  2. Bump the version number in package.json
  3. Commit changes to the repository
  4. Run npm publish