@peter.naydenov/url-pattern 1.0.4 → 1.0.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.
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peter.naydenov/url-pattern",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Matching patterns for urls and other strings. Turn strings into data or data into strings.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/main.js",
|
|
7
|
-
"module": "./
|
|
7
|
+
"module": "./src/main.js",
|
|
8
8
|
"types": "./types/main.d.ts",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
],
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"import": "./
|
|
17
|
-
"require": "./dist/url-pattern.cjs
|
|
18
|
-
"default": "./
|
|
16
|
+
"import": "./src/main.js",
|
|
17
|
+
"require": "./dist/url-pattern.cjs",
|
|
18
|
+
"default": "./src/main.js"
|
|
19
19
|
},
|
|
20
20
|
"./package.json": "./package.json",
|
|
21
21
|
"./src/*": "./src/*",
|
|
File without changes
|