solid-ui 2.4.27-8c4294a2 → 2.4.27-98e67fad
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/index.html +9 -1
- package/dist/{solid-ui.js → main.js} +4 -16
- package/dist/main.js.map +1 -0
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +4 -5
- package/dist/solid-ui.js.map +0 -1
- package/dist/solid-ui.min.js +0 -3
- package/dist/solid-ui.min.js.LICENSE.txt +0 -117
- package/dist/solid-ui.min.js.map +0 -1
package/dist/index.html
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>Webpack App</title>
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head>
|
|
7
|
+
<body>
|
|
8
|
+
</body>
|
|
9
|
+
</html>
|
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory();
|
|
4
|
-
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
6
|
-
else if(typeof exports === 'object')
|
|
7
|
-
exports["solid-ui"] = factory();
|
|
8
|
-
else
|
|
9
|
-
root["solid-ui"] = factory();
|
|
10
|
-
})(self, () => {
|
|
11
|
-
return /******/ (() => { // webpackBootstrap
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
12
2
|
/******/ var __webpack_modules__ = ({
|
|
13
3
|
|
|
14
4
|
/***/ "./lib/acl/access-controller.js":
|
|
@@ -13135,8 +13125,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13135
13125
|
}));
|
|
13136
13126
|
exports.versionInfo = void 0;
|
|
13137
13127
|
var versionInfo = {
|
|
13138
|
-
buildTime: '2023-04-05T15:
|
|
13139
|
-
commit: '
|
|
13128
|
+
buildTime: '2023-04-05T15:30:27Z',
|
|
13129
|
+
commit: '98e67fad8757c4f54d897b7b6fd6ec831f76e1fe',
|
|
13140
13130
|
npmInfo: {
|
|
13141
13131
|
'solid-ui': '2.4.27',
|
|
13142
13132
|
npm: '8.19.4',
|
|
@@ -79310,8 +79300,6 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":"
|
|
|
79310
79300
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
79311
79301
|
/******/ var __webpack_exports__ = __webpack_require__("./lib/index.js");
|
|
79312
79302
|
/******/
|
|
79313
|
-
/******/ return __webpack_exports__;
|
|
79314
79303
|
/******/ })()
|
|
79315
79304
|
;
|
|
79316
|
-
|
|
79317
|
-
//# sourceMappingURL=solid-ui.js.map
|
|
79305
|
+
//# sourceMappingURL=main.js.map
|