@po-ui/ng-templates 19.14.0 → 19.16.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-templates",
3
- "version": "19.14.0",
3
+ "version": "19.16.0",
4
4
  "description": "PO UI - Templates",
5
5
  "author": "PO UI",
6
6
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "schematics": "./schematics/collection.json",
13
13
  "dependencies": {
14
- "@po-ui/ng-components": "19.14.0",
15
- "@po-ui/ng-schematics": "19.14.0",
14
+ "@po-ui/ng-components": "19.16.0",
15
+ "@po-ui/ng-schematics": "19.16.0",
16
16
  "tslib": "^2.6.2"
17
17
  },
18
18
  "peerDependencies": {
@@ -24,7 +24,7 @@
24
24
  "@angular/platform-browser": "^19",
25
25
  "@angular/platform-browser-dynamic": "^19",
26
26
  "@angular/router": "^19",
27
- "@po-ui/ng-components": "19.14.0",
27
+ "@po-ui/ng-components": "19.16.0",
28
28
  "rxjs": "~7.8.1",
29
29
  "zone.js": "~0.15.0"
30
30
  },
@@ -39,8 +39,5 @@
39
39
  "default": "./fesm2022/po-ui-ng-templates.mjs"
40
40
  }
41
41
  },
42
- "sideEffects": false,
43
- "scripts": {
44
- "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"
45
- }
42
+ "sideEffects": false
46
43
  }
Binary file
@@ -23,7 +23,7 @@ function default_1(options) {
23
23
  }
24
24
  function addPoPackageAndInstall() {
25
25
  return (tree, context) => {
26
- (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '19.14.0');
26
+ (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-templates', '19.16.0');
27
27
  // install packages
28
28
  context.addTask(new tasks_1.NodePackageInstallTask());
29
29
  };
Binary file