From df1cced5430309e7bb61bfb07903370bbf5b3e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Thu, 19 Jun 2025 15:17:22 +0200 Subject: [PATCH] update @mendix/native version for native-template --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e1ae8fa..c20ed570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "11.1.1", "hasInstallScript": true, "dependencies": { - "@mendix/native": "./mendix-native-6.0.4-rc.1.tgz", + "@mendix/native": "6.0.4-nt", "@mendix/react-native-sqlite-storage": "^7.1.0", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-community/cameraroll": "4.0.1", @@ -1503,9 +1503,9 @@ } }, "node_modules/@mendix/native": { - "version": "6.0.4-rc.1", - "resolved": "file:mendix-native-6.0.4-rc.1.tgz", - "integrity": "sha512-TNiUVASJKnPLan9ORnRByAhskavR6KshIulfBB2kuv5VO+pdAVDm08fz2eJWnCE5Vcd2Hmz7Tmg6h4J6JxGlWg==" + "version": "6.0.4-nt", + "resolved": "https://registry.npmjs.org/@mendix/native/-/native-6.0.4-nt.tgz", + "integrity": "sha512-AbGsVvCaqM7+zoSUC3AQosWjjGNOgCMVpuKKcCdu4wmnbZd0Qp8iNnpuLxk5zXsF2GWROoVNmBFbs0Svmgx4PA==" }, "node_modules/@mendix/native-mobile-toolkit": { "version": "1.0.127", diff --git a/package.json b/package.json index ea4f2546..9da6d807 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "configure": "native-mobile-toolkit configure --config-path='./config.json' --verbose" }, "dependencies": { - "@mendix/native": "./mendix-native-6.0.4-rc.1.tgz", + "@mendix/native": "6.0.4-nt", "@mendix/react-native-sqlite-storage": "^7.1.0", "@react-native-async-storage/async-storage": "2.0.0", "@react-native-community/cameraroll": "4.0.1",