isomorphic-region-loader 13.1.35 → 13.1.37
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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/isomorphic-region-loader.mjs +4 -4
- package/browser/esm2020/lib/index.mjs +21 -21
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/fesm2015/isomorphic-region-loader.mjs +17 -17
- package/browser/fesm2020/isomorphic-region-loader.mjs +17 -17
- package/browser/isomorphic-region-loader.d.ts +4 -4
- package/browser/lib/index.d.ts +2 -2
- package/client/README.md +24 -24
- package/client/esm2020/isomorphic-region-loader.mjs +4 -4
- package/client/esm2020/lib/index.mjs +21 -21
- package/client/esm2020/public-api.mjs +1 -1
- package/client/fesm2015/isomorphic-region-loader.mjs +17 -17
- package/client/fesm2020/isomorphic-region-loader.mjs +17 -17
- package/client/isomorphic-region-loader.d.ts +4 -4
- package/client/lib/index.d.ts +2 -2
- package/client/package.json +42 -41
- package/index.d.ts +3 -3
- package/index.js.map +1 -1
- package/lib/index.d.ts +5 -5
- package/lib/index.js.map +1 -1
- package/lib/region-remover.backend.d.ts +15 -15
- package/lib/region-remover.backend.js.map +1 -1
- package/lib/region.backend.d.ts +29 -29
- package/lib/region.backend.js.map +1 -1
- package/package.json +3 -3
- package/package.json_devDependencies.json +3 -3
- package/package.json_tnp.json5 +38 -33
- package/tmp-environment.json +49 -46
- package/websql/README.md +24 -24
- package/websql/esm2020/isomorphic-region-loader.mjs +4 -4
- package/websql/esm2020/lib/index.mjs +21 -21
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/fesm2015/isomorphic-region-loader.mjs +17 -17
- package/websql/fesm2020/isomorphic-region-loader.mjs +17 -17
- package/websql/isomorphic-region-loader.d.ts +4 -4
- package/websql/lib/index.d.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder
|
|
3
|
+
Assets from this folder are being shipped with this npm package (isomorphic-region-loader@13.1.37)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUdMLFNBQVMsZ0JBQWdCLENBQUMsT0FBTztJQUNqQyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELE9BQU8sRUFBRSxnQkFBZ0IsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0FBQ2hELEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUVMLGVBQWUsZ0JBQWdCLENBQUM7QUFFL0IsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxrRUFBa0UiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbiAgXG5cbmZ1bmN0aW9uIFN0cmlwQnJvd3NlckNvZGUoY29udGVudCkge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmV4cG9ydCB7IFN0cmlwQnJvd3NlckNvZGUgYXMgU3RyaXBCbG9ja0xvYWRlciB9O1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCBkZWZhdWx0IFN0cmlwQnJvd3NlckNvZGU7XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/browser/lib/index.d.ts
CHANGED
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvcHJvamVjdHMvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3NyYy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
-
/* */
|
|
17
|
-
/* */
|
|
18
|
-
/* */
|
|
19
|
-
export default StripBrowserCode;
|
|
20
|
-
;
|
|
21
|
-
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
export { StripBrowserCode as StripBlockLoader };
|
|
16
|
+
/* */
|
|
17
|
+
/* */
|
|
18
|
+
/* */
|
|
19
|
+
export default StripBrowserCode;
|
|
20
|
+
;
|
|
21
|
+
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
22
22
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9wcm9qZWN0cy9pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIvc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUdMLFNBQVMsZ0JBQWdCLENBQUMsT0FBTztJQUNqQyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELE9BQU8sRUFBRSxnQkFBZ0IsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0FBQ2hELEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUVMLGVBQWUsZ0JBQWdCLENBQUM7QUFFL0IsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxrRUFBa0UiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbiAgXG5cbmZ1bmN0aW9uIFN0cmlwQnJvd3NlckNvZGUoY29udGVudCkge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmV4cG9ydCB7IFN0cmlwQnJvd3NlckNvZGUgYXMgU3RyaXBCbG9ja0xvYWRlciB9O1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCBkZWZhdWx0IFN0cmlwQnJvd3NlckNvZGU7XG5cbiA7KHt9KTsgLy8gQC0tZW5kLW9mLWZpbGUtZm9yLW1vZHVsZT1pc29tb3JwaGljLXJlZ2lvbi1sb2FkZXIgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvaXNvbW9ycGhpYy1yZWdpb24tbG9hZGVyL3Byb2plY3RzL2lzb21vcnBoaWMtcmVnaW9uLWxvYWRlci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
function StripBrowserCode(content) {
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
/* */
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
}
|
|
15
|
-
;
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
function StripBrowserCode(content) {
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
}
|
|
15
|
+
;
|
|
16
16
|
({}); // @--end-of-file-for-module=isomorphic-region-loader lib/index.ts
|
|
17
17
|
|
|
18
|
-
/**
|
|
19
|
-
* Generated bundle index. Do not edit.
|
|
18
|
+
/**
|
|
19
|
+
* Generated bundle index. Do not edit.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
export { StripBrowserCode as StripBlockLoader };
|
package/client/lib/index.d.ts
CHANGED
package/client/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "isomorphic-region-loader",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.37",
|
|
4
4
|
"author": "Dariusz Filipiak @darekf77",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
8
8
|
"@angular-devkit/core": "~13.3.9",
|
|
9
|
+
"@angular-material-extensions/fab-menu": "~6.1.0",
|
|
9
10
|
"@angular/animations": "~13.3.0",
|
|
10
11
|
"@angular/cdk": "~13.3.9",
|
|
11
12
|
"@angular/cli": "~13.3.9",
|
|
@@ -25,6 +26,11 @@
|
|
|
25
26
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
26
27
|
"@iconify/icons-mdi": "1.2.1",
|
|
27
28
|
"@mdi/js": "6.5.95",
|
|
29
|
+
"@ng-matero/extensions": "13.3.2",
|
|
30
|
+
"@ngneat/falso": "6.4.0",
|
|
31
|
+
"@ngneat/hot-toast": "4",
|
|
32
|
+
"@ngneat/overview": "3.0.0",
|
|
33
|
+
"@ngneat/until-destroy": "9.2.3",
|
|
28
34
|
"@ngrx/component-store": "~13.0.2",
|
|
29
35
|
"@ngrx/data": "~13.0.2",
|
|
30
36
|
"@ngrx/effects": "~13.0.2",
|
|
@@ -33,16 +39,10 @@
|
|
|
33
39
|
"@ngrx/schematics": "~13.0.2",
|
|
34
40
|
"@ngrx/store": "~13.0.2",
|
|
35
41
|
"@ngrx/store-devtools": "~13.0.2",
|
|
36
|
-
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
37
42
|
"@ngx-formly/core": "6.0.0-next.8",
|
|
38
|
-
"@ngx-formly/ionic": "4.6.3",
|
|
39
43
|
"@ngx-formly/material": "6.0.0-next.8",
|
|
40
|
-
"@ngx-loading-bar/core": "6.0.2",
|
|
41
|
-
"@ngx-loading-bar/http-client": "6.0.2",
|
|
42
|
-
"@ngx-loading-bar/router": "6.0.2",
|
|
43
44
|
"@ngx-translate/core": "14.0.0",
|
|
44
45
|
"@ngx-translate/http-loader": "7.0.0",
|
|
45
|
-
"@swimlane/ngx-datatable": "20.0.0",
|
|
46
46
|
"@types/chai": "4.1.2",
|
|
47
47
|
"@types/chokidar": "2.1.3",
|
|
48
48
|
"@types/dateformat": "1.0.1",
|
|
@@ -73,14 +73,16 @@
|
|
|
73
73
|
"@types/vinyl": "2.0.2",
|
|
74
74
|
"@types/watch": "1.0.0",
|
|
75
75
|
"accepts": "1.3.4",
|
|
76
|
-
"
|
|
76
|
+
"angular-material-css-vars": "5.0.0",
|
|
77
|
+
"any-project-cli": "~13.1.26",
|
|
77
78
|
"axios": "1.3.5",
|
|
78
|
-
"background-worker-process": "~13.1.
|
|
79
|
+
"background-worker-process": "~13.1.44",
|
|
79
80
|
"base32": "0.0.7",
|
|
80
81
|
"bcryptjs": "2.4.3",
|
|
81
82
|
"better-sqlite3": "7.6.2",
|
|
82
83
|
"body-parser": "1.18.2",
|
|
83
84
|
"bootstrap": "4.6.2",
|
|
85
|
+
"bs4-breakpoint": "13.0.33",
|
|
84
86
|
"buffer-shims": "1.0.0",
|
|
85
87
|
"callsite-record": "4.1.3",
|
|
86
88
|
"chai": "4.2.0",
|
|
@@ -89,6 +91,7 @@
|
|
|
89
91
|
"cheerio": "1.0.0-rc.3",
|
|
90
92
|
"chokidar": "3.5.1",
|
|
91
93
|
"circular-json": "0.5.1",
|
|
94
|
+
"class-validator": "0.14.0",
|
|
92
95
|
"command-exists": "1.2.2",
|
|
93
96
|
"compression": "1.7.4",
|
|
94
97
|
"concurrently": "3.5.1",
|
|
@@ -112,16 +115,15 @@
|
|
|
112
115
|
"express": "4.16.3",
|
|
113
116
|
"express-fileupload": "1.4.0",
|
|
114
117
|
"express-session": "1.17.3",
|
|
115
|
-
"fbgraph": "1.4.1",
|
|
116
118
|
"file-loader": "1.1.5",
|
|
117
119
|
"file-saver": "2.0.5",
|
|
118
120
|
"firedev": "^13",
|
|
119
|
-
"firedev-crud": "~13.1.
|
|
120
|
-
"firedev-crud-deamon": "~13.1.
|
|
121
|
-
"firedev-ports": "~13.1.
|
|
122
|
-
"firedev-storage": "~13.
|
|
123
|
-
"firedev-typeorm": "~13.1.
|
|
124
|
-
"firedev-ui": "~13.
|
|
121
|
+
"firedev-crud": "~13.1.49",
|
|
122
|
+
"firedev-crud-deamon": "~13.1.38",
|
|
123
|
+
"firedev-ports": "~13.1.44",
|
|
124
|
+
"firedev-storage": "~13.2.35",
|
|
125
|
+
"firedev-typeorm": "~13.1.31",
|
|
126
|
+
"firedev-ui": "~13.2.7",
|
|
125
127
|
"fkill": "6.1.0",
|
|
126
128
|
"font-awesome": "4.7.0",
|
|
127
129
|
"form-data": "4.0.0",
|
|
@@ -130,21 +132,22 @@
|
|
|
130
132
|
"glob": "7.1.2",
|
|
131
133
|
"gulp": "3.9.1",
|
|
132
134
|
"hostile": "1.3.3",
|
|
135
|
+
"howler": "2.2.3",
|
|
133
136
|
"http-proxy": "1.16.2",
|
|
134
137
|
"http-proxy-middleware": "0.19.1",
|
|
135
138
|
"http-server": "0.11.1",
|
|
136
139
|
"immutable": "4.3.0",
|
|
137
|
-
"incremental-compiler": "~13.1.
|
|
140
|
+
"incremental-compiler": "~13.1.25",
|
|
138
141
|
"inquirer": "7.3.3",
|
|
139
142
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
140
143
|
"is-elevated": "3.0.0",
|
|
141
|
-
"isomorphic-region-loader": "~13.1.
|
|
144
|
+
"isomorphic-region-loader": "~13.1.36",
|
|
142
145
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
143
146
|
"jasmine-core": "4.0.0",
|
|
144
147
|
"jscodeshift": "0.6.3",
|
|
145
148
|
"json-stringify-safe": "5.0.1",
|
|
146
|
-
"json10": "~13.1.
|
|
147
|
-
"json10-writer": "~13.1.
|
|
149
|
+
"json10": "~13.1.44",
|
|
150
|
+
"json10-writer": "~13.1.40",
|
|
148
151
|
"json5": "2.1.3",
|
|
149
152
|
"json5-writer": "0.2.0",
|
|
150
153
|
"jszip": "3.10.1",
|
|
@@ -158,25 +161,22 @@
|
|
|
158
161
|
"localforage": "1.10.0",
|
|
159
162
|
"lockfile": "1.0.4",
|
|
160
163
|
"lodash": "4.17.4",
|
|
161
|
-
"lodash-walk-object": "~13.1.
|
|
164
|
+
"lodash-walk-object": "~13.1.44",
|
|
162
165
|
"lowdb": "1.0.0",
|
|
163
|
-
"magic-renamer": "~13.1.
|
|
166
|
+
"magic-renamer": "~13.1.40",
|
|
164
167
|
"material-design-icons": "3.0.1",
|
|
165
168
|
"method-override": "2.3.10",
|
|
166
169
|
"minimist": "1.2.0",
|
|
167
170
|
"mkdirp": "0.5.1",
|
|
168
171
|
"mocha": "5.2.0",
|
|
169
172
|
"moment": "2.22.2",
|
|
170
|
-
"morphi": "~13.2.
|
|
173
|
+
"morphi": "~13.2.11",
|
|
174
|
+
"ng-in-viewport": "13.0.1",
|
|
171
175
|
"ng-packagr": "13.0.0",
|
|
172
176
|
"ng-talkback": "~13.1.19",
|
|
173
|
-
"ng2-
|
|
174
|
-
"ng2-
|
|
175
|
-
"ng2-rest": "~13.2.5",
|
|
176
|
-
"ng4-icons": "~13.1.21",
|
|
177
|
-
"ng4-modal": "~13.1.23",
|
|
177
|
+
"ng2-logger": "~13.1.24",
|
|
178
|
+
"ng2-rest": "~13.2.8",
|
|
178
179
|
"ngx-ace-wrapper": "12",
|
|
179
|
-
"ngx-bootstrap": "2.0.2",
|
|
180
180
|
"ngx-editor": "12.2.1",
|
|
181
181
|
"ngx-highlightjs": "6.1.3",
|
|
182
182
|
"ngx-moment": "6.0.2",
|
|
@@ -184,8 +184,7 @@
|
|
|
184
184
|
"ngx-progressbar": "8.0.0",
|
|
185
185
|
"ngx-scrollbar": "9.0.2",
|
|
186
186
|
"ngx-store": "3.1.1",
|
|
187
|
-
"ngx-
|
|
188
|
-
"ngx-wig": "1.2.7",
|
|
187
|
+
"ngx-typed-js": "2.1.1",
|
|
189
188
|
"node-cli-tester": "~13.1.19",
|
|
190
189
|
"node-localstorage": "2.1.6",
|
|
191
190
|
"node-notifier": "6.0.0",
|
|
@@ -198,6 +197,7 @@
|
|
|
198
197
|
"passport": "0.3.2",
|
|
199
198
|
"passport-http-bearer": "1.0.1",
|
|
200
199
|
"password-hash": "1.2.2",
|
|
200
|
+
"pica": "9.0.1",
|
|
201
201
|
"portfinder": "1.0.21",
|
|
202
202
|
"prettier": "2.5.1",
|
|
203
203
|
"progress": "2.0.3",
|
|
@@ -216,36 +216,37 @@
|
|
|
216
216
|
"socket.io": "2.4.1",
|
|
217
217
|
"sort-package-json": "1.11.0",
|
|
218
218
|
"sql.js": "1.8.0",
|
|
219
|
-
"static-columns": "~13.3.
|
|
219
|
+
"static-columns": "~13.3.6",
|
|
220
220
|
"string-similarity": "4.0.2",
|
|
221
221
|
"sudo-block": "3.0.0",
|
|
222
222
|
"systeminformation": "3.45.7",
|
|
223
223
|
"task.js": "0.1.5",
|
|
224
|
-
"
|
|
225
|
-
"tnp-
|
|
226
|
-
"tnp-
|
|
227
|
-
"tnp-
|
|
228
|
-
"tnp-
|
|
229
|
-
"tnp-
|
|
224
|
+
"threads": "1.7.0",
|
|
225
|
+
"tnp-cli": "~13.1.59",
|
|
226
|
+
"tnp-config": "~13.1.75",
|
|
227
|
+
"tnp-core": "~13.2.19",
|
|
228
|
+
"tnp-db": "~13.1.20",
|
|
229
|
+
"tnp-helpers": "~13.1.38",
|
|
230
230
|
"ts-debug": "1.3.0",
|
|
231
231
|
"ts-loader": "2.3.1",
|
|
232
232
|
"ts-node": "10.7.0",
|
|
233
233
|
"tslib": "~2.3.0",
|
|
234
234
|
"typeorm": "~0.3.10",
|
|
235
235
|
"typescript": "~4.6.2",
|
|
236
|
-
"typescript-class-helpers": "~13.2.
|
|
236
|
+
"typescript-class-helpers": "~13.2.12",
|
|
237
237
|
"typescript-formatter": "~7.2.2",
|
|
238
238
|
"underscore": "1.9.1",
|
|
239
239
|
"uuid": "8.3.2",
|
|
240
240
|
"validator": "9.2.0",
|
|
241
|
+
"video.js": "8.3.0",
|
|
241
242
|
"vpn-split": "~13.1.23",
|
|
242
243
|
"watch": "1.0.2",
|
|
243
244
|
"yup": "1.1.1",
|
|
244
245
|
"zone.js": "~0.11.4"
|
|
245
246
|
},
|
|
246
247
|
"dependencies": {
|
|
247
|
-
"tnp-models": "~13.1.
|
|
248
|
+
"tnp-models": "~13.1.27"
|
|
248
249
|
},
|
|
249
250
|
"private": false,
|
|
250
|
-
"lastBuildTagHash": "
|
|
251
|
+
"lastBuildTagHash": "fa1f13a688d9a90e16252b8c72014a7bc2d3048f"
|
|
251
252
|
}
|