@angular-wave/angular.ts 0.9.5 → 0.9.6

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.
@@ -1,4 +1,4 @@
1
- export * from "./index.js";
1
+ export { angular } from "./index.js";
2
2
  import {
3
3
  AnchorScrollProvider,
4
4
  AnchorScrollService as TAnchorScrollService,
@@ -1,4 +1,4 @@
1
- /* Version: 0.9.5 - October 23, 2025 19:32:47 */
1
+ /* Version: 0.9.6 - October 23, 2025 19:46:24 */
2
2
  const VALID_CLASS = "ng-valid";
3
3
  const INVALID_CLASS = "ng-invalid";
4
4
  const PRISTINE_CLASS = "ng-pristine";
@@ -35641,7 +35641,7 @@ class Angular {
35641
35641
  /**
35642
35642
  * @type {string} `version` from `package.json`
35643
35643
  */
35644
- this.version = "0.9.5"; //inserted via rollup plugin
35644
+ this.version = "0.9.6"; //inserted via rollup plugin
35645
35645
 
35646
35646
  /** @type {!Array<string|any>} */
35647
35647
  this.bootsrappedModules = [];
@@ -1,4 +1,4 @@
1
- /* Version: 0.9.5 - October 23, 2025 19:32:46 */
1
+ /* Version: 0.9.6 - October 23, 2025 19:46:22 */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
4
4
  typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -35647,7 +35647,7 @@
35647
35647
  /**
35648
35648
  * @type {string} `version` from `package.json`
35649
35649
  */
35650
- this.version = "0.9.5"; //inserted via rollup plugin
35650
+ this.version = "0.9.6"; //inserted via rollup plugin
35651
35651
 
35652
35652
  /** @type {!Array<string|any>} */
35653
35653
  this.bootsrappedModules = [];