Skip to content

Commit

Permalink
feat: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirblazekcz committed Nov 17, 2023
1 parent 7746082 commit 252973b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const plugin = (options = {}) => {
},
transformIndexHtml: {
order: 'pre',
async transform (content, { path, filename, server }) {
async handler (content, { path, filename, server }) {
return pluginTransform(content, { path, filename, server }, { name, options, resolvedConfig, renderTemplate })
}
},
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vituum/vite-plugin-liquid",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"main": "index.js",
"types": "types/index.d.ts",
Expand All @@ -9,16 +9,16 @@
"eslint": "eslint '**/*.js' --fix"
},
"dependencies": {
"vituum": "^1.0.0",
"liquidjs": "^10.8.3",
"lodash": "^4.17.21"
"vituum": "^1.1",
"liquidjs": "^10.9",
"lodash": "^4.17"
},
"devDependencies": {
"@types/node": "^20.3.2",
"vite": "^4.3.9",
"eslint": "^8.43.0",
"@types/node": "^20.9.1",
"vite": "^5.0.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
},
"files": [
"index.js",
Expand All @@ -29,8 +29,7 @@
"./types": "./types/*"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=9.0.0"
"node": "^18.0.0 || >=20.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 252973b

Please sign in to comment.