Skip to content

Commit

Permalink
Merge pull request #140 from QwikDev/symbol-mapper
Browse files Browse the repository at this point in the history
Symbol mapper
  • Loading branch information
thejackshelton authored Jul 11, 2024
2 parents 9b94c4c + 736a04c commit 341faae
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .changeset/nasty-owls-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@qwikdev/create-astro": patch
"@qwikdev/astro": patch
---

update versions
5 changes: 1 addition & 4 deletions libs/create-qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist",
"stubs"
],
"files": ["dist", "stubs"],
"bin": "./dist/cli.js",
"keywords": [
"astro-integration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@astrojs/check": "^0.5.10",
"@astrojs/deno": "^5.0.1",
"@builder.io/qwik": "^1.7.1",
"@qwikdev/astro": "^0.5.13",
"astro": "^4.5.12",
"@qwikdev/astro": "^0.6",
"astro": "^4.11",
"typescript": "^5.4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libs/create-qwikdev-astro/stubs/templates/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@astrojs/check": "^0.5.10",
"@astrojs/deno": "^5.0.1",
"@builder.io/qwik": "^1.7.1",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.6.3",
"@qwikdev/astro": "^0.6",
"astro": "^4.11",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@builder.io/qwik": "^1.7.1",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.6.3",
"@qwikdev/astro": "^0.6",
"astro": "^4.11",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libs/create-qwikdev-astro/stubs/templates/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@builder.io/qwik": "^1.7.1",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.6.3",
"@qwikdev/astro": "^0.6",
"astro": "^4.11",
"typescript": "^5.4.5"
},
"devDependencies": {
Expand Down
7 changes: 1 addition & 6 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
"./package.json": "./package.json",
"./server": "./server.ts"
},
"files": [
"src",
"src/index.ts",
"server.ts",
"env.d.ts"
],
"files": ["src", "src/index.ts", "server.ts", "env.d.ts"],
"keywords": [
"astro-integration",
"astro-component",
Expand Down

0 comments on commit 341faae

Please sign in to comment.