@mintplayer/ng-bootstrap 20.6.1 → 20.6.2
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintplayer/ng-bootstrap",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "20.6.
|
|
4
|
+
"version": "20.6.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"types": "./code-snippet/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs"
|
|
70
70
|
},
|
|
71
|
-
"./container": {
|
|
72
|
-
"types": "./container/index.d.ts",
|
|
73
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-container.mjs"
|
|
74
|
-
},
|
|
75
71
|
"./color-picker": {
|
|
76
72
|
"types": "./color-picker/index.d.ts",
|
|
77
73
|
"default": "./fesm2022/mintplayer-ng-bootstrap-color-picker.mjs"
|
|
78
74
|
},
|
|
75
|
+
"./container": {
|
|
76
|
+
"types": "./container/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-container.mjs"
|
|
78
|
+
},
|
|
79
79
|
"./context-menu": {
|
|
80
80
|
"types": "./context-menu/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/mintplayer-ng-bootstrap-context-menu.mjs"
|
|
@@ -164,6 +164,10 @@
|
|
|
164
164
|
"types": "./instance-of/index.d.ts",
|
|
165
165
|
"default": "./fesm2022/mintplayer-ng-bootstrap-instance-of.mjs"
|
|
166
166
|
},
|
|
167
|
+
"./let": {
|
|
168
|
+
"types": "./let/index.d.ts",
|
|
169
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-let.mjs"
|
|
170
|
+
},
|
|
167
171
|
"./linify": {
|
|
168
172
|
"types": "./linify/index.d.ts",
|
|
169
173
|
"default": "./fesm2022/mintplayer-ng-bootstrap-linify.mjs"
|
|
@@ -200,9 +204,9 @@
|
|
|
200
204
|
"types": "./navigation-lock/index.d.ts",
|
|
201
205
|
"default": "./fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs"
|
|
202
206
|
},
|
|
203
|
-
"./
|
|
204
|
-
"types": "./
|
|
205
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-
|
|
207
|
+
"./no-noscript": {
|
|
208
|
+
"types": "./no-noscript/index.d.ts",
|
|
209
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs"
|
|
206
210
|
},
|
|
207
211
|
"./offcanvas": {
|
|
208
212
|
"types": "./offcanvas/index.d.ts",
|
|
@@ -212,10 +216,6 @@
|
|
|
212
216
|
"types": "./ordinal-number/index.d.ts",
|
|
213
217
|
"default": "./fesm2022/mintplayer-ng-bootstrap-ordinal-number.mjs"
|
|
214
218
|
},
|
|
215
|
-
"./no-noscript": {
|
|
216
|
-
"types": "./no-noscript/index.d.ts",
|
|
217
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-no-noscript.mjs"
|
|
218
|
-
},
|
|
219
219
|
"./pagination": {
|
|
220
220
|
"types": "./pagination/index.d.ts",
|
|
221
221
|
"default": "./fesm2022/mintplayer-ng-bootstrap-pagination.mjs"
|