@constructor-io/constructorio-client-javascript 2.41.1 → 2.41.2

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.
@@ -144,10 +144,11 @@ var ConstructorIO = /*#__PURE__*/function () {
144
144
  /**
145
145
  * Sets the client options
146
146
  *
147
- * @param {string} apiKey - Constructor.io API key
148
- * @param {array} [segments] - User segments
149
- * @param {object} [testCells] - User test cells
150
- * @param {string} [userId] - User ID
147
+ * @param {object} options - Client options to update
148
+ * @param {string} [options.apiKey] - Constructor.io API key
149
+ * @param {array} [options.segments] - User segments
150
+ * @param {object} [options.testCells] - User test cells
151
+ * @param {string} [options.userId] - User ID
151
152
  */
152
153
  (0, _createClass2["default"])(ConstructorIO, [{
153
154
  key: "setClientOptions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.41.1",
3
+ "version": "2.41.2",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",