@notectl/angular 2.0.7 → 2.0.9

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,7 +12,7 @@ Build a real editor in plain HTML, React, Vue, Svelte, or Angular without lockin
12
12
  [![Web Component](https://img.shields.io/badge/Web_Component-%3Cnotectl--editor%3E-purple)](https://developer.mozilla.org/en-US/docs/Web/API/Web_components)
13
13
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
14
14
  [![npm](https://img.shields.io/npm/v/@notectl/core)](https://www.npmjs.com/package/@notectl/core)
15
- [![Bundle Size](https://img.shields.io/badge/gzip-~40kb-orange)](https://www.npmjs.com/package/@notectl/core)
15
+ [![Bundle Size](https://img.shields.io/badge/gzip-~76kb_core-orange)](https://www.npmjs.com/package/@notectl/core)
16
16
 
17
17
  <br />
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notectl/angular",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Angular integration for the notectl rich text editor. Provides a standalone component, reactive forms support, and DI service.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -43,7 +43,7 @@
43
43
  "peerDependencies": {
44
44
  "@angular/core": ">=21.0.0",
45
45
  "@angular/forms": ">=21.0.0",
46
- "@notectl/core": "^2.0.7",
46
+ "@notectl/core": "^2.0.9",
47
47
  "rxjs": ">=7.0.0"
48
48
  },
49
49
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@notectl/core": "workspace:*",
57
57
  "ng-packagr": "^21.2.1",
58
58
  "rxjs": "~7.8.2",
59
- "vite": "^8.0.3",
59
+ "vite": "^8.0.8",
60
60
  "vitest": "^4.1.2"
61
61
  }
62
62
  }