@swissgeo/numbers 1.0.0-beta.2 → 1.0.0-rc.1
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 +4 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swissgeo/numbers",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-rc.1",
|
|
4
4
|
"description": "Numbers utils for SWISSGEO projects.",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"type": "module",
|
|
@@ -15,25 +15,19 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@swissgeo/log": "1.0.0-
|
|
18
|
+
"@swissgeo/log": "1.0.0-rc.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@microsoft/api-extractor": "^7.55.0",
|
|
22
|
-
"@prettier/plugin-xml": "^3.4.2",
|
|
23
22
|
"@types/chai": "^5.2.3",
|
|
24
23
|
"chai": "^6.2.1",
|
|
25
24
|
"eslint": "^9.39.1",
|
|
26
|
-
"prettier": "^3.6.2",
|
|
27
|
-
"prettier-plugin-jsdoc": "^1.5.0",
|
|
28
|
-
"prettier-plugin-packagejson": "^2.5.19",
|
|
29
|
-
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
30
25
|
"typescript": "^5.9.3",
|
|
31
26
|
"unplugin-dts": "1.0.0-beta.6",
|
|
32
27
|
"vite": "^7.2.2",
|
|
33
28
|
"vitest": "^4.0.8",
|
|
34
|
-
"@swissgeo/config-eslint": "1.0.0-
|
|
35
|
-
"@swissgeo/config-typescript": "1.0.0-
|
|
36
|
-
"@swissgeo/config-prettier": "1.0.0-beta.2"
|
|
29
|
+
"@swissgeo/config-eslint": "1.0.0-rc.1",
|
|
30
|
+
"@swissgeo/config-typescript": "1.0.0-rc.1"
|
|
37
31
|
},
|
|
38
32
|
"scripts": {
|
|
39
33
|
"build": "pnpm run type-check && pnpm run generate-types && vite build",
|