@wavemaker/app-ng-runtime 11.11.0-rc.6126 → 11.11.1-rc.6142

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.
@@ -8,10 +8,8 @@ export declare const ScriptStore: Scripts[];
8
8
  export declare class ScriptLoaderService {
9
9
  private http;
10
10
  private scripts;
11
- private pathMappings;
12
11
  constructor(http: HttpClient);
13
12
  load(...scripts: string[]): Promise<any>;
14
- private loadPathMappings;
15
13
  private loadScript;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ScriptLoaderService, never>;
17
15
  static ɵprov: i0.ɵɵInjectableDeclaration<ScriptLoaderService>;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.11.0-rc.6126",
3
+ "version": "11.11.1-rc.6142",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/app-ng-runtime",
9
- "version": "11.11.0-rc.6126",
9
+ "version": "11.11.1-rc.6142",
10
10
  "license": "MIT",
11
11
  "engines": {
12
12
  "node": ">=18.16.1",
package/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.11.0-rc.6126",
3
+ "version": "11.11.1-rc.6142",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@wavemaker/app-ng-runtime",
9
- "version": "11.11.0-rc.6126",
9
+ "version": "11.11.1-rc.6142",
10
10
  "license": "MIT",
11
11
  "engines": {
12
12
  "node": ">=18.16.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.11.0-rc.6126",
3
+ "version": "11.11.1-rc.6142",
4
4
  "description": "All modules required for a WaveMaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {