@seatzap/core 1.0.2 → 1.0.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seatzap/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A centralized library providing foundational utilities, shared configuration, and standardized boilerplate code for the microservices ecosystem.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"publishConfig": {
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
|
21
|
-
"prettier": "./src/prettier.config.mjs"
|
|
21
|
+
"./prettier": "./src/prettier.config.mjs"
|
|
22
22
|
}
|
|
23
23
|
}
|