@visulima/error 3.2.2 → 3.2.3

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 +7 -0
  2. package/package.json +6 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/error [3.2.3](https://github.com/visulima/visulima/compare/@visulima/error@3.2.2...@visulima/error@3.2.3) (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
+
1
8
  ## @visulima/error [3.2.2](https://github.com/visulima/visulima/compare/@visulima/error@3.2.1...@visulima/error@3.2.2) (2024-03-22)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -145,6 +145,11 @@
145
145
  "engines": {
146
146
  "node": ">=18.* <=21.*"
147
147
  },
148
+ "os": [
149
+ "darwin",
150
+ "linux",
151
+ "win32"
152
+ ],
148
153
  "publishConfig": {
149
154
  "access": "public",
150
155
  "provenance": true