@retalia/sidebar-navigation 13.4.0 → 14.3.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,9 +1,9 @@
1
1
  {
2
2
  "name": "@retalia/sidebar-navigation",
3
- "version": "13.4.0",
3
+ "version": "14.3.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.4.0",
6
- "@angular/core": "^13.4.0",
5
+ "@angular/common": "^14.3.0",
6
+ "@angular/core": "^14.3.0",
7
7
  "es-cookie": "^1.3.2",
8
8
  "ngx-smart-modal": "^7.4.1",
9
9
  "tldjs": "^2.3.1"
@@ -16,13 +16,13 @@
16
16
  "esm2020": "esm2020/retalia-sidebar-navigation.mjs",
17
17
  "fesm2020": "fesm2020/retalia-sidebar-navigation.mjs",
18
18
  "fesm2015": "fesm2015/retalia-sidebar-navigation.mjs",
19
- "typings": "retalia-sidebar-navigation.d.ts",
19
+ "typings": "index.d.ts",
20
20
  "exports": {
21
21
  "./package.json": {
22
22
  "default": "./package.json"
23
23
  },
24
24
  ".": {
25
- "types": "./retalia-sidebar-navigation.d.ts",
25
+ "types": "./index.d.ts",
26
26
  "esm2020": "./esm2020/retalia-sidebar-navigation.mjs",
27
27
  "es2020": "./fesm2020/retalia-sidebar-navigation.mjs",
28
28
  "es2015": "./fesm2015/retalia-sidebar-navigation.mjs",
@@ -30,15 +30,5 @@
30
30
  "default": "./fesm2020/retalia-sidebar-navigation.mjs"
31
31
  }
32
32
  },
33
- "sideEffects": false,
34
- "description": "To implement the sidebar navigation module into an Angular project, you will need to:\r 1. Run `npm i @retalia/sidebar-navigation`, the package can be found here: https://www.npmjs.com/package/@retalia/sidebar-navigation\r 2. `import { NavigationLibModule } from '@retalia/sidebar-navigation';` in the app.module.ts and the imports of the NgModule.",
35
- "main": "index.js",
36
- "directories": {
37
- "lib": "lib"
38
- },
39
- "scripts": {
40
- "test": "echo \"Error: no test specified\" && exit 1"
41
- },
42
- "author": "",
43
- "license": "ISC"
44
- }
33
+ "sideEffects": false
34
+ }
File without changes