@next-degree/pickle-shared-js 0.2.1 → 0.2.3
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/app/layout.css +2 -0
- package/dist/app/layout.css.map +1 -0
- package/dist/app/layout.d.mts +11 -0
- package/dist/app/layout.d.ts +11 -0
- package/dist/app/layout.js +2 -0
- package/dist/app/layout.js.map +1 -0
- package/dist/app/layout.mjs +2 -0
- package/dist/app/layout.mjs.map +1 -0
- package/dist/app/page.d.mts +5 -0
- package/dist/app/page.d.ts +5 -0
- package/dist/app/page.js +2 -0
- package/dist/app/page.js.map +1 -0
- package/dist/app/page.mjs +2 -0
- package/dist/app/page.mjs.map +1 -0
- package/dist/assets/fonts/AmbitBold.d.mts +2 -0
- package/dist/assets/fonts/AmbitBold.d.ts +2 -0
- package/dist/assets/fonts/AmbitBold.js +2 -0
- package/dist/assets/fonts/AmbitBold.js.map +1 -0
- package/dist/assets/fonts/AmbitBold.mjs +2 -0
- package/dist/assets/fonts/AmbitBold.mjs.map +1 -0
- package/dist/assets/fonts/AmbitBoldItalic.d.mts +2 -0
- package/dist/assets/fonts/AmbitBoldItalic.d.ts +2 -0
- package/dist/assets/fonts/AmbitBoldItalic.js +2 -0
- package/dist/assets/fonts/AmbitBoldItalic.js.map +1 -0
- package/dist/assets/fonts/AmbitBoldItalic.mjs +2 -0
- package/dist/assets/fonts/AmbitBoldItalic.mjs.map +1 -0
- package/dist/assets/fonts/AmbitRegular.d.mts +2 -0
- package/dist/assets/fonts/AmbitRegular.d.ts +2 -0
- package/dist/assets/fonts/AmbitRegular.js +2 -0
- package/dist/assets/fonts/AmbitRegular.js.map +1 -0
- package/dist/assets/fonts/AmbitRegular.mjs +2 -0
- package/dist/assets/fonts/AmbitRegular.mjs.map +1 -0
- package/dist/components/demos/ComboboxDemo.d.mts +5 -0
- package/dist/components/demos/ComboboxDemo.d.ts +5 -0
- package/dist/components/demos/ComboboxDemo.js +2 -0
- package/dist/components/demos/ComboboxDemo.js.map +1 -0
- package/dist/components/demos/ComboboxDemo.mjs +2 -0
- package/dist/components/demos/ComboboxDemo.mjs.map +1 -0
- package/dist/components/demos/index.d.mts +5 -0
- package/dist/components/demos/index.d.ts +5 -0
- package/dist/components/demos/index.js +2 -0
- package/dist/components/demos/index.js.map +1 -0
- package/dist/components/demos/index.mjs +2 -0
- package/dist/components/demos/index.mjs.map +1 -0
- package/dist/components/primitives/command.d.mts +83 -0
- package/dist/components/primitives/command.d.ts +83 -0
- package/dist/components/primitives/command.js +2 -0
- package/dist/components/primitives/command.js.map +1 -0
- package/dist/components/primitives/command.mjs +2 -0
- package/dist/components/primitives/command.mjs.map +1 -0
- package/dist/components/primitives/dialog.d.mts +21 -0
- package/dist/components/primitives/dialog.d.ts +21 -0
- package/dist/components/primitives/dialog.js +2 -0
- package/dist/components/primitives/dialog.js.map +1 -0
- package/dist/components/primitives/dialog.mjs +2 -0
- package/dist/components/primitives/dialog.mjs.map +1 -0
- package/dist/components/primitives/popover.d.mts +8 -0
- package/dist/components/primitives/popover.d.ts +8 -0
- package/dist/components/primitives/popover.js +2 -0
- package/dist/components/primitives/popover.js.map +1 -0
- package/dist/components/primitives/popover.mjs +2 -0
- package/dist/components/primitives/popover.mjs.map +1 -0
- package/dist/components/primitives/separator.d.mts +6 -0
- package/dist/components/primitives/separator.d.ts +6 -0
- package/dist/components/primitives/separator.js +2 -0
- package/dist/components/primitives/separator.js.map +1 -0
- package/dist/components/primitives/separator.mjs +2 -0
- package/dist/components/primitives/separator.mjs.map +1 -0
- package/dist/components/ui/Badge.d.mts +12 -0
- package/dist/components/ui/Badge.d.ts +12 -0
- package/dist/components/ui/Badge.js +2 -0
- package/dist/components/ui/Badge.js.map +1 -0
- package/dist/components/ui/Badge.mjs +2 -0
- package/dist/components/ui/Badge.mjs.map +1 -0
- package/dist/components/ui/Button.d.mts +14 -0
- package/dist/components/ui/Button.d.ts +14 -0
- package/dist/components/ui/Button.js +2 -0
- package/dist/components/ui/Button.js.map +1 -0
- package/dist/components/ui/Button.mjs +2 -0
- package/dist/components/ui/Button.mjs.map +1 -0
- package/dist/components/ui/Checkbox.d.mts +14 -0
- package/dist/components/ui/Checkbox.d.ts +14 -0
- package/dist/components/ui/Checkbox.js +2 -0
- package/dist/components/ui/Checkbox.js.map +1 -0
- package/dist/components/ui/Checkbox.mjs +2 -0
- package/dist/components/ui/Checkbox.mjs.map +1 -0
- package/dist/components/ui/Chip.d.mts +13 -0
- package/dist/components/ui/Chip.d.ts +13 -0
- package/dist/components/ui/Chip.js +2 -0
- package/dist/components/ui/Chip.js.map +1 -0
- package/dist/components/ui/Chip.mjs +2 -0
- package/dist/components/ui/Chip.mjs.map +1 -0
- package/dist/components/ui/Combobox.d.mts +44 -0
- package/dist/components/ui/Combobox.d.ts +44 -0
- package/dist/components/ui/Combobox.js +2 -0
- package/dist/components/ui/Combobox.js.map +1 -0
- package/dist/components/ui/Combobox.mjs +2 -0
- package/dist/components/ui/Combobox.mjs.map +1 -0
- package/dist/components/ui/Label.d.mts +9 -0
- package/dist/components/ui/Label.d.ts +9 -0
- package/dist/components/ui/Label.js +2 -0
- package/dist/components/ui/Label.js.map +1 -0
- package/dist/components/ui/Label.mjs +2 -0
- package/dist/components/ui/Label.mjs.map +1 -0
- package/dist/components/ui/ListItem.d.mts +14 -0
- package/dist/components/ui/ListItem.d.ts +14 -0
- package/dist/components/ui/ListItem.js +2 -0
- package/dist/components/ui/ListItem.js.map +1 -0
- package/dist/components/ui/ListItem.mjs +2 -0
- package/dist/components/ui/ListItem.mjs.map +1 -0
- package/dist/components/ui/Select.d.mts +21 -0
- package/dist/components/ui/Select.d.ts +21 -0
- package/dist/components/ui/Select.js +2 -0
- package/dist/components/ui/Select.js.map +1 -0
- package/dist/components/ui/Select.mjs +2 -0
- package/dist/components/ui/Select.mjs.map +1 -0
- package/dist/index.d.mts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/utils.d.mts +5 -0
- package/dist/lib/utils.d.ts +5 -0
- package/dist/lib/utils.js +2 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/utils.mjs +2 -0
- package/dist/lib/utils.mjs.map +1 -0
- package/dist/styles/globals.css +2 -0
- package/dist/styles/globals.css.map +1 -0
- package/dist/styles/globals.d.mts +2 -0
- package/dist/styles/globals.d.ts +2 -0
- package/package.json +1 -1
- package/.github/pull_request_template.md +0 -65
- package/.next/app-build-manifest.json +0 -15
- package/.next/build-manifest.json +0 -20
- package/.next/cache/.rscinfo +0 -1
- package/.next/cache/webpack/client-development/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development/1.pack.gz +0 -0
- package/.next/cache/webpack/client-development/10.pack.gz +0 -0
- package/.next/cache/webpack/client-development/11.pack.gz +0 -0
- package/.next/cache/webpack/client-development/12.pack.gz +0 -0
- package/.next/cache/webpack/client-development/13.pack.gz +0 -0
- package/.next/cache/webpack/client-development/14.pack.gz +0 -0
- package/.next/cache/webpack/client-development/15.pack.gz +0 -0
- package/.next/cache/webpack/client-development/16.pack.gz +0 -0
- package/.next/cache/webpack/client-development/17.pack.gz +0 -0
- package/.next/cache/webpack/client-development/18.pack.gz +0 -0
- package/.next/cache/webpack/client-development/19.pack.gz +0 -0
- package/.next/cache/webpack/client-development/2.pack.gz +0 -0
- package/.next/cache/webpack/client-development/3.pack.gz +0 -0
- package/.next/cache/webpack/client-development/4.pack.gz +0 -0
- package/.next/cache/webpack/client-development/5.pack.gz +0 -0
- package/.next/cache/webpack/client-development/6.pack.gz +0 -0
- package/.next/cache/webpack/client-development/7.pack.gz +0 -0
- package/.next/cache/webpack/client-development/8.pack.gz +0 -0
- package/.next/cache/webpack/client-development/9.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/client-development-fallback/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development-fallback/1.pack.gz +0 -0
- package/.next/cache/webpack/client-development-fallback/index.pack.gz +0 -0
- package/.next/cache/webpack/client-development-fallback/index.pack.gz.old +0 -0
- package/.next/cache/webpack/server-development/0.pack.gz +0 -0
- package/.next/cache/webpack/server-development/1.pack.gz +0 -0
- package/.next/cache/webpack/server-development/10.pack.gz +0 -0
- package/.next/cache/webpack/server-development/11.pack.gz +0 -0
- package/.next/cache/webpack/server-development/12.pack.gz +0 -0
- package/.next/cache/webpack/server-development/13.pack.gz +0 -0
- package/.next/cache/webpack/server-development/14.pack.gz +0 -0
- package/.next/cache/webpack/server-development/15.pack.gz +0 -0
- package/.next/cache/webpack/server-development/16.pack.gz +0 -0
- package/.next/cache/webpack/server-development/17.pack.gz +0 -0
- package/.next/cache/webpack/server-development/18.pack.gz +0 -0
- package/.next/cache/webpack/server-development/19.pack.gz +0 -0
- package/.next/cache/webpack/server-development/2.pack.gz +0 -0
- package/.next/cache/webpack/server-development/3.pack.gz +0 -0
- package/.next/cache/webpack/server-development/4.pack.gz +0 -0
- package/.next/cache/webpack/server-development/5.pack.gz +0 -0
- package/.next/cache/webpack/server-development/6.pack.gz +0 -0
- package/.next/cache/webpack/server-development/7.pack.gz +0 -0
- package/.next/cache/webpack/server-development/8.pack.gz +0 -0
- package/.next/cache/webpack/server-development/9.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
- package/.next/package.json +0 -1
- package/.next/react-loadable-manifest.json +0 -1
- package/.next/server/app/page.js +0 -350
- package/.next/server/app/page_client-reference-manifest.js +0 -1
- package/.next/server/app-paths-manifest.json +0 -3
- package/.next/server/interception-route-rewrite-manifest.js +0 -1
- package/.next/server/middleware-build-manifest.js +0 -22
- package/.next/server/middleware-manifest.json +0 -6
- package/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/.next/server/next-font-manifest.js +0 -1
- package/.next/server/next-font-manifest.json +0 -1
- package/.next/server/pages-manifest.json +0 -1
- package/.next/server/server-reference-manifest.js +0 -1
- package/.next/server/server-reference-manifest.json +0 -5
- package/.next/server/vendor-chunks/@floating-ui.js +0 -55
- package/.next/server/vendor-chunks/@radix-ui.js +0 -675
- package/.next/server/vendor-chunks/@swc.js +0 -55
- package/.next/server/vendor-chunks/aria-hidden.js +0 -25
- package/.next/server/vendor-chunks/clsx.js +0 -25
- package/.next/server/vendor-chunks/cmdk.js +0 -55
- package/.next/server/vendor-chunks/cva.js +0 -35
- package/.next/server/vendor-chunks/get-nonce.js +0 -25
- package/.next/server/vendor-chunks/lucide-react.js +0 -20106
- package/.next/server/vendor-chunks/next.js +0 -2716
- package/.next/server/vendor-chunks/tailwind-merge.js +0 -25
- package/.next/server/vendor-chunks/tslib.js +0 -25
- package/.next/server/webpack-runtime.js +0 -220
- package/.next/static/chunks/app/layout.js +0 -70
- package/.next/static/chunks/app/page.js +0 -22699
- package/.next/static/chunks/app-pages-internals.js +0 -193
- package/.next/static/chunks/main-app.js +0 -2387
- package/.next/static/chunks/polyfills.js +0 -1
- package/.next/static/chunks/webpack.js +0 -1420
- package/.next/static/css/app/layout.css +0 -28580
- package/.next/static/development/_buildManifest.js +0 -1
- package/.next/static/development/_ssgManifest.js +0 -1
- package/.next/static/webpack/633457081244afec._.hot-update.json +0 -1
- package/.next/trace +0 -4
- package/.next/types/app/layout.ts +0 -84
- package/.next/types/app/page.ts +0 -84
- package/.next/types/cache-life.d.ts +0 -138
- package/.next/types/package.json +0 -1
- package/next-env.d.ts +0 -5
- /package/{.next/static/media/dcb397e1676abc29-s.p.otf → dist/AmbitBold-3SZZPYLH.otf} +0 -0
- /package/{.next/static/media/4c8e59b780b89a55-s.p.otf → dist/AmbitBoldItalic-JSHFTN4A.otf} +0 -0
- /package/{.next/static/media/607b4fbb6b651a55-s.p.otf → dist/AmbitRegular-MB5U7O3L.otf} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST = (function(a){return {__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:a,__routerFilterDynamic:a,sortedPages:["\u002F_app"]}}(void 0));self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
self.__SSG_MANIFEST=new Set;self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"c":[],"r":[],"m":[]}
|
package/.next/trace
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
[{"name":"hot-reloader","duration":55,"timestamp":16343417084,"id":3,"tags":{"version":"15.0.2"},"startTime":1733855828299,"traceId":"3ca5e8848ff5c0f6"},{"name":"start","duration":3,"timestamp":16343417666,"id":4,"parentId":3,"tags":{},"startTime":1733855828300,"traceId":"3ca5e8848ff5c0f6"},{"name":"get-version-info","duration":406815,"timestamp":16343417745,"id":5,"parentId":4,"tags":{},"startTime":1733855828300,"traceId":"3ca5e8848ff5c0f6"},{"name":"clean","duration":8420,"timestamp":16343824714,"id":6,"parentId":4,"tags":{},"startTime":1733855828707,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-pages-mapping","duration":161,"timestamp":16343833923,"id":8,"parentId":7,"tags":{},"startTime":1733855828716,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-entrypoints","duration":9639,"timestamp":16343834107,"id":9,"parentId":7,"tags":{},"startTime":1733855828716,"traceId":"3ca5e8848ff5c0f6"},{"name":"generate-webpack-config","duration":73862,"timestamp":16343843787,"id":10,"parentId":7,"tags":{},"startTime":1733855828726,"traceId":"3ca5e8848ff5c0f6"},{"name":"get-webpack-config","duration":83814,"timestamp":16343833855,"id":7,"parentId":4,"tags":{},"startTime":1733855828716,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":1017,"timestamp":16343979263,"id":12,"parentId":11,"tags":{},"startTime":1733855828862,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":594,"timestamp":16343982268,"id":14,"parentId":13,"tags":{},"startTime":1733855828865,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":18,"timestamp":16343982962,"id":16,"parentId":13,"tags":{},"startTime":1733855828865,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":171,"timestamp":16343983107,"id":17,"parentId":13,"tags":{},"startTime":1733855828865,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":92,"timestamp":16343983330,"id":18,"parentId":13,"tags":{},"startTime":1733855828866,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":97,"timestamp":16343983550,"id":19,"parentId":13,"tags":{},"startTime":1733855828866,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":841,"timestamp":16343982922,"id":15,"parentId":13,"tags":{},"startTime":1733855828865,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":71,"timestamp":16343984551,"id":20,"parentId":13,"tags":{},"startTime":1733855828867,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":163,"timestamp":16343984644,"id":21,"parentId":13,"tags":{},"startTime":1733855828867,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":444,"timestamp":16343985016,"id":22,"parentId":13,"tags":{},"startTime":1733855828867,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":100,"timestamp":16343985458,"id":23,"parentId":13,"tags":{},"startTime":1733855828868,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":64,"timestamp":16343985535,"id":24,"parentId":13,"tags":{},"startTime":1733855828868,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":149,"timestamp":16343985606,"id":25,"parentId":13,"tags":{},"startTime":1733855828868,"traceId":"3ca5e8848ff5c0f6"},{"name":"NextJsBuildManifest-generateClientManifest","duration":983,"timestamp":16344215248,"id":27,"parentId":11,"tags":{},"startTime":1733855829098,"traceId":"3ca5e8848ff5c0f6"},{"name":"NextJsBuildManifest-createassets","duration":1390,"timestamp":16344214859,"id":26,"parentId":11,"tags":{},"startTime":1733855829097,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":235197,"timestamp":16343982018,"id":13,"parentId":11,"tags":{},"startTime":1733855828864,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":243754,"timestamp":16343973707,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1733855828856,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":3394,"timestamp":16344217771,"id":28,"parentId":3,"tags":{},"startTime":1733855829100,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":1182,"timestamp":16344228061,"id":30,"parentId":29,"tags":{},"startTime":1733855829110,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":23,"timestamp":16344229573,"id":32,"parentId":31,"tags":{},"startTime":1733855829112,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":5,"timestamp":16344229617,"id":34,"parentId":31,"tags":{},"startTime":1733855829112,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":617,"timestamp":16344229672,"id":35,"parentId":31,"tags":{},"startTime":1733855829112,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":10,"timestamp":16344230334,"id":36,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":9,"timestamp":16344230397,"id":37,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":850,"timestamp":16344229610,"id":33,"parentId":31,"tags":{},"startTime":1733855829112,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":8,"timestamp":16344230591,"id":38,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":7,"timestamp":16344230610,"id":39,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":56,"timestamp":16344230665,"id":40,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":41,"timestamp":16344230721,"id":41,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":13,"timestamp":16344230753,"id":42,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":15,"timestamp":16344230772,"id":43,"parentId":31,"tags":{},"startTime":1733855829113,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":2208,"timestamp":16344229524,"id":31,"parentId":29,"tags":{},"startTime":1733855829112,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":4618,"timestamp":16344227240,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1733855829110,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":875,"timestamp":16344231928,"id":44,"parentId":3,"tags":{},"startTime":1733855829114,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":157,"timestamp":16344236489,"id":46,"parentId":45,"tags":{},"startTime":1733855829119,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":23,"timestamp":16344237102,"id":48,"parentId":47,"tags":{},"startTime":1733855829119,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":5,"timestamp":16344237145,"id":50,"parentId":47,"tags":{},"startTime":1733855829119,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":11,"timestamp":16344237197,"id":51,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":6,"timestamp":16344237222,"id":52,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":6,"timestamp":16344237246,"id":53,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":137,"timestamp":16344237138,"id":49,"parentId":47,"tags":{},"startTime":1733855829119,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":8,"timestamp":16344237387,"id":54,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":7,"timestamp":16344237404,"id":55,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":70,"timestamp":16344237442,"id":56,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":21,"timestamp":16344237512,"id":57,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":8,"timestamp":16344237527,"id":58,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":14,"timestamp":16344237539,"id":59,"parentId":47,"tags":{},"startTime":1733855829120,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":1096,"timestamp":16344237065,"id":47,"parentId":45,"tags":{},"startTime":1733855829119,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":2885,"timestamp":16344235316,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1733855829118,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":817,"timestamp":16344238242,"id":60,"parentId":3,"tags":{},"startTime":1733855829121,"traceId":"3ca5e8848ff5c0f6"}]
|
|
2
|
-
[{"name":"make","duration":251,"timestamp":16344453615,"id":65,"parentId":64,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":22,"timestamp":16344454031,"id":67,"parentId":66,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":5,"timestamp":16344454071,"id":69,"parentId":66,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":8,"timestamp":16344454091,"id":70,"parentId":66,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":5,"timestamp":16344454111,"id":71,"parentId":66,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":5,"timestamp":16344454134,"id":72,"parentId":66,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":99,"timestamp":16344454064,"id":68,"parentId":66,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":8,"timestamp":16344454258,"id":73,"parentId":66,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":7,"timestamp":16344454275,"id":74,"parentId":66,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":55,"timestamp":16344454312,"id":75,"parentId":66,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":20,"timestamp":16344454367,"id":76,"parentId":66,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":8,"timestamp":16344454381,"id":77,"parentId":66,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":12,"timestamp":16344454393,"id":78,"parentId":66,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"NextJsBuildManifest-generateClientManifest","duration":222,"timestamp":16344454880,"id":80,"parentId":64,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"NextJsBuildManifest-createassets","duration":283,"timestamp":16344454827,"id":79,"parentId":64,"tags":{},"startTime":1733855829337,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":1288,"timestamp":16344453993,"id":66,"parentId":64,"tags":{},"startTime":1733855829336,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":2386,"timestamp":16344452927,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1733855829335,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":1232,"timestamp":16344455341,"id":81,"parentId":61,"tags":{},"startTime":1733855829338,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-invalidated-client","duration":6977,"timestamp":16344450387,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1733855829333,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":219,"timestamp":16344458986,"id":83,"parentId":82,"tags":{},"startTime":1733855829341,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":25,"timestamp":16344459343,"id":85,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":5,"timestamp":16344459385,"id":87,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":96,"timestamp":16344459452,"id":88,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":6,"timestamp":16344459563,"id":89,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":5,"timestamp":16344459587,"id":90,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":236,"timestamp":16344459379,"id":86,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":8,"timestamp":16344459767,"id":91,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":7,"timestamp":16344459784,"id":92,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":62,"timestamp":16344459820,"id":93,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":19,"timestamp":16344459882,"id":94,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":8,"timestamp":16344459895,"id":95,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":12,"timestamp":16344459908,"id":96,"parentId":84,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":1004,"timestamp":16344459314,"id":84,"parentId":82,"tags":{},"startTime":1733855829342,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":1929,"timestamp":16344458440,"id":82,"parentId":62,"tags":{"name":"server"},"startTime":1733855829341,"traceId":"3ca5e8848ff5c0f6"},{"name":"setup-dev-bundler","duration":1263144,"timestamp":16343241362,"id":2,"parentId":1,"tags":{},"startTime":1733855828124,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":51277,"timestamp":16344460400,"id":97,"parentId":62,"tags":{},"startTime":1733855829343,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-invalidated-server","duration":61988,"timestamp":16344450526,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1733855829333,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":363,"timestamp":16344515812,"id":99,"parentId":98,"tags":{},"startTime":1733855829398,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":53,"timestamp":16344516818,"id":101,"parentId":100,"tags":{},"startTime":1733855829399,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":133,"timestamp":16344516920,"id":103,"parentId":100,"tags":{},"startTime":1733855829399,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":21,"timestamp":16344517086,"id":104,"parentId":100,"tags":{},"startTime":1733855829399,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":11,"timestamp":16344517132,"id":105,"parentId":100,"tags":{},"startTime":1733855829399,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":11,"timestamp":16344517177,"id":106,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":323,"timestamp":16344516898,"id":102,"parentId":100,"tags":{},"startTime":1733855829399,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":14,"timestamp":16344517390,"id":107,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":12,"timestamp":16344517420,"id":108,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":92,"timestamp":16344517483,"id":109,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":25,"timestamp":16344517574,"id":110,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":9,"timestamp":16344517591,"id":111,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":17,"timestamp":16344517605,"id":112,"parentId":100,"tags":{},"startTime":1733855829400,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":1460,"timestamp":16344516736,"id":100,"parentId":98,"tags":{},"startTime":1733855829399,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":3709,"timestamp":16344514534,"id":98,"parentId":63,"tags":{"name":"edge-server"},"startTime":1733855829397,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":899,"timestamp":16344518275,"id":113,"parentId":63,"tags":{},"startTime":1733855829401,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-invalidated-edge-server","duration":70108,"timestamp":16344450555,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1733855829333,"traceId":"3ca5e8848ff5c0f6"}]
|
|
3
|
-
[{"name":"run-instrumentation-hook","duration":15,"timestamp":16344543883,"id":114,"parentId":1,"tags":{},"startTime":1733855829426,"traceId":"3ca5e8848ff5c0f6"},{"name":"start-dev-server","duration":1563974,"timestamp":16342984631,"id":1,"tags":{"cpus":"8","platform":"linux","memory.freeMem":"7616737280","memory.totalMem":"16537575424","memory.heapSizeLimit":"8318353408","memory.rss":"314060800","memory.heapTotal":"148598784","memory.heapUsed":"116758712"},"startTime":1733855827867,"traceId":"3ca5e8848ff5c0f6"},{"name":"add-entry","duration":238548,"timestamp":16345393390,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fsrc%2Fapp&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&rootDir=%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js&isDev=true&tsconfigPath=tsconfig.json&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1733855830276,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":1008641,"timestamp":16345390845,"id":119,"parentId":118,"tags":{},"startTime":1733855830273,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":27628,"timestamp":16346464995,"id":129,"parentId":128,"tags":{},"startTime":1733855831347,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":17,"timestamp":16346492727,"id":131,"parentId":128,"tags":{},"startTime":1733855831375,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":13645,"timestamp":16346492867,"id":132,"parentId":128,"tags":{},"startTime":1733855831375,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":101,"timestamp":16346506594,"id":133,"parentId":128,"tags":{},"startTime":1733855831389,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":86,"timestamp":16346506760,"id":134,"parentId":128,"tags":{},"startTime":1733855831389,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":19895,"timestamp":16346492692,"id":130,"parentId":128,"tags":{},"startTime":1733855831375,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":31321,"timestamp":16346531633,"id":135,"parentId":128,"tags":{},"startTime":1733855831414,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":12521,"timestamp":16346563038,"id":136,"parentId":128,"tags":{},"startTime":1733855831445,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":8376,"timestamp":16346588005,"id":137,"parentId":128,"tags":{},"startTime":1733855831470,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":294,"timestamp":16346596379,"id":138,"parentId":128,"tags":{},"startTime":1733855831479,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":495,"timestamp":16346596633,"id":139,"parentId":128,"tags":{},"startTime":1733855831479,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":96900,"timestamp":16346597147,"id":140,"parentId":128,"tags":{},"startTime":1733855831479,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":249282,"timestamp":16346450946,"id":128,"parentId":118,"tags":{},"startTime":1733855831333,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":1318682,"timestamp":16345389742,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1733855830272,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":17302,"timestamp":16346708745,"id":141,"parentId":116,"tags":{},"startTime":1733855831591,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-invalidated-server","duration":1339827,"timestamp":16345387673,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1733855830270,"traceId":"3ca5e8848ff5c0f6"},{"name":"add-entry","duration":211332,"timestamp":16346747362,"id":144,"parentId":143,"tags":{"request":"/home/rafael/CNPJ/NextDegree/pickle-shared-js/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1733855831630,"traceId":"3ca5e8848ff5c0f6"},{"name":"add-entry","duration":363717,"timestamp":16346747679,"id":148,"parentId":143,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1733855831630,"traceId":"3ca5e8848ff5c0f6"},{"name":"add-entry","duration":424027,"timestamp":16346747541,"id":145,"parentId":143,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1733855831630,"traceId":"3ca5e8848ff5c0f6"},{"name":"add-entry","duration":432296,"timestamp":16346747579,"id":146,"parentId":143,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5B%7B%5C%22path%5C%22%3A%5C%22..%2Fassets%2Ffonts%2FAmbitRegular.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22400%5C%22%2C%5C%22style%5C%22%3A%5C%22normal%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22..%2Fassets%2Ffonts%2FAmbitBold.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22700%5C%22%2C%5C%22style%5C%22%3A%5C%22normal%5C%22%7D%2C%7B%5C%22path%5C%22%3A%5C%22..%2Fassets%2Ffonts%2FAmbitBoldItalic.otf%5C%22%2C%5C%22weight%5C%22%3A%5C%22700%5C%22%2C%5C%22style%5C%22%3A%5C%22italic%5C%22%7D%5D%2C%5C%22variable%5C%22%3A%5C%22--font-ambit%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22ambit%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fsrc%2Fstyles%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fnode_modules%2F%40radix-ui%2Fthemes%2Fstyles.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1733855831630,"traceId":"3ca5e8848ff5c0f6"},{"name":"add-entry","duration":1073432,"timestamp":16346747608,"id":147,"parentId":143,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frafael%2FCNPJ%2FNextDegree%2Fpickle-shared-js%2Fsrc%2Fcomponents%2Fdemos%2FComboboxDemo.tsx%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1733855831630,"traceId":"3ca5e8848ff5c0f6"},{"name":"make","duration":1084067,"timestamp":16346737075,"id":143,"parentId":142,"tags":{},"startTime":1733855831619,"traceId":"3ca5e8848ff5c0f6"},{"name":"chunk-graph","duration":14772,"timestamp":16347890638,"id":150,"parentId":149,"tags":{},"startTime":1733855832773,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-modules","duration":15,"timestamp":16347905492,"id":152,"parentId":149,"tags":{},"startTime":1733855832788,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunks","duration":434,"timestamp":16347905660,"id":153,"parentId":149,"tags":{},"startTime":1733855832788,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-tree","duration":22,"timestamp":16347906215,"id":154,"parentId":149,"tags":{},"startTime":1733855832789,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize-chunk-modules","duration":13,"timestamp":16347906313,"id":155,"parentId":149,"tags":{},"startTime":1733855832789,"traceId":"3ca5e8848ff5c0f6"},{"name":"optimize","duration":8157,"timestamp":16347905457,"id":151,"parentId":149,"tags":{},"startTime":1733855832788,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-hash","duration":27752,"timestamp":16347928403,"id":156,"parentId":149,"tags":{},"startTime":1733855832811,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation","duration":11384,"timestamp":16347956196,"id":157,"parentId":149,"tags":{},"startTime":1733855832839,"traceId":"3ca5e8848ff5c0f6"},{"name":"hash","duration":15833,"timestamp":16347978726,"id":158,"parentId":149,"tags":{},"startTime":1733855832861,"traceId":"3ca5e8848ff5c0f6"},{"name":"code-generation-jobs","duration":356,"timestamp":16347994557,"id":159,"parentId":149,"tags":{},"startTime":1733855832877,"traceId":"3ca5e8848ff5c0f6"},{"name":"module-assets","duration":509,"timestamp":16347994841,"id":160,"parentId":149,"tags":{},"startTime":1733855832877,"traceId":"3ca5e8848ff5c0f6"},{"name":"create-chunk-assets","duration":4249,"timestamp":16347995365,"id":161,"parentId":149,"tags":{},"startTime":1733855832878,"traceId":"3ca5e8848ff5c0f6"},{"name":"NextJsBuildManifest-generateClientManifest","duration":538,"timestamp":16348002235,"id":163,"parentId":142,"tags":{},"startTime":1733855832885,"traceId":"3ca5e8848ff5c0f6"},{"name":"NextJsBuildManifest-createassets","duration":1050,"timestamp":16348001735,"id":162,"parentId":142,"tags":{},"startTime":1733855832884,"traceId":"3ca5e8848ff5c0f6"},{"name":"seal","duration":141849,"timestamp":16347870364,"id":149,"parentId":142,"tags":{},"startTime":1733855832753,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-compilation","duration":1279226,"timestamp":16346733086,"id":142,"parentId":127,"tags":{"name":"client"},"startTime":1733855831615,"traceId":"3ca5e8848ff5c0f6"},{"name":"emit","duration":8341,"timestamp":16348012373,"id":164,"parentId":127,"tags":{},"startTime":1733855832895,"traceId":"3ca5e8848ff5c0f6"},{"name":"compile-path","duration":2634356,"timestamp":16345387716,"id":117,"tags":{"trigger":"/"},"startTime":1733855830270,"traceId":"3ca5e8848ff5c0f6"},{"name":"webpack-invalidated-client","duration":2382594,"timestamp":16345640423,"id":127,"parentId":3,"tags":{"trigger":"manual"},"startTime":1733855830523,"traceId":"3ca5e8848ff5c0f6"}]
|
|
4
|
-
[{"name":"next-dev","duration":69650270,"timestamp":16342562616,"id":1,"tags":{},"startTime":1733855827445,"traceId":"3ca5e8848ff5c0f6"}]
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
// File: /home/rafael/CNPJ/NextDegree/pickle-shared-js/src/app/layout.tsx
|
|
2
|
-
import * as entry from '../../../src/app/layout.js'
|
|
3
|
-
import type { ResolvingMetadata, ResolvingViewport } from 'next/dist/lib/metadata/types/metadata-interface.js'
|
|
4
|
-
|
|
5
|
-
type TEntry = typeof import('../../../src/app/layout.js')
|
|
6
|
-
|
|
7
|
-
type SegmentParams<T extends Object = any> = T extends Record<string, any>
|
|
8
|
-
? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
|
|
9
|
-
: T
|
|
10
|
-
|
|
11
|
-
// Check that the entry is a valid entry
|
|
12
|
-
checkFields<Diff<{
|
|
13
|
-
default: Function
|
|
14
|
-
config?: {}
|
|
15
|
-
generateStaticParams?: Function
|
|
16
|
-
revalidate?: RevalidateRange<TEntry> | false
|
|
17
|
-
dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
|
|
18
|
-
dynamicParams?: boolean
|
|
19
|
-
fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
|
|
20
|
-
preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
|
|
21
|
-
runtime?: 'nodejs' | 'experimental-edge' | 'edge'
|
|
22
|
-
maxDuration?: number
|
|
23
|
-
|
|
24
|
-
metadata?: any
|
|
25
|
-
generateMetadata?: Function
|
|
26
|
-
viewport?: any
|
|
27
|
-
generateViewport?: Function
|
|
28
|
-
experimental_ppr?: boolean
|
|
29
|
-
|
|
30
|
-
}, TEntry, ''>>()
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
// Check the prop type of the entry function
|
|
34
|
-
checkFields<Diff<LayoutProps, FirstArg<TEntry['default']>, 'default'>>()
|
|
35
|
-
|
|
36
|
-
// Check the arguments and return type of the generateMetadata function
|
|
37
|
-
if ('generateMetadata' in entry) {
|
|
38
|
-
checkFields<Diff<LayoutProps, FirstArg<MaybeField<TEntry, 'generateMetadata'>>, 'generateMetadata'>>()
|
|
39
|
-
checkFields<Diff<ResolvingMetadata, SecondArg<MaybeField<TEntry, 'generateMetadata'>>, 'generateMetadata'>>()
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
// Check the arguments and return type of the generateViewport function
|
|
43
|
-
if ('generateViewport' in entry) {
|
|
44
|
-
checkFields<Diff<LayoutProps, FirstArg<MaybeField<TEntry, 'generateViewport'>>, 'generateViewport'>>()
|
|
45
|
-
checkFields<Diff<ResolvingViewport, SecondArg<MaybeField<TEntry, 'generateViewport'>>, 'generateViewport'>>()
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// Check the arguments and return type of the generateStaticParams function
|
|
49
|
-
if ('generateStaticParams' in entry) {
|
|
50
|
-
checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
|
|
51
|
-
checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export interface PageProps {
|
|
55
|
-
params?: Promise<SegmentParams>
|
|
56
|
-
searchParams?: Promise<any>
|
|
57
|
-
}
|
|
58
|
-
export interface LayoutProps {
|
|
59
|
-
children?: React.ReactNode
|
|
60
|
-
|
|
61
|
-
params?: Promise<SegmentParams>
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// =============
|
|
65
|
-
// Utility types
|
|
66
|
-
type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
|
|
67
|
-
|
|
68
|
-
// If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
|
|
69
|
-
type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
|
|
70
|
-
type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
|
|
71
|
-
|
|
72
|
-
type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
|
|
73
|
-
type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
|
|
74
|
-
type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
function checkFields<_ extends { [k in keyof any]: never }>() {}
|
|
79
|
-
|
|
80
|
-
// https://github.com/sindresorhus/type-fest
|
|
81
|
-
type Numeric = number | bigint
|
|
82
|
-
type Zero = 0 | 0n
|
|
83
|
-
type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
|
|
84
|
-
type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'
|
package/.next/types/app/page.ts
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
// File: /home/rafael/CNPJ/NextDegree/pickle-shared-js/src/app/page.tsx
|
|
2
|
-
import * as entry from '../../../src/app/page.js'
|
|
3
|
-
import type { ResolvingMetadata, ResolvingViewport } from 'next/dist/lib/metadata/types/metadata-interface.js'
|
|
4
|
-
|
|
5
|
-
type TEntry = typeof import('../../../src/app/page.js')
|
|
6
|
-
|
|
7
|
-
type SegmentParams<T extends Object = any> = T extends Record<string, any>
|
|
8
|
-
? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
|
|
9
|
-
: T
|
|
10
|
-
|
|
11
|
-
// Check that the entry is a valid entry
|
|
12
|
-
checkFields<Diff<{
|
|
13
|
-
default: Function
|
|
14
|
-
config?: {}
|
|
15
|
-
generateStaticParams?: Function
|
|
16
|
-
revalidate?: RevalidateRange<TEntry> | false
|
|
17
|
-
dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
|
|
18
|
-
dynamicParams?: boolean
|
|
19
|
-
fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
|
|
20
|
-
preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
|
|
21
|
-
runtime?: 'nodejs' | 'experimental-edge' | 'edge'
|
|
22
|
-
maxDuration?: number
|
|
23
|
-
|
|
24
|
-
metadata?: any
|
|
25
|
-
generateMetadata?: Function
|
|
26
|
-
viewport?: any
|
|
27
|
-
generateViewport?: Function
|
|
28
|
-
experimental_ppr?: boolean
|
|
29
|
-
|
|
30
|
-
}, TEntry, ''>>()
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
// Check the prop type of the entry function
|
|
34
|
-
checkFields<Diff<PageProps, FirstArg<TEntry['default']>, 'default'>>()
|
|
35
|
-
|
|
36
|
-
// Check the arguments and return type of the generateMetadata function
|
|
37
|
-
if ('generateMetadata' in entry) {
|
|
38
|
-
checkFields<Diff<PageProps, FirstArg<MaybeField<TEntry, 'generateMetadata'>>, 'generateMetadata'>>()
|
|
39
|
-
checkFields<Diff<ResolvingMetadata, SecondArg<MaybeField<TEntry, 'generateMetadata'>>, 'generateMetadata'>>()
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
// Check the arguments and return type of the generateViewport function
|
|
43
|
-
if ('generateViewport' in entry) {
|
|
44
|
-
checkFields<Diff<PageProps, FirstArg<MaybeField<TEntry, 'generateViewport'>>, 'generateViewport'>>()
|
|
45
|
-
checkFields<Diff<ResolvingViewport, SecondArg<MaybeField<TEntry, 'generateViewport'>>, 'generateViewport'>>()
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// Check the arguments and return type of the generateStaticParams function
|
|
49
|
-
if ('generateStaticParams' in entry) {
|
|
50
|
-
checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
|
|
51
|
-
checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
export interface PageProps {
|
|
55
|
-
params?: Promise<SegmentParams>
|
|
56
|
-
searchParams?: Promise<any>
|
|
57
|
-
}
|
|
58
|
-
export interface LayoutProps {
|
|
59
|
-
children?: React.ReactNode
|
|
60
|
-
|
|
61
|
-
params?: Promise<SegmentParams>
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// =============
|
|
65
|
-
// Utility types
|
|
66
|
-
type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
|
|
67
|
-
|
|
68
|
-
// If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
|
|
69
|
-
type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
|
|
70
|
-
type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
|
|
71
|
-
|
|
72
|
-
type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
|
|
73
|
-
type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
|
|
74
|
-
type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
function checkFields<_ extends { [k in keyof any]: never }>() {}
|
|
79
|
-
|
|
80
|
-
// https://github.com/sindresorhus/type-fest
|
|
81
|
-
type Numeric = number | bigint
|
|
82
|
-
type Zero = 0 | 0n
|
|
83
|
-
type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
|
|
84
|
-
type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
// Type definitions for Next.js cacheLife configs
|
|
2
|
-
|
|
3
|
-
declare module 'next/cache' {
|
|
4
|
-
export { unstable_cache } from 'next/dist/server/web/spec-extension/unstable-cache'
|
|
5
|
-
export {
|
|
6
|
-
revalidateTag,
|
|
7
|
-
revalidatePath,
|
|
8
|
-
} from 'next/dist/server/web/spec-extension/revalidate'
|
|
9
|
-
export { unstable_noStore } from 'next/dist/server/web/spec-extension/unstable-no-store'
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Cache this `"use cache"` for a timespan defined by the `"default"` profile.
|
|
14
|
-
* ```
|
|
15
|
-
* stale: 300 seconds (5 minutes)
|
|
16
|
-
* revalidate: 900 seconds (15 minutes)
|
|
17
|
-
* expire: never
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
21
|
-
* If the server receives a new request after 15 minutes, start revalidating new values in the background.
|
|
22
|
-
* It lives for the maximum age of the server cache. If this entry has no traffic for a while, it may serve an old value the next request.
|
|
23
|
-
*/
|
|
24
|
-
export function unstable_cacheLife(profile: "default"): void
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* Cache this `"use cache"` for a timespan defined by the `"seconds"` profile.
|
|
28
|
-
* ```
|
|
29
|
-
* stale: 0 seconds
|
|
30
|
-
* revalidate: 1 seconds
|
|
31
|
-
* expire: 1 seconds
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* This cache may be stale on clients for 0 seconds before checking with the server.
|
|
35
|
-
* This cache will expire after 1 seconds. The next request will recompute it.
|
|
36
|
-
*/
|
|
37
|
-
export function unstable_cacheLife(profile: "seconds"): void
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Cache this `"use cache"` for a timespan defined by the `"minutes"` profile.
|
|
41
|
-
* ```
|
|
42
|
-
* stale: 300 seconds (5 minutes)
|
|
43
|
-
* revalidate: 60 seconds (1 minute)
|
|
44
|
-
* expire: 3600 seconds (1 hour)
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
48
|
-
* If the server receives a new request after 1 minute, start revalidating new values in the background.
|
|
49
|
-
* If this entry has no traffic for 1 hour it will expire. The next request will recompute it.
|
|
50
|
-
*/
|
|
51
|
-
export function unstable_cacheLife(profile: "minutes"): void
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Cache this `"use cache"` for a timespan defined by the `"hours"` profile.
|
|
55
|
-
* ```
|
|
56
|
-
* stale: 300 seconds (5 minutes)
|
|
57
|
-
* revalidate: 3600 seconds (1 hour)
|
|
58
|
-
* expire: 86400 seconds (1 day)
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
62
|
-
* If the server receives a new request after 1 hour, start revalidating new values in the background.
|
|
63
|
-
* If this entry has no traffic for 1 day it will expire. The next request will recompute it.
|
|
64
|
-
*/
|
|
65
|
-
export function unstable_cacheLife(profile: "hours"): void
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Cache this `"use cache"` for a timespan defined by the `"days"` profile.
|
|
69
|
-
* ```
|
|
70
|
-
* stale: 300 seconds (5 minutes)
|
|
71
|
-
* revalidate: 86400 seconds (1 day)
|
|
72
|
-
* expire: 604800 seconds (1 week)
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
76
|
-
* If the server receives a new request after 1 day, start revalidating new values in the background.
|
|
77
|
-
* If this entry has no traffic for 1 week it will expire. The next request will recompute it.
|
|
78
|
-
*/
|
|
79
|
-
export function unstable_cacheLife(profile: "days"): void
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Cache this `"use cache"` for a timespan defined by the `"weeks"` profile.
|
|
83
|
-
* ```
|
|
84
|
-
* stale: 300 seconds (5 minutes)
|
|
85
|
-
* revalidate: 604800 seconds (1 week)
|
|
86
|
-
* expire: 2592000 seconds (30 days)
|
|
87
|
-
* ```
|
|
88
|
-
*
|
|
89
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
90
|
-
* If the server receives a new request after 1 week, start revalidating new values in the background.
|
|
91
|
-
* If this entry has no traffic for 30 days it will expire. The next request will recompute it.
|
|
92
|
-
*/
|
|
93
|
-
export function unstable_cacheLife(profile: "weeks"): void
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* Cache this `"use cache"` for a timespan defined by the `"max"` profile.
|
|
97
|
-
* ```
|
|
98
|
-
* stale: 300 seconds (5 minutes)
|
|
99
|
-
* revalidate: 2592000 seconds (30 days)
|
|
100
|
-
* expire: never
|
|
101
|
-
* ```
|
|
102
|
-
*
|
|
103
|
-
* This cache may be stale on clients for 5 minutes before checking with the server.
|
|
104
|
-
* If the server receives a new request after 30 days, start revalidating new values in the background.
|
|
105
|
-
* It lives for the maximum age of the server cache. If this entry has no traffic for a while, it may serve an old value the next request.
|
|
106
|
-
*/
|
|
107
|
-
export function unstable_cacheLife(profile: "max"): void
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Cache this `"use cache"` using a custom timespan.
|
|
111
|
-
* ```
|
|
112
|
-
* stale: ... // seconds
|
|
113
|
-
* revalidate: ... // seconds
|
|
114
|
-
* expire: ... // seconds
|
|
115
|
-
* ```
|
|
116
|
-
*
|
|
117
|
-
* This is similar to Cache-Control: max-age=`stale`,s-max-age=`revalidate`,stale-while-revalidate=`expire-revalidate`
|
|
118
|
-
*
|
|
119
|
-
* If a value is left out, the lowest of other cacheLife() calls or the default, is used instead.
|
|
120
|
-
*/
|
|
121
|
-
export function unstable_cacheLife(profile: {
|
|
122
|
-
/**
|
|
123
|
-
* This cache may be stale on clients for ... seconds before checking with the server.
|
|
124
|
-
*/
|
|
125
|
-
stale?: number,
|
|
126
|
-
/**
|
|
127
|
-
* If the server receives a new request after ... seconds, start revalidating new values in the background.
|
|
128
|
-
*/
|
|
129
|
-
revalidate?: number,
|
|
130
|
-
/**
|
|
131
|
-
* If this entry has no traffic for ... seconds it will expire. The next request will recompute it.
|
|
132
|
-
*/
|
|
133
|
-
expire?: number
|
|
134
|
-
}): void
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
export { cacheTag as unstable_cacheTag } from 'next/dist/server/use-cache/cache-tag'
|
|
138
|
-
}
|
package/.next/types/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type": "module"}
|
package/next-env.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|