@netgrif/components 6.0.3 → 6.0.4

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,9 +1,10 @@
1
1
  {
2
2
  "name": "@netgrif/components",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "Netgrif Application Engine frontend Angular components",
5
5
  "homepage": "https://components.netgrif.com",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
+ "schematics": "./schematics/collection.json",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "https://github.com/netgrif/components.git"
@@ -28,7 +29,7 @@
28
29
  "nae frontend"
29
30
  ],
30
31
  "peerDependencies": {
31
- "@netgrif/components-core": "6.0.3",
32
+ "@netgrif/components-core": "6.0.4",
32
33
  "@angular-material-components/datetime-picker": "^2.0.2",
33
34
  "@angular-material-components/moment-adapter": "^2.0.1",
34
35
  "@angular/animations": "^9.1.12",
@@ -61,7 +62,6 @@
61
62
  "zone.js": "~0.10.2",
62
63
  "tslib": "^2.0.0"
63
64
  },
64
- "schematics": "schematics/collection.json",
65
65
  "main": "bundles/netgrif-components.umd.js",
66
66
  "module": "fesm5/netgrif-components.js",
67
67
  "es2015": "fesm2015/netgrif-components.js",
@@ -5,9 +5,6 @@
5
5
  "description": "Adds NAE library to the project and creates all the necessary files.",
6
6
  "factory": "./add/add/index#ngAdd"
7
7
  },
8
- "ng-update": {
9
- "migrations": "migrations.json"
10
- },
11
8
  "create-nc-files": {
12
9
  "description": "Creates all the necessary files for a NAE project",
13
10
  "factory": "./add/create-nc-files/index#createNcFiles",
@@ -36,12 +33,6 @@
36
33
  "factory": "./view/create-view-prompt/schematic-create-sidenav-prompt#schematicEntryPoint",
37
34
  "schema": "./view/create-view-prompt/schema-create-sidenav-prompt.json",
38
35
  "hidden": true
39
- },
40
- "migration-5.4": {
41
- "description": "migration from NAE 5.3.x to NAE 5.4.0",
42
- "factory": "./migrations/5.4/migration-5.4#schematicEntryPoint",
43
- "schema": "./migrations/5.4/schema.json",
44
- "hidden": true
45
36
  }
46
37
  }
47
38
  }