@react-native-harness/platforms 1.0.0-canary.1764662948126 → 1.0.0-canary.1766225407244

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-native-harness/platforms",
3
3
  "description": "Core platform abstractions for React Native Harness",
4
- "version": "1.0.0-canary.1764662948126",
4
+ "version": "1.0.0-canary.1766225407244",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
package/dist/factory.d.ts DELETED
@@ -1,7 +0,0 @@
1
- import { HarnessPlatform, HarnessPlatformInstance } from './types.js';
2
- export type CreateHarnessPlatformParams = {
3
- name: string;
4
- getInstance: () => Promise<HarnessPlatformInstance>;
5
- };
6
- export declare const createHarnessPlatform: (params: CreateHarnessPlatformParams) => HarnessPlatform;
7
- //# sourceMappingURL=factory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../src/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAEtE,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,QAAQ,2BAA2B,KAClC,eAGD,CAAC"}
package/dist/factory.js DELETED
@@ -1,4 +0,0 @@
1
- export const createHarnessPlatform = (params) => ({
2
- name: params.name,
3
- getInstance: params.getInstance,
4
- });