@regardio/dev 1.10.2 → 1.10.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.
- package/LICENSE +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright ©
|
|
3
|
+
Copyright © 2026 Regardio
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"rimraf": "6.1.2",
|
|
39
39
|
"tsx": "4.21.0",
|
|
40
40
|
"typescript": "5.9.3",
|
|
41
|
-
"vite": "7.3.
|
|
41
|
+
"vite": "7.3.1",
|
|
42
42
|
"vitest": "4.0.16"
|
|
43
43
|
},
|
|
44
44
|
"description": "Regardio developer tooling for testing, linting, and build workflows",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
},
|
|
122
122
|
"sideEffects": false,
|
|
123
123
|
"type": "module",
|
|
124
|
-
"version": "1.10.
|
|
124
|
+
"version": "1.10.3"
|
|
125
125
|
}
|