@dbx-tools/path 0.6.108 → 0.6.112
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -118,4 +118,4 @@ Pattern helpers keep generated glob fragments escaped and consistent.
|
|
|
118
118
|
- `pattern` - escaped directory-name and extension glob fragments.
|
|
119
119
|
|
|
120
120
|
The projen engine uses this package in
|
|
121
|
-
[`@dbx-tools/projen`](
|
|
121
|
+
[`@dbx-tools/projen`](../../../../projen).
|
package/package.json
CHANGED
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"typescript": "^5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@dbx-tools/core": "0.6.
|
|
27
|
-
"@dbx-tools/shared-core": "0.6.
|
|
26
|
+
"@dbx-tools/core": "0.6.112",
|
|
27
|
+
"@dbx-tools/shared-core": "0.6.112",
|
|
28
28
|
"chokidar": "^4.0.3",
|
|
29
29
|
"glob": "^13.0.6",
|
|
30
30
|
"minimatch": "^10.2.5"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"./package.json": "./package.json"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"version": "0.6.
|
|
46
|
+
"version": "0.6.112",
|
|
47
47
|
"types": "./lib/index.d.ts",
|
|
48
48
|
"type": "module",
|
|
49
49
|
"exports": {
|