@prisma/schema-files-loader
Advanced tools
Comparing version 6.5.0-integration-fix-e2e-prisma-config-2.9 to 6.5.0-integration-fix-export-index-js.1
@@ -8,2 +8,3 @@ "use strict"; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __export = (target, all) => { | ||
@@ -30,2 +31,3 @@ for (var name in all) | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value); | ||
@@ -65,2 +67,3 @@ // src/index.ts | ||
this.secondary = secondary; | ||
__publicField(this, "_fileNameToKey"); | ||
this._fileNameToKey = createFileNameToKeyMapper(options); | ||
@@ -94,3 +97,4 @@ } | ||
constructor(options) { | ||
this._tree = {}; | ||
__publicField(this, "_tree", {}); | ||
__publicField(this, "_fileNameToKey"); | ||
this._fileNameToKey = createFileNameToKeyMapper(options); | ||
@@ -97,0 +101,0 @@ } |
{ | ||
"name": "@prisma/schema-files-loader", | ||
"version": "6.5.0-integration-fix-e2e-prisma-config-2.9", | ||
"version": "6.5.0-integration-fix-export-index-js.1", | ||
"description": "Package for resolving and loading schema files when schema is split into multiple files", | ||
@@ -19,4 +19,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@prisma/prisma-schema-wasm": "6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d", | ||
"fs-extra": "11.1.1" | ||
"@prisma/prisma-schema-wasm": "6.5.0-54.1ea2fdf6bb4482f4af05b7f54f20273ddb71a8fe", | ||
"fs-extra": "11.3.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
26745
414
+ Added@prisma/prisma-schema-wasm@6.5.0-54.1ea2fdf6bb4482f4af05b7f54f20273ddb71a8fe(transitive)
+ Addedfs-extra@11.3.0(transitive)
- Removed@prisma/prisma-schema-wasm@6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d(transitive)
- Removedfs-extra@11.1.1(transitive)
Updated@prisma/prisma-schema-wasm@6.5.0-54.1ea2fdf6bb4482f4af05b7f54f20273ddb71a8fe
Updatedfs-extra@11.3.0