react-native-intlayer 7.0.9-canary.2 → 7.1.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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-intlayer",
3
- "version": "7.0.9-canary.2",
3
+ "version": "7.1.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": [
@@ -78,19 +78,19 @@
78
78
  "lint": "biome lint .",
79
79
  "lint:fix": "biome lint --write .",
80
80
  "prepublish": "cp -f ../../README.md ./README.md",
81
- "publish": "bun publish --access public || true",
82
- "publish:canary": "bun publish --tag canary --access public || true",
83
- "publish:latest": "bun publish --tag latest --access public || true",
81
+ "publish": "bun publish || true",
82
+ "publish:canary": "bun publish --tag canary || true",
83
+ "publish:latest": "bun publish --tag latest || true",
84
84
  "test": "vitest run",
85
85
  "test:watch": "vitest",
86
86
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
87
87
  },
88
88
  "dependencies": {
89
- "@intlayer/chokidar": "7.0.9-canary.2",
90
- "@intlayer/config": "7.0.9-canary.2",
91
- "@intlayer/core": "7.0.9-canary.2",
92
- "@intlayer/types": "7.0.9-canary.2",
93
- "react-intlayer": "7.0.9-canary.2"
89
+ "@intlayer/chokidar": "7.1.0-canary.0",
90
+ "@intlayer/config": "7.1.0-canary.0",
91
+ "@intlayer/core": "7.1.0-canary.0",
92
+ "@intlayer/types": "7.1.0-canary.0",
93
+ "react-intlayer": "7.1.0-canary.0"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@types/node": "24.10.1",
@@ -107,14 +107,14 @@
107
107
  "vitest": "4.0.8"
108
108
  },
109
109
  "peerDependencies": {
110
- "@intlayer/chokidar": "7.0.9-canary.2",
111
- "@intlayer/config": "7.0.9-canary.2",
112
- "@intlayer/core": "7.0.9-canary.2",
113
- "@intlayer/types": "7.0.9-canary.2",
110
+ "@intlayer/chokidar": "7.1.0-canary.0",
111
+ "@intlayer/config": "7.1.0-canary.0",
112
+ "@intlayer/core": "7.1.0-canary.0",
113
+ "@intlayer/types": "7.1.0-canary.0",
114
114
  "expo": ">=52",
115
115
  "metro-resolver": ">=0.80",
116
116
  "react": ">=18.0.0",
117
- "react-intlayer": "7.0.9-canary.2"
117
+ "react-intlayer": "7.1.0-canary.0"
118
118
  },
119
119
  "engines": {
120
120
  "node": ">=14.18"