@unocss/scope 0.48.4 → 0.49.0

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 (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
1
  module.exports = () => {
2
- throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to Unocss\'s target')
2
+ throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to UnoCSS\'s target')
3
3
  }
package/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
  export default () => {
2
- throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to Unocss\'s target')
2
+ throw new Error('getUnocssScope() is a compile macro but get called directly, have you include this file to UnoCSS\'s target')
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/scope",
3
- "version": "0.48.4",
3
+ "version": "0.49.0",
4
4
  "description": "Placeholder for UnoCSS scope import",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",