@fncts/pattern 0.0.10 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
package/_cjs/index.cjs CHANGED
@@ -22,9 +22,7 @@ Object.defineProperty(exports, "isMatching", {
22
22
  }
23
23
  });
24
24
  exports.match = void 0;
25
-
26
25
  var _tsPattern = /*#__PURE__*/require("ts-pattern");
27
-
28
26
  /**
29
27
  * @tsplus getter global match
30
28
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;;AAGO,MAAMA,KAAK,GAAGC,gBAAd","names":["match","_match"],"sourceRoot":"","sources":["../_src/index.ts"],"sourcesContent":[null]}
1
+ {"version":3,"file":"index.cjs","mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAEA;;;AAGO,MAAMA,KAAK,GAAGC,gBAAM;AAAC","names":["match","_match"],"sourceRoot":"","sources":["../_src/index.ts"],"sourcesContent":[null]}
package/_mjs/index.mjs CHANGED
@@ -2,7 +2,6 @@ import { match as _match } from "ts-pattern";
2
2
  /**
3
3
  * @tsplus getter global match
4
4
  */
5
-
6
5
  export const match = _match;
7
6
  export { isMatching, P, Pattern } from "ts-pattern";
8
7
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","mappings":"AAAA,SAASA,KAAK,IAAIC,MAAlB,QAAgC,YAAhC;AAEA;;;;AAGA,OAAO,MAAMD,KAAK,GAAGC,MAAd;AAEP,SAASC,UAAT,EAAqBC,CAArB,EAAwBC,OAAxB,QAAuC,YAAvC","names":["match","_match","isMatching","P","Pattern"],"sourceRoot":"","sources":["../_src/index.ts"],"sourcesContent":[null]}
1
+ {"version":3,"file":"index.mjs","mappings":"AAAA,SAASA,KAAK,IAAIC,MAAM,QAAQ,YAAY;AAE5C;;;AAGA,OAAO,MAAMD,KAAK,GAAGC,MAAM;AAE3B,SAASC,UAAU,EAAEC,CAAC,EAAEC,OAAO,QAAQ,YAAY","names":["match","_match","isMatching","P","Pattern"],"sourceRoot":"","sources":["../_src/index.ts"],"sourcesContent":[null]}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@fncts/pattern",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "dependencies": {
5
- "ts-pattern": "^4.0.5"
5
+ "ts-pattern": "^4.1.4"
6
6
  },
7
7
  "exports": {
8
8
  "./*": {