@oliasoft-open-source/units 5.0.0 → 5.1.0
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 +15 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/units",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Package for units management",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -91,6 +91,18 @@
|
|
|
91
91
|
"dist/**/*"
|
|
92
92
|
],
|
|
93
93
|
"type": "module",
|
|
94
|
+
"devEngines": {
|
|
95
|
+
"packageManager": {
|
|
96
|
+
"name": "pnpm",
|
|
97
|
+
"version": "11.3.0",
|
|
98
|
+
"onFail": "download"
|
|
99
|
+
},
|
|
100
|
+
"runtime": {
|
|
101
|
+
"name": "node",
|
|
102
|
+
"version": "26.3.0",
|
|
103
|
+
"onFail": "download"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
94
106
|
"lint-staged": {
|
|
95
107
|
"*/**/*.{ts,js,json}": [
|
|
96
108
|
"oxlint --fix",
|
|
@@ -114,7 +126,8 @@
|
|
|
114
126
|
"publint": "^0.3.18",
|
|
115
127
|
"tsdown": "^0.21.8",
|
|
116
128
|
"tsx": "^4.21.0",
|
|
117
|
-
"typescript": "^5.9.3"
|
|
129
|
+
"typescript": "^5.9.3",
|
|
130
|
+
"node": "runtime:26.3.0"
|
|
118
131
|
},
|
|
119
132
|
"prepack": "pnpm build",
|
|
120
133
|
"scripts": {
|