@fncts/pattern 0.0.5 → 0.0.8

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 +6 -2
package/package.json CHANGED
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "@fncts/pattern",
3
- "version": "0.0.5",
3
+ "version": "0.0.8",
4
4
  "dependencies": {
5
- "ts-pattern": "^4.0.3"
5
+ "ts-pattern": "^4.0.5"
6
6
  },
7
7
  "exports": {
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": {