@cccsaurora/howler-ui 2.12.0-dev.39 → 2.12.0-dev.40

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.
Files changed (1) hide show
  1. package/package.json +8 -10
package/package.json CHANGED
@@ -96,13 +96,13 @@
96
96
  "internal-slot": "1.0.7"
97
97
  },
98
98
  "type": "module",
99
- "version": "2.12.0-dev.39",
99
+ "version": "2.12.0-dev.40",
100
100
  "exports": {
101
101
  "./i18n": "./i18n.js",
102
102
  "./index.css": "./index.css",
103
103
  "./plugins/*": "./plugins/*.js",
104
104
  "./components/*": "./components/*.js",
105
- "./locales/*": "./locales/*.json",
105
+ "./locales/*.json": "./locales/*.json",
106
106
  "./api/*": "./api/*.js",
107
107
  "./api": "./api/index.js",
108
108
  "./rest/*": "./rest/*.js",
@@ -110,10 +110,8 @@
110
110
  "./models/*": "./models/*.js",
111
111
  "./commons/*": "./commons/*.js",
112
112
  "./branding/*": "./branding/*.js",
113
- "./utils/*": [
114
- "./utils/*.js",
115
- "./utils/*.json"
116
- ],
113
+ "./utils/*": "./utils/*.js",
114
+ "./utils/*.json": "./utils/*.json",
117
115
  "./components/logins/*": "./components/logins/*.js",
118
116
  "./components/app/*": "./components/app/*.js",
119
117
  "./components/routes/*": "./components/routes/*.js",
@@ -181,10 +179,10 @@
181
179
  "./components/elements/hit/outlines/*": "./components/elements/hit/outlines/*.js",
182
180
  "./components/elements/hit/actions/*": "./components/elements/hit/actions/*.js",
183
181
  "./components/elements/hit/outlines/al/*": "./components/elements/hit/outlines/al/*.js",
184
- "./locales/en/*": "./locales/en/*.json",
185
- "./locales/fr/*": "./locales/fr/*.json",
186
- "./locales/en/help/*": "./locales/en/help/*.json",
187
- "./locales/fr/help/*": "./locales/fr/help/*.json",
182
+ "./locales/en/*.json": "./locales/en/*.json",
183
+ "./locales/fr/*.json": "./locales/fr/*.json",
184
+ "./locales/en/help/*.json": "./locales/en/help/*.json",
185
+ "./locales/fr/help/*.json": "./locales/fr/help/*.json",
188
186
  "./api/analytic/*": "./api/analytic/*.js",
189
187
  "./api/analytic": "./api/analytic/index.js",
190
188
  "./api/auth/*": "./api/auth/*.js",