@visulima/fmt 1.1.2 → 1.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +16 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @visulima/fmt [1.1.4](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.3...@visulima/fmt@1.1.4) (2024-03-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added missing os key to package.json ([4ad1268](https://github.com/visulima/visulima/commit/4ad1268ed12cbdcf60aeb46d4c052ed1696bc150))
7
+
8
+ ## @visulima/fmt [1.1.3](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.2...@visulima/fmt@1.1.3) (2024-03-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixed all found type issues ([eaa40d1](https://github.com/visulima/visulima/commit/eaa40d11f3fc056dfddcc25404bf109587ef2862))
14
+ * minifyWhitespace on prod build, removed @tsconfig/* configs ([410cb73](https://github.com/visulima/visulima/commit/410cb737c44c445a0479bdd49b4100d5daf2d83d))
15
+
1
16
  ## @visulima/fmt [1.1.2](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.1...@visulima/fmt@1.1.2) (2024-02-26)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/fmt",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Util.format-like string formatting utility.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -82,31 +82,36 @@
82
82
  "@anolilab/eslint-config": "^15.0.3",
83
83
  "@anolilab/prettier-config": "^5.0.14",
84
84
  "@anolilab/semantic-release-preset": "^8.0.3",
85
- "@babel/core": "^7.23.9",
85
+ "@babel/core": "^7.24.3",
86
86
  "@rushstack/eslint-plugin-security": "^0.8.1",
87
87
  "@types/node": "18.18.14",
88
- "@vitest/coverage-v8": "^1.3.1",
89
- "@vitest/ui": "^1.3.1",
88
+ "@vitest/coverage-v8": "^1.4.0",
89
+ "@vitest/ui": "^1.4.0",
90
90
  "cross-env": "^7.0.3",
91
- "eslint": "^8.56.0",
91
+ "eslint": "^8.57.0",
92
92
  "eslint-plugin-deprecation": "^2.0.0",
93
93
  "eslint-plugin-etc": "^2.0.3",
94
94
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
95
95
  "eslint-plugin-mdx": "^3.1.5",
96
- "eslint-plugin-vitest": "^0.3.22",
97
- "eslint-plugin-vitest-globals": "^1.4.0",
96
+ "eslint-plugin-vitest": "^0.3.26",
97
+ "eslint-plugin-vitest-globals": "^1.5.0",
98
98
  "prettier": "^3.2.5",
99
99
  "quick-format-unescaped": "^4.0.4",
100
100
  "rimraf": "^5.0.5",
101
- "semantic-release": "^23.0.2",
102
- "sort-package-json": "^2.7.0",
101
+ "semantic-release": "^23.0.5",
102
+ "sort-package-json": "^2.8.0",
103
103
  "tsup": "^8.0.2",
104
- "typescript": "^5.3.3",
105
- "vitest": "^1.3.1"
104
+ "typescript": "^5.4.3",
105
+ "vitest": "^1.4.0"
106
106
  },
107
107
  "engines": {
108
108
  "node": ">=18.* <=21.*"
109
109
  },
110
+ "os": [
111
+ "darwin",
112
+ "linux",
113
+ "win32"
114
+ ],
110
115
  "publishConfig": {
111
116
  "access": "public",
112
117
  "provenance": true