forge-sql-orm 1.0.8 → 1.0.9
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": "forge-sql-orm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Mikro-ORM integration for Forge-SQL in Atlassian Forge applications.",
|
|
5
5
|
"main": "dist/ForgeSQLORM.js",
|
|
6
6
|
"module": "dist/ForgeSQLORM.mjs",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"build:types": "tsc --emitDeclarationOnly",
|
|
69
69
|
"build:cli": "vite build --mode cli",
|
|
70
70
|
"postinstall": "npm run dependency:fix",
|
|
71
|
-
"dependency:fix": "
|
|
71
|
+
"dependency:fix": "forge-sql-orm patch:mikroorm",
|
|
72
72
|
"prepublish:npm": "npm run build:cli && npm run build",
|
|
73
73
|
"publish:npm": "npm publish --access public"
|
|
74
74
|
},
|