@sheet-i18n/react 1.5.0-canary.8 → 1.5.0-canary.9

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -474,7 +474,7 @@ The `StorageBasedIntlProvider` provides **persistent translation settings** that
474
474
  #### **Setup for CSR Interpolation**
475
475
 
476
476
  ```tsx
477
- // i18nContext.tsx
477
+ // i18nContext.ts
478
478
  import { createI18nContext } from '@sheet-i18n/react';
479
479
  import { i18nStore } from './i18nStore';
480
480
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheet-i18n/react",
3
- "version": "1.5.0-canary.8",
3
+ "version": "1.5.0-canary.9",
4
4
  "description": "i18n client logic based on react",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@sheet-i18n/react-core": "1.5.0-canary.0",
36
- "@sheet-i18n/react-client": "1.5.0-canary.5"
36
+ "@sheet-i18n/react-client": "1.5.0-canary.6"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsup",