📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

@infinitered/react-native-mlkit-core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinitered/react-native-mlkit-core - npm Package Compare versions

Comparing version

to
2.0.0

# @infinitered/react-native-mlkit-core
## 2.0.0
### Major Changes
- 1e282e0: Update modules and example app to be compatible with Expo v51. Increases minimum deployment target to 13.4.
To ensure that your app will be compatible, make sure your minimum deployment version is set higher than 13.4 by
using the `expo-build-properties` plugin in your `app.json`.
```json
{
"plugins": [
[
"expo-build-properties",
{
"ios": {
"deploymentTarget": "13.4"
}
}
]
]
}
```
## 1.0.0

@@ -4,0 +28,0 @@

const { defaults: tsjPreset } = require("ts-jest/presets");
/** @type {import('ts-jest').JestConfigWithTsJest} */
/** @type {import("ts-jest").JestConfigWithTsJest} */
module.exports = {

@@ -17,2 +17,3 @@ ...tsjPreset,

moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
setupFilesAfterEnv: ["./jest-setup.js"],
};
{
"name": "@infinitered/react-native-mlkit-core",
"version": "1.0.0",
"version": "2.0.0",
"description": "Shared Library for RNMLKit",

@@ -9,5 +9,6 @@ "main": "build/index.js",

"build": "expo-module build",
"ci:build": "tsc",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "jest",
"test": "../../scripts/test-module.sh",
"prepublishOnly": "expo-module prepublishOnly",

@@ -30,2 +31,3 @@ "expo-module": "expo-module"

"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.7",
"@infinitered/tsconfig": "0.3.0",

@@ -35,3 +37,3 @@ "@testing-library/react-native": "^12.3.0",

"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.13",
"expo-modules-core": "^1.12.14",
"jest": "^29.7.0",

@@ -38,0 +40,0 @@ "jest-expo": "^48.0.0",

Sorry, the diff of this file is not supported yet