@wireweave/markdown-plugin 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,8 +43,8 @@ const html = md.render(`
43
43
  page {
44
44
  card p=4 {
45
45
  title "Login"
46
- input "Email" type=email
47
- input "Password" type=password
46
+ input "Email" inputType=email
47
+ input "Password" inputType=password
48
48
  button "Sign In" primary
49
49
  }
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireweave/markdown-plugin",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Markdown plugins for wireweave",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -56,7 +56,7 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@wireweave/core": "^1.4.1"
59
+ "@wireweave/core": "^2.0.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@release-it/conventional-changelog": "^10.0.4",