autumnnote 1.1.0 → 1.1.1
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.
- package/README.md +6 -5
- package/dist/autumnnote.es.js +1 -1
- package/dist/autumnnote.es.js.map +1 -1
- package/dist/autumnnote.umd.js +1 -1
- package/dist/autumnnote.umd.js.map +1 -1
- package/package.json +22 -3
- package/src/js/index.js +1 -1
package/dist/autumnnote.umd.js
CHANGED
|
@@ -15478,7 +15478,7 @@
|
|
|
15478
15478
|
registerModule(name, ModuleClass) {
|
|
15479
15479
|
_customModules.set(name, ModuleClass);
|
|
15480
15480
|
},
|
|
15481
|
-
version: "1.
|
|
15481
|
+
version: "1.1.1"
|
|
15482
15482
|
};
|
|
15483
15483
|
/**
|
|
15484
15484
|
* @param {string|Element|NodeList|Element[]} selector
|