@po-ui/ng-sync 15.0.0 → 15.1.0

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.
@@ -2111,4 +2111,3 @@ PoSyncModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
2111
2111
 
2112
2112
  export { PoDataTransform, PoEntity, PoEventSourcingErrorResponse, PoEventSourcingService, PoHttpClientService, PoHttpRequestType, PoNetworkService, PoNetworkType, PoSyncModule, PoSyncService };
2113
2113
  //# sourceMappingURL=po-ui-ng-sync.mjs.map
2114
- //# sourceMappingURL=po-ui-ng-sync.mjs.map
@@ -2015,4 +2015,3 @@ PoSyncModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
2015
2015
 
2016
2016
  export { PoDataTransform, PoEntity, PoEventSourcingErrorResponse, PoEventSourcingService, PoHttpClientService, PoHttpRequestType, PoNetworkService, PoNetworkType, PoSyncModule, PoSyncService };
2017
2017
  //# sourceMappingURL=po-ui-ng-sync.mjs.map
2018
- //# sourceMappingURL=po-ui-ng-sync.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@po-ui/ng-sync",
3
- "version": "15.0.0",
3
+ "version": "15.1.0",
4
4
  "tag": "next",
5
5
  "description": "PO UI - Sync",
6
6
  "author": "PO UI",
@@ -21,16 +21,16 @@
21
21
  "dependencies": {
22
22
  "@awesome-cordova-plugins/core": "^5.41.0",
23
23
  "@awesome-cordova-plugins/network": "^5.41.0",
24
- "@po-ui/ng-storage": "15.0.0",
24
+ "@po-ui/ng-storage": "15.1.0",
25
25
  "http-status-codes": "^2.1.4",
26
- "@po-ui/ng-schematics": "15.0.0",
26
+ "@po-ui/ng-schematics": "15.1.0",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@angular/core": "^15.0.3",
31
31
  "@awesome-cordova-plugins/core": "^5.41.0",
32
32
  "@awesome-cordova-plugins/network": "^5.41.0",
33
- "@po-ui/ng-storage": "15.0.0",
33
+ "@po-ui/ng-storage": "15.1.0",
34
34
  "http-status-codes": "^2.1.4",
35
35
  "rxjs": "~7.5.5",
36
36
  "rxjs-compat": "~6.6.0",
@@ -24,7 +24,7 @@ function default_1(options) {
24
24
  exports.default = default_1;
25
25
  function addPoPackageAndInstall() {
26
26
  return (tree, context) => {
27
- (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-sync', '15.0.0');
27
+ (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-sync', '15.1.0');
28
28
  // install packages
29
29
  context.addTask(new tasks_1.NodePackageInstallTask());
30
30
  // Log de processamento
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
5
5
  const package_config_1 = require("@po-ui/ng-schematics/package-config");
6
6
  const changes_1 = require("./changes");
7
7
  function default_1() {
8
- return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.1.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
9
  }
10
10
  exports.default = default_1;
11
11
  function postUpdate() {
@@ -9,7 +9,7 @@ const package_config_1 = require("@po-ui/ng-schematics/package-config");
9
9
  const changes_1 = require("./changes");
10
10
  function updateToV2() {
11
11
  return (0, schematics_1.chain)([
12
- updatePackageJson('15.0.0', changes_1.dependeciesChanges),
12
+ updatePackageJson('15.1.0', changes_1.dependeciesChanges),
13
13
  (0, replace_1.replaceInFile)('tslint.json', changes_1.tsLintChanges),
14
14
  createUpgradeRule(),
15
15
  postUpdate()
@@ -6,7 +6,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
6
6
  const package_config_1 = require("@po-ui/ng-schematics/package-config");
7
7
  const changes_1 = require("./changes");
8
8
  function updateToV3() {
9
- return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.1.0', changes_1.updateDepedenciesVersion), postUpdate()]);
10
10
  }
11
11
  exports.updateToV3 = updateToV3;
12
12
  function postUpdate() {
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
5
5
  const package_config_1 = require("@po-ui/ng-schematics/package-config");
6
6
  const changes_1 = require("./changes");
7
7
  function default_1() {
8
- return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.1.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
9
  }
10
10
  exports.default = default_1;
11
11
  function postUpdate() {
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
5
5
  const package_config_1 = require("@po-ui/ng-schematics/package-config");
6
6
  const changes_1 = require("./changes");
7
7
  function default_1() {
8
- return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.1.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
9
  }
10
10
  exports.default = default_1;
11
11
  function postUpdate() {
@@ -5,7 +5,7 @@ const tasks_1 = require("@angular-devkit/schematics/tasks");
5
5
  const package_config_1 = require("@po-ui/ng-schematics/package-config");
6
6
  const changes_1 = require("./changes");
7
7
  function default_1() {
8
- return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('15.1.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
9
  }
10
10
  exports.default = default_1;
11
11
  function postUpdate() {