@ts-core/angular 13.1.14 → 13.1.15

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.
@@ -1766,7 +1766,6 @@ class CookieService extends Cookie.CookieService {
1766
1766
  Object.defineProperty(this, 'cookieString', {
1767
1767
  get: () => nativeWindow.document.cookie,
1768
1768
  set: (value) => (nativeWindow.document.cookie = value),
1769
- writable: true,
1770
1769
  enumerable: true,
1771
1770
  configurable: true
1772
1771
  });