responsive-media 1.0.0 → 1.0.3

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/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './responsive.enum';
2
2
  export * from './create-responsive';
3
+ export { ResponsivePlugin } from './vue-responsive';
package/dist/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './responsive.enum';
2
2
  export * from './create-responsive';
3
+ export { ResponsivePlugin } from './vue-responsive';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "responsive-media",
3
- "version": "1.0.0",
4
- "description": "Утилита для реактивного состояния на основе CSS media queries без зависимостей.",
3
+ "version": "1.0.3",
4
+ "description": "A utility for reactive state based on CSS media queries. Includes integration with Vue 3 (Composition API).",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -20,7 +20,11 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/yourusername/responsive-media.git"
23
+ "url": "git+https://github.com/macrulezru/responsive-media.git"
24
+ },
25
+ "homepage": "https://macrulez.ru/#/en",
26
+ "bugs": {
27
+ "url": "https://github.com/macrulezru/responsive-media/issues"
24
28
  },
25
29
  "keywords": [
26
30
  "responsive",