@apps-in-toss/framework 0.0.0-dev.1752114017143 → 0.0.0-dev.1752115036458

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.
@@ -17,8 +17,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
17
17
  // src/jest/index.ts
18
18
  var jest_exports = {};
19
19
  module.exports = __toCommonJS(jest_exports);
20
- __reExport(jest_exports, require("react-native-bedrock/jest"), module.exports);
20
+ __reExport(jest_exports, require("@granite-js/react-native/jest"), module.exports);
21
21
  // Annotate the CommonJS export names for ESM import in node:
22
22
  0 && (module.exports = {
23
- ...require("react-native-bedrock/jest")
23
+ ...require("@granite-js/react-native/jest")
24
24
  });
@@ -1 +1 @@
1
- export * from 'react-native-bedrock/jest';
1
+ export * from '@granite-js/react-native/jest';
@@ -1 +1 @@
1
- export * from 'react-native-bedrock/jest';
1
+ export * from '@granite-js/react-native/jest';
@@ -1,4 +1,4 @@
1
1
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
2
 
3
3
  // src/jest/index.ts
4
- export * from "react-native-bedrock/jest";
4
+ export * from "@granite-js/react-native/jest";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apps-in-toss/framework",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.1752114017143",
4
+ "version": "0.0.0-dev.1752115036458",
5
5
  "description": "The framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -25,17 +25,10 @@
25
25
  "import": "./dist/plugins/index.js",
26
26
  "require": "./dist/plugins/index.cjs"
27
27
  },
28
- "./async-bridges": {
29
- "types": "./src/async-bridges.ts",
30
- "default": "./src/async-bridges.ts"
31
- },
32
- "./constant-bridges": {
33
- "types": "./src/constant-bridges.ts",
34
- "default": "./src/constant-bridges.ts"
35
- },
36
- "./event-bridges": {
37
- "types": "./src/event-bridges.ts",
38
- "default": "./src/event-bridges.ts"
28
+ "./bridge-entry": "./src/bridge-entry.ts",
29
+ "./bridge-meta": {
30
+ "types": "./dist/bridge-meta.d.ts",
31
+ "default": "./dist/bridge-meta.js"
39
32
  },
40
33
  "./jest": {
41
34
  "types": "./dist/jest/index.d.ts",
@@ -46,6 +39,7 @@
46
39
  },
47
40
  "files": [
48
41
  "dist/**/*",
42
+ "src/bridge-entry.ts",
49
43
  "src/async-bridges.ts",
50
44
  "src/constant-bridges.ts",
51
45
  "src/event-bridges.ts",
@@ -57,17 +51,19 @@
57
51
  "ait": "./bin/ait.js"
58
52
  },
59
53
  "dependencies": {
60
- "@apps-in-toss/analytics": "0.0.0-dev.1752114017143",
61
- "@apps-in-toss/cli": "0.0.0-dev.1752114017143",
62
- "@apps-in-toss/plugins": "0.0.0-dev.1752114017143",
54
+ "@apps-in-toss/analytics": "0.0.0-dev.1752115036458",
55
+ "@apps-in-toss/cli": "0.0.0-dev.1752115036458",
56
+ "@apps-in-toss/plugins": "0.0.0-dev.1752115036458",
63
57
  "es-hangul": "^2.3.2"
64
58
  },
65
59
  "devDependencies": {
66
- "@react-native-bedrock/mpack-next": "0.0.25",
67
- "@react-native-bedrock/native": "0.0.25",
68
- "@react-native-bedrock/plugin-core": "0.0.25",
69
- "@react-native-bedrock/utils": "0.0.25",
70
- "@toss-design-system/react-native": "^0.5.0",
60
+ "@apps-in-toss/native-modules": "0.0.0-dev.1752115036458",
61
+ "@granite-js/mpack": "0.1.5",
62
+ "@granite-js/native": "0.1.5",
63
+ "@granite-js/plugin-core": "0.1.5",
64
+ "@granite-js/react-native": "0.1.5",
65
+ "@granite-js/utils": "0.1.5",
66
+ "@toss-design-system/react-native": "1.0.0-dev.250701142812",
71
67
  "@types/kill-port": "^2.0.1",
72
68
  "@types/react": "18.3.3",
73
69
  "es-toolkit": "^1.34.1",
@@ -76,22 +72,21 @@
76
72
  "kill-port": "^2.0.1",
77
73
  "react": "18.2.0",
78
74
  "react-native": "0.72.6",
79
- "react-native-bedrock": "0.0.25",
80
75
  "tsup": "^8.3.5",
81
76
  "typescript": "5.8.3",
82
77
  "vitest": "^3.0.3",
83
78
  "workspace-tools": "^0.38.2"
84
79
  },
85
80
  "peerDependencies": {
86
- "@react-native-bedrock/native": ">= 0.0.18",
87
- "@toss-design-system/react-native": ">= 0.5.0",
81
+ "@granite-js/native": "*",
82
+ "@granite-js/react-native": "*",
83
+ "@toss-design-system/react-native": ">= 1.0.0",
88
84
  "@types/react": "*",
89
85
  "react": "*",
90
- "react-native": "*",
91
- "react-native-bedrock": ">= 0.0.18"
86
+ "react-native": "*"
92
87
  },
93
88
  "publishConfig": {
94
89
  "access": "public"
95
90
  },
96
- "gitHead": "d4d3441684f79edb0dd69330007f32b737ee01dc"
91
+ "gitHead": "73735f83556eb2727f160e998234101bd17e55f0"
97
92
  }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/naming-convention */
2
+ export * from '@apps-in-toss/native-modules/async-bridges';
3
+ export * from '@apps-in-toss/native-modules/constant-bridges';
4
+ export * from '@apps-in-toss/native-modules/event-bridges';
@@ -1,12 +0,0 @@
1
- export * from './native-modules/setClipboardText';
2
- export * from './native-modules/getClipboardText';
3
- export * from './native-modules/fetchContacts';
4
- export * from './native-modules/fetchAlbumPhotos';
5
- export * from './native-modules/getCurrentLocation';
6
- export * from './native-modules/openCamera';
7
- export * from './native-modules/appLogin';
8
- export * from './native-modules/checkoutPayment';
9
- export * from './native-modules/eventLog';
10
- export * from './native-modules/getTossShareLink';
11
- export * from './native-modules/setDeviceOrientation';
12
- export * from './native-modules/saveBase64Data';
@@ -1,3 +0,0 @@
1
- export * from './native-modules/getOperationalEnvironment';
2
- export * from './native-modules/getTossAppVersion';
3
- export * from './native-modules/getDeviceId';
@@ -1 +0,0 @@
1
- export * from './native-event-emitter/startUpdateLocation';