@ionic/angular 8.7.18-dev.11770316329.126ef4af → 8.7.18-dev.11770316772.1e7b64e5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/angular",
3
- "version": "8.7.18-dev.11770316329.126ef4af",
3
+ "version": "8.7.18-dev.11770316772.1e7b64e5",
4
4
  "description": "Angular specific wrappers for @ionic/core",
5
5
  "keywords": [
6
6
  "ionic",
@@ -50,7 +50,7 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@ionic/core": "8.7.18-dev.11770316329.126ef4af",
53
+ "@ionic/core": "8.7.18-dev.11770316772.1e7b64e5",
54
54
  "ionicons": "^8.0.13",
55
55
  "jsonc-parser": "^3.0.0",
56
56
  "tslib": "^2.3.0"
@@ -760,7 +760,8 @@ export declare interface IonRefresher extends Components.IonRefresher {
760
760
  */
761
761
  ionPull: EventEmitter<CustomEvent<void>>;
762
762
  /**
763
- * Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.
763
+ * Emitted when the user begins to start pulling down.
764
+ TODO(FW-7044): Remove this in a major release @deprecated Use `ionPullStart` instead.
764
765
  */
765
766
  ionStart: EventEmitter<CustomEvent<void>>;
766
767
  /**