@allstak/react-native 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.mts CHANGED
@@ -1 +1 @@
1
- export { AllStak, ReactNativeInstallOptions, installReactNative } from 'allstak-js/react-native';
1
+ export { AllStak, ReactNativeInstallOptions, installReactNative } from '@allstak/js/react-native';
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { AllStak, ReactNativeInstallOptions, installReactNative } from 'allstak-js/react-native';
1
+ export { AllStak, ReactNativeInstallOptions, installReactNative } from '@allstak/js/react-native';
package/dist/index.js CHANGED
@@ -24,5 +24,5 @@ __export(index_exports, {
24
24
  installReactNative: () => import_react_native.installReactNative
25
25
  });
26
26
  module.exports = __toCommonJS(index_exports);
27
- var import_react_native = require("allstak-js/react-native");
27
+ var import_react_native = require("@allstak/js/react-native");
28
28
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @allstak/react-native — React Native public API.\n *\n * Re-exports the RN integration from allstak-js/react-native:\n * - installReactNative({...}) — hooks ErrorUtils + Hermes rejection tracking\n * + Platform.OS tags\n *\n * Native-layer crash capture (Java/Kotlin on Android, Obj-C/Swift on iOS)\n * lives under the `native/` directory inside this package. See README.\n */\nexport { installReactNative, type ReactNativeInstallOptions, AllStak } from 'allstak-js/react-native';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA,0BAA4E;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @allstak/react-native — React Native public API.\n *\n * Re-exports the RN integration from @allstak/js/react-native:\n * - installReactNative({...}) — hooks ErrorUtils + Hermes rejection tracking\n * + Platform.OS tags\n *\n * Native-layer crash capture (Java/Kotlin on Android, Obj-C/Swift on iOS)\n * lives under the `native/` directory inside this package. See README.\n */\nexport { installReactNative, type ReactNativeInstallOptions, AllStak } from '@allstak/js/react-native';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA,0BAA4E;","names":[]}
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- import { installReactNative, AllStak } from "allstak-js/react-native";
2
+ import { installReactNative, AllStak } from "@allstak/js/react-native";
3
3
  export {
4
4
  AllStak,
5
5
  installReactNative
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @allstak/react-native — React Native public API.\n *\n * Re-exports the RN integration from allstak-js/react-native:\n * - installReactNative({...}) — hooks ErrorUtils + Hermes rejection tracking\n * + Platform.OS tags\n *\n * Native-layer crash capture (Java/Kotlin on Android, Obj-C/Swift on iOS)\n * lives under the `native/` directory inside this package. See README.\n */\nexport { installReactNative, type ReactNativeInstallOptions, AllStak } from 'allstak-js/react-native';\n"],"mappings":";AAUA,SAAS,oBAAoD,eAAe;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @allstak/react-native — React Native public API.\n *\n * Re-exports the RN integration from @allstak/js/react-native:\n * - installReactNative({...}) — hooks ErrorUtils + Hermes rejection tracking\n * + Platform.OS tags\n *\n * Native-layer crash capture (Java/Kotlin on Android, Obj-C/Swift on iOS)\n * lives under the `native/` directory inside this package. See README.\n */\nexport { installReactNative, type ReactNativeInstallOptions, AllStak } from '@allstak/js/react-native';\n"],"mappings":";AAUA,SAAS,oBAAoD,eAAe;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allstak/react-native",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "AllStak React Native SDK — ErrorUtils + Hermes rejection tracking + device tags. Depends on @allstak-io/core. Native Android/iOS crash capture modules in ./native.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -51,8 +51,8 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@allstak/core": "^0.1.1",
55
- "@allstak/js": "^0.1.1"
54
+ "@allstak/core": "^0.1.2",
55
+ "@allstak/js": "^0.1.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsup": "^8.0.0",