@po-ui/ng-sync 6.0.0 → 6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@po-ui/ng-sync",
3
- "version": "6.0.0",
3
+ "version": "6.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
  "@ionic-native/core": "5.33.0",
23
23
  "@ionic-native/network": "5.33.0",
24
- "@po-ui/ng-storage": "6.0.0",
24
+ "@po-ui/ng-storage": "6.1.0",
25
25
  "http-status-codes": "^2.1.4",
26
- "@po-ui/ng-schematics": "6.0.0",
26
+ "@po-ui/ng-schematics": "6.1.0",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "@angular/core": "^13.0.2",
31
31
  "@ionic-native/core": "5.33.0",
32
32
  "@ionic-native/network": "5.33.0",
33
- "@po-ui/ng-storage": "6.0.0",
33
+ "@po-ui/ng-storage": "6.1.0",
34
34
  "http-status-codes": "^2.1.4",
35
35
  "rxjs": "~7.4.0",
36
36
  "rxjs-compat": "~6.6.0",
@@ -55,5 +55,8 @@
55
55
  "default": "./fesm2020/po-ui-ng-sync.mjs"
56
56
  }
57
57
  },
58
- "sideEffects": false
58
+ "sideEffects": false,
59
+ "scripts": {
60
+ "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
61
+ }
59
62
  }
Binary file
@@ -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', '6.0.0');
27
+ (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-sync', '6.1.0');
28
28
  // install packages
29
29
  context.addTask(new tasks_1.NodePackageInstallTask());
30
30
  // Log de processamento
@@ -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('6.0.0', changes_1.dependeciesChanges),
12
+ updatePackageJson('6.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)('6.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('6.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)('6.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('6.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)('6.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('6.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)('6.0.0', changes_1.updateDepedenciesVersion), postUpdate()]);
8
+ return (0, schematics_1.chain)([(0, package_config_1.updatePackageJson)('6.1.0', changes_1.updateDepedenciesVersion), postUpdate()]);
9
9
  }
10
10
  exports.default = default_1;
11
11
  function postUpdate() {
Binary file