@ha-bits/bit-intersect 0.1.1 → 0.1.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.
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * @ha-bits/bit-intersect
3
3
  *
4
4
  * Intersect AI integration bit module for the Habits workflow system.
5
- * This module imports from @ha-bits/cortex instead of @activebits/* packages.
5
+ * This module imports from @ha-bits/cortex.
6
6
  */
7
7
  import { intersectAuth, openaiAuth } from './lib/common/common';
8
8
  export { intersectAuth, openaiAuth };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * @ha-bits/bit-intersect
4
4
  *
5
5
  * Intersect AI integration bit module for the Habits workflow system.
6
- * This module imports from @ha-bits/cortex instead of @activebits/* packages.
6
+ * This module imports from @ha-bits/cortex.
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.openai = exports.intersect = exports.openaiAuth = exports.intersectAuth = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ha-bits/bit-intersect",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Intersect AI integration bit module - imports from @ha-bits/cortex instead of activepieces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",