react-native-ariel 0.1.0-dev.29 → 0.1.0-dev.30
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/lib/module/index.web.js
CHANGED
|
@@ -15,16 +15,4 @@ export async function uniffiInitAsync() {
|
|
|
15
15
|
export default {
|
|
16
16
|
mermaid_wrapper
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=index.web.js.map});
|
|
19
|
-
|
|
20
|
-
// Initialize the generated bindings: mostly checksums, but also callbacks.
|
|
21
|
-
// - the boolean flag ensures this loads exactly once, even if the JS code
|
|
22
|
-
// is reloaded (e.g. during development with metro).
|
|
23
|
-
mermaid_wrapper.default.initialize();
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
// Export the crates as individually namespaced objects.
|
|
27
|
-
export default {
|
|
28
|
-
mermaid_wrapper
|
|
29
|
-
};
|
|
30
18
|
//# sourceMappingURL=index.web.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["mermaid_wrapper","initAsync","wasmPath","uniffiInitAsync","module_or_path","default","initialize"],"sourceRoot":"../../src","sources":["index.web.
|
|
1
|
+
{"version":3,"names":["mermaid_wrapper","initAsync","wasmPath","uniffiInitAsync","module_or_path","default","initialize"],"sourceRoot":"../../src","sources":["index.web.tsx"],"mappings":";;AAAA;AACA;AACA,cAAc,oCAAiC;AAE/C,OAAO,KAAKA,eAAe,MAAM,oCAAiC;AAElE,OAAOC,SAAS,MAAM,oDAAoD;AAC1E,OAAOC,QAAQ,MAAM,yDAAyD;AAE9E,OAAO,eAAeC,eAAeA,CAAA,EAAG;EACtC,MAAMF,SAAS,CAAC;IAAEG,cAAc,EAAEF;EAAS,CAAC,CAAC;EAC7CF,eAAe,CAACK,OAAO,CAACC,UAAU,CAAC,CAAC;AACtC;AAEA,eAAe;EACbN;AACF,CAAC","ignoreList":[]}
|
package/package.json
CHANGED