@plumeria/compiler 18.2.8 → 18.2.10

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 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -174,6 +174,7 @@ function compileCSS(options) {
174
174
  const files = rs.globSync(include, {
175
175
  cwd,
176
176
  exclude: exclude,
177
+ sort: true,
177
178
  });
178
179
  const scannedTables = (0, utils_1.scanAll)();
179
180
  const processFile = (filePath) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/compiler",
3
- "version": "18.2.8",
3
+ "version": "18.2.10",
4
4
  "description": "Plumeria swc based compiler for statically extracting css",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dist/"
22
22
  ],
23
23
  "dependencies": {
24
- "@plumeria/utils": "^18.2.8"
24
+ "@plumeria/utils": "^18.2.10"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@rust-gear/glob": "1.1.0",