Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 10, 2024
1 parent db3294f commit 5af918d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/webflow-provider",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/webflow-provider.js",
"type": "commonjs",
"types": "dist/webflow-provider.d.ts",
Expand Down Expand Up @@ -46,25 +46,25 @@
},
"dependencies": {
"@seneca/maintain": "^0.1.0",
"webflow-api": "^2.1.1"
"webflow-api": "^2.3.2"
},
"peerDependencies": {
"@seneca/env": ">=0.3",
"@seneca/provider": ">=3.0",
"seneca": ">=3",
"seneca-entity": ">=25",
"@seneca/env": ">=0.4",
"@seneca/provider": ">=3.1",
"seneca": ">=3||>=4.0.0-rc2",
"seneca-entity": ">=26",
"seneca-promisify": ">=3"
},
"devDependencies": {
"@seneca/doc": "^7.2.0",
"@seneca/doc": "^8.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.27",
"esbuild": "^0.20.1",
"@types/node": "^20.14.2",
"esbuild": "^0.21.5",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"node-fetch": "^2",
"node-fetch": "^3",
"seneca": ">=3",
"seneca-msg-test": "^4.1.0",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}

0 comments on commit 5af918d

Please sign in to comment.