@sankyu/circle-flags-core 1.6.1 → 1.6.5

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 +2 -2
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -5,8 +5,8 @@ Internal shared utilities and types for circle-flags-ui packages.
5
5
  **This is a private package** - not published to npm. It provides shared functionality for:
6
6
 
7
7
  - `@sankyu/react-circle-flags`
8
- - `@sankyu/vue-circle-flags` (coming soon)
9
- - `@sankyu/solid-circle-flags` (coming soon)
8
+ - `@sankyu/vue-circle-flags` (beta)
9
+ - `@sankyu/solid-circle-flags` (beta)
10
10
 
11
11
  ## Exports
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankyu/circle-flags-core",
3
- "version": "1.6.1",
3
+ "version": "1.6.5",
4
4
  "description": "Shared core utilities for circle-flags packages",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,7 +28,9 @@
28
28
  "postbuild": "node ../../scripts/tasks/postbuild-core.mjs",
29
29
  "dev": "tsup --watch",
30
30
  "pretypecheck": "node ../../scripts/life-cycle.js ensure-generated --pkg core",
31
- "typecheck": "tsc --noEmit"
31
+ "typecheck": "tsc --noEmit",
32
+ "lint": "oxlint src",
33
+ "lint:fix": "oxlint src --fix"
32
34
  },
33
35
  "repository": {
34
36
  "type": "git",