@expo/entity-ip-address-field 0.62.0 → 0.64.0

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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
1
  {
2
2
  "name": "@expo/entity-ip-address-field",
3
- "version": "0.62.0",
3
+ "version": "0.64.0",
4
4
  "description": "IP address EntityField definitions for @expo/entity",
5
+ "keywords": [
6
+ "entity"
7
+ ],
8
+ "license": "MIT",
9
+ "author": "Expo",
5
10
  "files": [
6
11
  "build",
7
12
  "!*.tsbuildinfo",
8
13
  "!__*",
9
14
  "src"
10
15
  ],
16
+ "type": "module",
11
17
  "main": "build/src/index.js",
12
18
  "types": "build/src/index.d.ts",
13
19
  "scripts": {
14
20
  "build": "tsc --build",
15
21
  "prepack": "rm -rf build && yarn build",
16
22
  "clean": "yarn build --clean",
17
- "lint": "yarn run --top-level eslint src",
23
+ "lint": "yarn run --top-level oxlint --type-aware src",
18
24
  "lint-fix": "yarn lint --fix",
19
25
  "test": "yarn test:all --rootDir $(pwd)"
20
26
  },
21
- "engines": {
22
- "node": ">=18"
23
- },
24
- "keywords": [
25
- "entity"
26
- ],
27
- "author": "Expo",
28
- "license": "MIT",
29
- "type": "module",
30
27
  "dependencies": {
31
- "@expo/entity": "^0.62.0",
28
+ "@expo/entity": "^0.64.0",
32
29
  "ip-address": "^10.1.0"
33
30
  },
34
31
  "devDependencies": {
35
- "@expo/entity-testing-utils": "^0.62.0",
32
+ "@expo/entity-testing-utils": "^0.64.0",
36
33
  "@jest/globals": "30.3.0",
37
- "typescript": "5.9.3"
34
+ "typescript": "6.0.3"
35
+ },
36
+ "engines": {
37
+ "node": ">=18"
38
38
  },
39
- "gitHead": "4965cc238882982e6315beca48a68679ed45456b"
39
+ "gitHead": "3f10a9e70eab45ae95acdae133055d8a3ec04ce8"
40
40
  }