@fncts/pattern 0.0.7 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fncts/pattern",
3
- "version": "0.0.7",
3
+ "version": "0.0.10",
4
4
  "dependencies": {
5
5
  "ts-pattern": "^4.0.5"
6
6
  },
@@ -8,6 +8,10 @@
8
8
  "./*": {
9
9
  "import": "./_mjs/*.mjs",
10
10
  "require": "./_cjs/*.cjs"
11
+ },
12
+ ".": {
13
+ "import": "./_mjs/index.mjs",
14
+ "require": "./_cjs/index.cjs"
11
15
  }
12
16
  },
13
17
  "publishConfig": {