solid-ui 2.4.21-d3d317b2 → 2.4.21-deb2e922
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/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/lib/login/login.d.ts +1 -1
- package/lib/login/login.js +1 -1
- package/lib/login/login.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -8011,7 +8011,7 @@ function ensureLoadedProfile(_x3) {
|
|
|
8011
8011
|
* Returns promise of context with arrays of symbols
|
|
8012
8012
|
*
|
|
8013
8013
|
* 2016-12-11 change to include forClass arc a la
|
|
8014
|
-
* https://github.com/
|
|
8014
|
+
* https://github.com/solid/solid/blob/main/proposals/data-discovery.md
|
|
8015
8015
|
*/
|
|
8016
8016
|
|
|
8017
8017
|
|
|
@@ -15192,8 +15192,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
15192
15192
|
}));
|
|
15193
15193
|
exports.versionInfo = void 0;
|
|
15194
15194
|
var versionInfo = {
|
|
15195
|
-
buildTime: '2022-04-
|
|
15196
|
-
commit: '
|
|
15195
|
+
buildTime: '2022-04-14T15:35:24Z',
|
|
15196
|
+
commit: 'deb2e922d6e6ae79a8dc9b2702fefa134ba9c14a',
|
|
15197
15197
|
npmInfo: {
|
|
15198
15198
|
'solid-ui': '2.4.21',
|
|
15199
15199
|
npm: '6.14.16',
|