ts-repo-utils 4.0.0 → 4.0.2
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/dist/index.d.mts.map +1 -1
- package/package.json +4 -4
- package/src/index.mts +2 -0
- package/dist/globals.d.mjs +0 -2
- package/dist/globals.d.mjs.map +0 -1
- package/dist/globals.d.mts +0 -1
- package/src/globals.d.mts +0 -1
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAEA,cAAc,uBAAuB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-repo-utils",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"module": "./dist/index.
|
|
25
|
-
"types": "./dist/index.d.
|
|
24
|
+
"module": "./dist/index.mjs",
|
|
25
|
+
"types": "./dist/index.d.mts",
|
|
26
26
|
"files": [
|
|
27
27
|
"src",
|
|
28
28
|
"dist",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"fast-glob": "^3.3.3",
|
|
58
58
|
"micromatch": "^4.0.8",
|
|
59
59
|
"prettier": "^3.6.2",
|
|
60
|
-
"ts-data-forge": "^
|
|
60
|
+
"ts-data-forge": "^3.0.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@eslint/js": "^9.31.0",
|
package/src/index.mts
CHANGED
package/dist/globals.d.mjs
DELETED
package/dist/globals.d.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"globals.d.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/globals.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/// <reference types="ts-type-forge" />
|
package/src/globals.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/// <reference types="ts-type-forge" />
|