Skip to content

Commit

Permalink
9292a59 fix: replace chunkFileNames logic (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jul 11, 2024
1 parent 3bb38a2 commit 73234ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.qwik.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3767,7 +3767,7 @@ const Insights = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props)
}, {
"data-insights": _fnSignal((p0) => p0.publicApiKey, [
props
], "p0.publicApiKey")
])
}, null, 3, "6Q_0");
}, "Insights_component_0GjlblR0ECA"));
function symbolTracker(window, document, location, navigator, publicApiKey, postUrl) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "Qwik Labs - Where you can try the latest Qwik ideas.",
"version": "0.0.1",
"devDependencies": {
"@builder.io/qwik": "1.7.0",
"@builder.io/qwik": "1.7.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-plugin-qwik": "1.7.0",
"eslint-plugin-qwik": "1.7.1",
"np": "^10.0.1",
"prettier": "^3.2.5",
"typescript": "5.4.5",
Expand Down

0 comments on commit 73234ff

Please sign in to comment.