@unocss/svelte-scoped 66.7.4 → 66.7.5

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/vite.mjs +0 -1
  2. package/package.json +6 -6
package/dist/vite.mjs CHANGED
@@ -1994,7 +1994,6 @@ function createContext(configOrPath, defaults = {}, extraConfigSources = [], res
1994
1994
  rawConfig = result.config;
1995
1995
  configFileList = result.sources;
1996
1996
  await uno.setConfig(rawConfig);
1997
- uno.config.envMode = "dev";
1998
1997
  rollupFilter = rawConfig.content?.pipeline === false ? () => false : createFilter(rawConfig.content?.pipeline?.include || defaultPipelineInclude, rawConfig.content?.pipeline?.exclude || defaultPipelineExclude, { resolve: typeof configOrPath === "string" ? configOrPath : root });
1999
1998
  tokens.clear();
2000
1999
  await Promise.all(modules.map((code, id) => uno.applyExtractors(code.replace(SKIP_COMMENT_RE, ""), id, tokens)));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/svelte-scoped",
3
3
  "type": "module",
4
- "version": "66.7.4",
4
+ "version": "66.7.5",
5
5
  "description": "Use UnoCSS in a modular fashion with styles being stored only in the Svelte component they are used in: Vite plugin for apps, Svelte preprocessor for component libraries",
6
6
  "author": "Jacob Bowdoin",
7
7
  "license": "MIT",
@@ -48,11 +48,11 @@
48
48
  "magic-string": "^0.30.21",
49
49
  "pathe": "^2.0.3",
50
50
  "zimmerframe": "^1.1.4",
51
- "@unocss/config": "66.7.4",
52
- "@unocss/core": "66.7.4",
53
- "@unocss/preset-wind3": "66.7.4",
54
- "@unocss/preset-uno": "66.7.4",
55
- "@unocss/reset": "66.7.4"
51
+ "@unocss/core": "66.7.5",
52
+ "@unocss/preset-wind3": "66.7.5",
53
+ "@unocss/config": "66.7.5",
54
+ "@unocss/reset": "66.7.5",
55
+ "@unocss/preset-uno": "66.7.5"
56
56
  },
57
57
  "devDependencies": {
58
58
  "prettier-plugin-svelte": "^3.5.2",