-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
595f801
commit dd80d58
Showing
21 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-dev", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Temple developer mode with hot page reload", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"dependencies": { | ||
"@blanquera/types": "1.0.2", | ||
"@ossph/temple": "0.1.5", | ||
"@ossph/temple": "0.1.6", | ||
"chokidar": "3.6.0", | ||
"ws": "8.17.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-esbuild", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "ESBuild support for the Temple markup language.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.5" | ||
"@ossph/temple": "0.1.6" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "22.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-express", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Temple plugin for Express and native HTTP.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -18,8 +18,8 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.5", | ||
"@ossph/temple-dev": "0.1.5" | ||
"@ossph/temple": "0.1.6", | ||
"@ossph/temple-dev": "0.1.6" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "22.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "temple-language-server", | ||
"description": "Implementation of temple language server in node.", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"author": "Chris <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -12,7 +12,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.5", | ||
"@ossph/temple": "0.1.6", | ||
"vscode-languageserver": "8.1.0", | ||
"vscode-languageserver-textdocument": "1.0.8", | ||
"vscode-uri": "3.0.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-loader", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Webpack support for the Temple markup language.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.5", | ||
"@ossph/temple": "0.1.6", | ||
"loader-utils": "3.2.1", | ||
"schema-utils": "4.2.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-tailwind", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Webpack support for the Temple markup language.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.5" | ||
"@ossph/temple": "0.1.6" | ||
}, | ||
"peerDependencies": { | ||
"autoprefixer": "^10", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-ui", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"description": "Temple user interfaces", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "The reactive web component template engine.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|