react-native-intlayer 8.2.4 → 8.3.0-canary.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 +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-intlayer",
3
- "version": "8.2.4",
3
+ "version": "8.3.0-canary.0",
4
4
  "private": false,
5
5
  "description": "A React Native plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
6
6
  "keywords": [
@@ -69,28 +69,28 @@
69
69
  "./package.json"
70
70
  ],
71
71
  "scripts": {
72
- "build": "tsdown --config tsdown.config.ts",
73
- "build:ci": "tsdown --config tsdown.config.ts",
74
- "clean": "rimraf ./dist .turbo",
75
- "dev": "tsdown --config tsdown.config.ts --watch",
76
- "format": "biome format . --check",
77
- "format:fix": "biome format --write .",
78
- "lint": "biome lint .",
79
- "lint:fix": "biome lint --write .",
72
+ "build": "bun --bun tsdown --config tsdown.config.ts",
73
+ "build:ci": "bun --bun tsdown --config tsdown.config.ts",
74
+ "clean": "bun --bun rimraf ./dist .turbo",
75
+ "dev": "bun --bun tsdown --config tsdown.config.ts --watch",
76
+ "format": "bun --bun biome format . --check",
77
+ "format:fix": "bun --bun biome format --write .",
78
+ "lint": "bun --bun biome lint .",
79
+ "lint:fix": "bun --bun biome lint --write .",
80
80
  "prepublish": "cp -f ../../README.md ./README.md",
81
81
  "publish": "bun publish || true",
82
82
  "publish:canary": "bun publish --access public --tag canary || true",
83
83
  "publish:latest": "bun publish --access public --tag latest || true",
84
- "test": "vitest run",
85
- "test:watch": "vitest",
84
+ "test": "bun --bun vitest run",
85
+ "test:watch": "bun --bun vitest",
86
86
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
87
87
  },
88
88
  "dependencies": {
89
- "@intlayer/chokidar": "8.2.3",
90
- "@intlayer/config": "8.2.3",
91
- "@intlayer/core": "8.2.3",
92
- "@intlayer/types": "8.2.3",
93
- "react-intlayer": "8.2.3"
89
+ "@intlayer/chokidar": "8.3.0-canary.0",
90
+ "@intlayer/config": "8.3.0-canary.0",
91
+ "@intlayer/core": "8.3.0-canary.0",
92
+ "@intlayer/types": "8.3.0-canary.0",
93
+ "react-intlayer": "8.3.0-canary.0"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@types/node": "25.3.5",
@@ -102,7 +102,7 @@
102
102
  "metro-resolver": "0.82.0",
103
103
  "react": ">=18.0.0",
104
104
  "rimraf": "6.1.3",
105
- "tsdown": "0.21.0",
105
+ "tsdown": "0.21.1",
106
106
  "typescript": "5.9.3",
107
107
  "vitest": "4.0.18"
108
108
  },
@@ -110,7 +110,7 @@
110
110
  "expo": ">=52",
111
111
  "metro-resolver": ">=0.80",
112
112
  "react": ">=18.0.0",
113
- "react-intlayer": "8.2.3"
113
+ "react-intlayer": "8.3.0-canary.0"
114
114
  },
115
115
  "engines": {
116
116
  "node": ">=14.18"