@stacksjs/orm 0.61.11 → 0.61.13

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -86228,7 +86228,7 @@ var require_braces = __commonJS((exports, module) => {
86228
86228
  module.exports = braces;
86229
86229
  });
86230
86230
 
86231
- // ../../../../node_modules/micromatch/index.js
86231
+ // ../../../../node_modules/fast-glob/node_modules/micromatch/index.js
86232
86232
  var require_micromatch = __commonJS((exports, module) => {
86233
86233
  var util = import.meta.require("util");
86234
86234
  var braces = require_braces();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/orm",
3
3
  "type": "module",
4
- "version": "0.61.11",
4
+ "version": "0.61.13",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",