@prisma/schema-files-loader
Advanced tools
Comparing version
@@ -95,3 +95,3 @@ "use strict"; | ||
addFile(absolutePath, content) { | ||
const dirs = absolutePath.split(import_node_path.default.sep); | ||
const dirs = absolutePath.split(/[\\/]/); | ||
const fileName = dirs.pop(); | ||
@@ -98,0 +98,0 @@ if (!fileName) { |
{ | ||
"name": "@prisma/schema-files-loader", | ||
"version": "5.14.0-integration-schema-files-resolver.8", | ||
"version": "5.14.0-integration-schema-files-resolver.9", | ||
"description": "Package for resolving and loading schema files when schema is split into multiple files", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
23685
-0.09%