@apps-in-toss/native-modules 1.0.0 → 1.0.1

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": "@apps-in-toss/native-modules",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Native Modules for Apps In Toss",
6
6
  "scripts": {
7
7
  "prepack": "yarn build",
@@ -30,8 +30,8 @@
30
30
  ],
31
31
  "devDependencies": {
32
32
  "@babel/runtime": "^7",
33
- "@granite-js/native": "0.1.20",
34
- "@granite-js/react-native": "0.1.20",
33
+ "@granite-js/native": "0.1.21",
34
+ "@granite-js/react-native": "0.1.21",
35
35
  "@types/react": "18.3.3",
36
36
  "dts-bundle-generator": "^9.5.1",
37
37
  "esbuild": "0.25.5",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "1cf9898b323a17c789ff9f5d75e8c6ab68fe4a95"
56
+ "gitHead": "c117f889c8e029797ebff63000beef65c0597e6f"
57
57
  }
@@ -138,7 +138,7 @@ describe('compareVersions', () => {
138
138
  });
139
139
 
140
140
  it('추가 비교 테스트', () => {
141
- expect(compareVersions('0.1.20', '0.1.5')).toBe(1);
141
+ expect(compareVersions('0.1.21', '0.1.5')).toBe(1);
142
142
  expect(compareVersions('1', '0.0.0-beta')).toBe(1);
143
143
  expect(compareVersions('1', '0.2.3')).toBe(1);
144
144
  expect(compareVersions('1', '0.2.4')).toBe(1);