New Upstream Snapshot - node-babel-plugin-transform-vue-jsx

Ready changes

Summary

Merged new upstream version: 4.0.1+git20190605.1.6ad7487+ds (was: 4.0.1).

Resulting package

Built on 2022-09-01T22:01 (took 3m49s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-babel-plugin-transform-vue-jsx

Lintian Result

Diff

diff --git a/README.md b/README.md
index 574e953..3873b5e 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,8 @@ render (h) {
   return h('div', {
     // Component props
     props: {
-      msg: 'hi'
+      msg: 'hi',
+      onCustomEvent: this.customEventHandler
     },
     // normal HTML attributes
     attrs: {
@@ -143,8 +144,9 @@ The equivalent of the above in Vue 2.0 JSX is:
 render (h) {
   return (
     <div
-      // normal attributes or component props.
+      // normal attributes or prefix with on props.
       id="foo"
+      propsOnCustomEvent={this.customEventHandler}
       // DOM properties are prefixed with `domProps`
       domPropsInnerHTML="bar"
       // event listeners are prefixed with `on` or `nativeOn`
diff --git a/debian/changelog b/debian/changelog
index 79af612..22caeb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-babel-plugin-transform-vue-jsx (4.0.1+git20190605.1.6ad7487+ds-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 21:59:16 -0000
+
 node-babel-plugin-transform-vue-jsx (4.0.1-1) unstable; urgency=medium
 
   * Team upload

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details