@tooltify/integration-shared 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.
@@ -1,6 +1,6 @@
1
1
  // source-transformers/react.source-transformer.ts
2
2
  import { jsx as _jsx, jsxs as _jsxs, Fragment } from "react/jsx-runtime";
3
- var SOURCE_PROPERTY_NAME = "tooltify_source";
3
+ import { SOURCE_PROPERTY_NAME } from "@tooltify/core";
4
4
  var SymbolForwardRef = /* @__PURE__ */ Symbol.for("react.forward_ref");
5
5
  var isForwardRef = (type) => (
6
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tooltify/integration-shared",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,8 @@
19
19
  "prepublishOnly": "npm run build"
20
20
  },
21
21
  "peerDependencies": {
22
- "react": "*"
22
+ "react": "*",
23
+ "@tooltify/core": "*"
23
24
  },
24
25
  "files": [
25
26
  "dist"