@qualtrics/plugin-client 1.10.3-rc.2087.98c0d4 → 1.10.3-rc.2089.4d443f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualtrics/plugin-client",
3
- "version": "1.10.3-rc.2087.98c0d4",
3
+ "version": "1.10.3-rc.2089.4d443f",
4
4
  "description": "Interface for XM Plugins to communicate with the environment they're rendered in",
5
5
  "scripts": {
6
6
  "ci-build": "yarn clean && yarn build",
@@ -1,3 +1,3 @@
1
1
  // Provide configuration that is supplied at build time.
2
- export var getClientVersion = function () { return "1.10.3-rc.2087.98c0d4"; };
2
+ export var getClientVersion = function () { return "1.10.3-rc.2089.4d443f"; };
3
3
  //# sourceMappingURL=buildConfig.js.map