canopy-i18n 0.7.0 → 0.7.1

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  A tiny, type-safe i18n library for building localized messages with builder pattern and applying locales across nested data structures.
4
4
 
5
- ![スクリーンショット](https://raw.githubusercontent.com/mohhh-ok/canopy-i18n/main/docs/images/hero.gif)
6
-
7
-
8
5
  ## Features
9
6
  - **AI-friendly**: Full type safety and single-file colocation give AI assistants complete context for accurate code generation.
10
7
  - **Type-safe**: Compile-time safety for locale keys with full TypeScript IntelliSense support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canopy-i18n",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "The Type-Safe i18n library that your IDE will Love",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",