@pinerohit11/testwidget 0.1.22 → 0.1.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. package/.next/app-build-manifest.json +5 -0
  2. package/.next/cache/webpack/client-development/1.pack.gz +0 -0
  3. package/.next/cache/webpack/client-development/17.pack.gz +0 -0
  4. package/.next/cache/webpack/client-development/3.pack.gz +0 -0
  5. package/.next/cache/webpack/client-development/4.pack.gz +0 -0
  6. package/.next/cache/webpack/client-development/5.pack.gz +0 -0
  7. package/.next/cache/webpack/client-development/index.pack.gz +0 -0
  8. package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  9. package/.next/cache/webpack/server-development/0.pack.gz +0 -0
  10. package/.next/cache/webpack/server-development/11.pack.gz +0 -0
  11. package/.next/cache/webpack/server-development/13.pack.gz +0 -0
  12. package/.next/cache/webpack/server-development/14.pack.gz +0 -0
  13. package/.next/cache/webpack/server-development/15.pack.gz +0 -0
  14. package/.next/cache/webpack/server-development/2.pack.gz +0 -0
  15. package/.next/cache/webpack/server-development/index.pack.gz +0 -0
  16. package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  17. package/.next/server/app/_not-found/page.js +11 -22
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/page.js +1 -1
  20. package/.next/server/app-paths-manifest.json +1 -0
  21. package/.next/server/webpack-runtime.js +1 -1
  22. package/.next/static/chunks/app/layout.js +2 -2
  23. package/.next/static/chunks/app/page.js +1 -1
  24. package/.next/static/chunks/webpack.js +1 -1
  25. package/.next/static/webpack/300fc5b668ca0906.webpack.hot-update.json +1 -0
  26. package/.next/static/webpack/77e53aa0ed10b537.webpack.hot-update.json +1 -0
  27. package/.next/static/webpack/7d5deda3951c8e99.webpack.hot-update.json +1 -0
  28. package/.next/static/webpack/8b5b5419d114117b.webpack.hot-update.json +1 -0
  29. package/.next/static/webpack/912fdb75a65577d9.webpack.hot-update.json +1 -0
  30. package/.next/static/webpack/97dcbdd43d9b0185.webpack.hot-update.json +1 -0
  31. package/.next/static/webpack/app/layout.300fc5b668ca0906.hot-update.js +31 -0
  32. package/.next/static/webpack/app/page.7d5deda3951c8e99.hot-update.js +22 -0
  33. package/.next/static/webpack/app/page.912fdb75a65577d9.hot-update.js +22 -0
  34. package/.next/static/webpack/webpack.300fc5b668ca0906.hot-update.js +18 -0
  35. package/.next/static/webpack/webpack.77e53aa0ed10b537.hot-update.js +18 -0
  36. package/.next/static/webpack/webpack.7d5deda3951c8e99.hot-update.js +18 -0
  37. package/.next/static/webpack/webpack.8b5b5419d114117b.hot-update.js +18 -0
  38. package/.next/static/webpack/webpack.912fdb75a65577d9.hot-update.js +18 -0
  39. package/.next/static/webpack/webpack.97dcbdd43d9b0185.hot-update.js +18 -0
  40. package/.next/trace +10 -0
  41. package/dist/index.cjs +529 -1
  42. package/dist/index.js +495 -1
  43. package/package.json +1 -1
  44. package/dist/index.css +0 -1
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * ATTENTION: An "eval-source-map" devtool has been used.
4
+ * This devtool is neither made for production nor for readable output files.
5
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
6
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
+ * or disable the default devtool with "devtool: false".
8
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
+ */
10
+ self["webpackHotUpdate_N_E"]("webpack",{},
11
+ /******/ function(__webpack_require__) { // webpackRuntimeModules
12
+ /******/ /* webpack/runtime/getFullHash */
13
+ /******/ (() => {
14
+ /******/ __webpack_require__.h = () => ("77e53aa0ed10b537")
15
+ /******/ })();
16
+ /******/
17
+ /******/ }
18
+ );
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * ATTENTION: An "eval-source-map" devtool has been used.
4
+ * This devtool is neither made for production nor for readable output files.
5
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
6
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
+ * or disable the default devtool with "devtool: false".
8
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
+ */
10
+ self["webpackHotUpdate_N_E"]("webpack",{},
11
+ /******/ function(__webpack_require__) { // webpackRuntimeModules
12
+ /******/ /* webpack/runtime/getFullHash */
13
+ /******/ (() => {
14
+ /******/ __webpack_require__.h = () => ("f7cfc8348161dd7f")
15
+ /******/ })();
16
+ /******/
17
+ /******/ }
18
+ );
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * ATTENTION: An "eval-source-map" devtool has been used.
4
+ * This devtool is neither made for production nor for readable output files.
5
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
6
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
+ * or disable the default devtool with "devtool: false".
8
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
+ */
10
+ self["webpackHotUpdate_N_E"]("webpack",{},
11
+ /******/ function(__webpack_require__) { // webpackRuntimeModules
12
+ /******/ /* webpack/runtime/getFullHash */
13
+ /******/ (() => {
14
+ /******/ __webpack_require__.h = () => ("8b5b5419d114117b")
15
+ /******/ })();
16
+ /******/
17
+ /******/ }
18
+ );
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * ATTENTION: An "eval-source-map" devtool has been used.
4
+ * This devtool is neither made for production nor for readable output files.
5
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
6
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
+ * or disable the default devtool with "devtool: false".
8
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
+ */
10
+ self["webpackHotUpdate_N_E"]("webpack",{},
11
+ /******/ function(__webpack_require__) { // webpackRuntimeModules
12
+ /******/ /* webpack/runtime/getFullHash */
13
+ /******/ (() => {
14
+ /******/ __webpack_require__.h = () => ("300fc5b668ca0906")
15
+ /******/ })();
16
+ /******/
17
+ /******/ }
18
+ );
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * ATTENTION: An "eval-source-map" devtool has been used.
4
+ * This devtool is neither made for production nor for readable output files.
5
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
6
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
+ * or disable the default devtool with "devtool: false".
8
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
+ */
10
+ self["webpackHotUpdate_N_E"]("webpack",{},
11
+ /******/ function(__webpack_require__) { // webpackRuntimeModules
12
+ /******/ /* webpack/runtime/getFullHash */
13
+ /******/ (() => {
14
+ /******/ __webpack_require__.h = () => ("7d5deda3951c8e99")
15
+ /******/ })();
16
+ /******/
17
+ /******/ }
18
+ );
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * ATTENTION: An "eval-source-map" devtool has been used.
4
+ * This devtool is neither made for production nor for readable output files.
5
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
6
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
7
+ * or disable the default devtool with "devtool: false".
8
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
9
+ */
10
+ self["webpackHotUpdate_N_E"]("webpack",{},
11
+ /******/ function(__webpack_require__) { // webpackRuntimeModules
12
+ /******/ /* webpack/runtime/getFullHash */
13
+ /******/ (() => {
14
+ /******/ __webpack_require__.h = () => ("912fdb75a65577d9")
15
+ /******/ })();
16
+ /******/
17
+ /******/ }
18
+ );