@apps-in-toss/framework 0.0.0-dev.1744801739343 → 0.0.0-dev.1752049503789

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,12 +1,13 @@
1
1
  {
2
2
  "name": "@apps-in-toss/framework",
3
3
  "type": "module",
4
- "version": "0.0.0-dev.1744801739343",
4
+ "version": "0.0.0-dev.1752049503789",
5
5
  "description": "The framework for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
8
8
  "typecheck": "tsc --noEmit",
9
- "test:no-parallel": "vitest --no-watch",
9
+ "test": "vitest --no-watch",
10
+ "test:no-parallel": "vitest --no-watch --config=vitest.no-parallel.config.mts",
10
11
  "lint": "eslint .",
11
12
  "build": "tsup"
12
13
  },
@@ -24,17 +25,10 @@
24
25
  "import": "./dist/plugins/index.js",
25
26
  "require": "./dist/plugins/index.cjs"
26
27
  },
27
- "./async-bridges": {
28
- "types": "./src/async-bridges.ts",
29
- "default": "./src/async-bridges.ts"
30
- },
31
- "./constant-bridges": {
32
- "types": "./src/constant-bridges.ts",
33
- "default": "./src/constant-bridges.ts"
34
- },
35
- "./event-bridges": {
36
- "types": "./src/event-bridges.ts",
37
- "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"
38
32
  },
39
33
  "./jest": {
40
34
  "types": "./dist/jest/index.d.ts",
@@ -45,6 +39,7 @@
45
39
  },
46
40
  "files": [
47
41
  "dist/**/*",
42
+ "src/bridge-entry.ts",
48
43
  "src/async-bridges.ts",
49
44
  "src/constant-bridges.ts",
50
45
  "src/event-bridges.ts",
@@ -56,40 +51,42 @@
56
51
  "ait": "./bin/ait.js"
57
52
  },
58
53
  "dependencies": {
59
- "@apps-in-toss/cli": "0.0.0-dev.1744801739343",
60
- "@apps-in-toss/plugins": "0.0.0-dev.1744801739343",
54
+ "@apps-in-toss/analytics": "0.0.0-dev.1752049503789",
55
+ "@apps-in-toss/cli": "0.0.0-dev.1752049503789",
56
+ "@apps-in-toss/plugins": "0.0.0-dev.1752049503789",
61
57
  "es-hangul": "^2.3.2"
62
58
  },
63
59
  "devDependencies": {
64
- "@react-native-bedrock/mpack-next": "0.0.0-dev.1744801739343",
65
- "@react-native-bedrock/native": "workspace:*",
66
- "@toss-design-system/react-native": "^0.5.0",
60
+ "@apps-in-toss/native-modules": "0.0.0-dev.1752049503789",
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",
67
67
  "@types/kill-port": "^2.0.1",
68
68
  "@types/react": "18.3.3",
69
- "@types/yauzl": "^2.10.3",
70
69
  "es-toolkit": "^1.34.1",
71
70
  "eslint": "^9.7.0",
72
71
  "execa": "^9.5.2",
73
72
  "kill-port": "^2.0.1",
74
73
  "react": "18.2.0",
75
74
  "react-native": "0.72.6",
76
- "react-native-bedrock": "0.0.0-dev.1744801739343",
77
75
  "tsup": "^8.3.5",
78
- "typescript": "4.9.5",
76
+ "typescript": "5.8.3",
79
77
  "vitest": "^3.0.3",
80
- "workspace-tools": "^0.38.2",
81
- "yauzl": "^3.2.0"
78
+ "workspace-tools": "^0.38.2"
82
79
  },
83
80
  "peerDependencies": {
84
- "@react-native-bedrock/native": ">= 0.0.18",
85
- "@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",
86
84
  "@types/react": "*",
87
85
  "react": "*",
88
- "react-native": "*",
89
- "react-native-bedrock": ">= 0.0.18"
86
+ "react-native": "*"
90
87
  },
91
88
  "publishConfig": {
92
89
  "access": "public"
93
90
  },
94
- "gitHead": "aebed4e46de1690956a3b9be49b55811b5ddfa24"
91
+ "gitHead": "8269e1336952bd7229eba87bc82ae1a077ac874a"
95
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,9 +0,0 @@
1
- export * from './native-modules/setClipboardText.js';
2
- export * from './native-modules/getClipboardText.js';
3
- export * from './native-modules/fetchContacts.js';
4
- export * from './native-modules/fetchAlbumPhotos.js';
5
- export * from './native-modules/getCurrentLocation.js';
6
- export * from './native-modules/openCamera.js';
7
- export * from './native-modules/appLogin.js';
8
- export * from './native-modules/checkoutPayment.js';
9
- export * from './native-modules/executePayment.js';
@@ -1,3 +0,0 @@
1
- export * from './native-modules/getOperationalEnvironment.js';
2
- export * from './native-modules/getTossAppVersion.js';
3
- export * from './native-modules/getDeviceId.js';
@@ -1 +0,0 @@
1
- export * from './native-event-emitter/startUpdateLocation.js';