@reldens/storage 0.72.0 → 0.73.0

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.
@@ -154,7 +154,7 @@ class PrismaSchemaGenerator
154
154
  generatorContent += ' provider = "prisma-client-js"\n';
155
155
  if(this.clientOutputPath){
156
156
  let normalizedPath = this.clientOutputPath.replace(/\\/g, '/');
157
- generatorContent += ' output = "' + normalizedPath + '"\n';
157
+ generatorContent += ' output = "' + normalizedPath + '"\n';
158
158
  }
159
159
  if(0 < this.generateBinaryTargets.length){
160
160
  generatorContent += ' binaryTargets = [' +
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reldens/storage",
3
3
  "scope": "@reldens",
4
- "version": "0.72.0",
4
+ "version": "0.73.0",
5
5
  "description": "Reldens - Storage",
6
6
  "author": "Damian A. Pastorini",
7
7
  "license": "MIT",
@@ -42,11 +42,11 @@
42
42
  "url": "https://github.com/damian-pastorini/reldens-storage/issues"
43
43
  },
44
44
  "dependencies": {
45
- "@mikro-orm/core": "6.5.3",
46
- "@mikro-orm/mongodb": "6.5.3",
47
- "@mikro-orm/mysql": "6.5.3",
45
+ "@mikro-orm/core": "6.5.5",
46
+ "@mikro-orm/mongodb": "6.5.5",
47
+ "@mikro-orm/mysql": "6.5.5",
48
48
  "@prisma/client": "6.16.2",
49
- "@reldens/server-utils": "^0.29.0",
49
+ "@reldens/server-utils": "^0.32.0",
50
50
  "@reldens/utils": "^0.53.0",
51
51
  "knex": "3.1.0",
52
52
  "mysql": "2.18.1",