@quilted/create 0.2.45 → 0.2.46

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @quilted/create
2
2
 
3
+ ## 0.2.46
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bac719a`](https://github.com/lemonmade/quilt/commit/bac719a68dc360cf8c5fd7f906b73ad5fde1452b) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix incorrect @quilted/vite dependency in template
8
+
3
9
  ## 0.2.45
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,3 @@
1
- var dirGlob = {exports: {}};
1
+ var utils = {};
2
2
 
3
- export { dirGlob as __module };
3
+ export { utils as __exports };
@@ -1,3 +1,3 @@
1
- var utils = {};
1
+ var dirGlob = {exports: {}};
2
2
 
3
- export { utils as __exports };
3
+ export { dirGlob as __module };
@@ -1,4 +1,4 @@
1
- import { __module as dirGlob } from '../../../../../_virtual/index7.mjs';
1
+ import { __module as dirGlob } from '../../../../../_virtual/index8.mjs';
2
2
  import path__default from 'node:path';
3
3
  import { __require as requirePathType } from '../../../path-type@4.0.0/node_modules/path-type/index.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { __exports as utils } from '../../../../../../../_virtual/index8.mjs';
1
+ import { __exports as utils } from '../../../../../../../_virtual/index7.mjs';
2
2
  import { __require as requireArray } from './array.mjs';
3
3
  import { __require as requireErrno } from './errno.mjs';
4
4
  import { __require as requireFs } from './fs.mjs';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quilted/create",
3
3
  "type": "module",
4
- "version": "0.2.45",
4
+ "version": "0.2.46",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@quilted/rollup": "^0.2.0",
17
- "@quilted/vite": "^0.1.0",
17
+ "@quilted/vite": "^0.2.0",
18
18
  "@quilted/typescript": "^0.4.0",
19
19
  "rollup": "^4.34.0",
20
20
  "prettier": "^3.3.0",