-
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
c8ccfa2
commit 7230699
Showing
28 changed files
with
109 additions
and
73 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-css", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Temple atomic css framework", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -12,7 +12,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.6" | ||
"@ossph/temple": "0.1.7" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ossph/temple-dev", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"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.6", | ||
"@ossph/temple": "0.1.7", | ||
"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.6", | ||
"version": "0.1.7", | ||
"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.6" | ||
"@ossph/temple": "0.1.7" | ||
}, | ||
"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.6", | ||
"version": "0.1.7", | ||
"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.6", | ||
"@ossph/temple-dev": "0.1.6" | ||
"@ossph/temple": "0.1.7", | ||
"@ossph/temple-dev": "0.1.7" | ||
}, | ||
"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.6", | ||
"version": "0.1.7", | ||
"author": "Chris <[email protected]>", | ||
"license": "MIT", | ||
"repository": { | ||
|
@@ -12,7 +12,7 @@ | |
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@ossph/temple": "0.1.6", | ||
"@ossph/temple": "0.1.7", | ||
"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.6", | ||
"version": "0.1.7", | ||
"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.6", | ||
"@ossph/temple": "0.1.7", | ||
"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.6", | ||
"version": "0.1.7", | ||
"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.6" | ||
"@ossph/temple": "0.1.7" | ||
}, | ||
"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.6", | ||
"version": "0.1.7", | ||
"description": "Temple user interfaces", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
@@ -14,7 +14,7 @@ | |
"@editorjs/image": "2.9.3", | ||
"@editorjs/list": "1.10.0", | ||
"@editorjs/paragraph": "2.11.6", | ||
"@ossph/temple": "0.1.6", | ||
"@ossph/temple": "0.1.7", | ||
"codemirror": "5.65.17", | ||
"dayjs": "1.11.13", | ||
"dompurify": "3.1.6", | ||
|
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", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "The reactive web component template engine.", | ||
"license": "Apache-2.0", | ||
"author": "Chris <[email protected]>", | ||
|
Oops, something went wrong.