@tamagui/react-native-use-responder-events 1.15.15 → 1.15.17

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.
@@ -146,6 +146,4 @@ function createResponderEvent(domEvent, responderTouchHistoryStore) {
146
146
  }
147
147
  return responderEvent;
148
148
  }
149
- // Annotate the CommonJS export names for ESM import in node:
150
- 0 && (module.exports = {});
151
149
  //# sourceMappingURL=createResponderEvent.js.map
package/dist/cjs/index.js CHANGED
@@ -16,4 +16,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
16
16
  var src_exports = {};
17
17
  module.exports = __toCommonJS(src_exports);
18
18
  __reExport(src_exports, require("./useResponderEvents"), module.exports);
19
+ // Annotate the CommonJS export names for ESM import in node:
20
+ 0 && (module.exports = {
21
+ ...require("./useResponderEvents")
22
+ });
19
23
  //# sourceMappingURL=index.js.map
@@ -75,6 +75,7 @@ function useResponderEvents(hostRef, config = emptyObject) {
75
75
  }
76
76
  // Annotate the CommonJS export names for ESM import in node:
77
77
  0 && (module.exports = {
78
- useResponderEvents
78
+ useResponderEvents,
79
+ ...require("./utils")
79
80
  });
80
81
  //# sourceMappingURL=useResponderEvents.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-use-responder-events",
3
- "version": "1.15.15",
3
+ "version": "1.15.17",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -29,7 +29,7 @@
29
29
  "react": "*"
30
30
  },
31
31
  "devDependencies": {
32
- "@tamagui/build": "1.15.15",
32
+ "@tamagui/build": "1.15.17",
33
33
  "@types/react": "^18.0.15",
34
34
  "react": "^18.2.0"
35
35
  },