js-draw 0.18.0 → 0.18.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 (36) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/bundle.js +1 -1
  3. package/dist/cjs/src/rendering/lib.d.ts +1 -1
  4. package/dist/cjs/src/rendering/lib.js +2 -1
  5. package/dist/mjs/src/rendering/lib.d.ts +1 -1
  6. package/dist/mjs/src/rendering/lib.mjs +1 -1
  7. package/package.json +3 -2
  8. package/src/rendering/lib.ts +1 -1
  9. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -34
  10. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  11. package/.github/ISSUE_TEMPLATE/translation.yml +0 -902
  12. package/.github/pull_request_template.md +0 -15
  13. package/.github/workflows/firebase-hosting-merge.yml +0 -34
  14. package/.github/workflows/firebase-hosting-pull-request.yml +0 -34
  15. package/.github/workflows/github-pages.yml +0 -58
  16. package/.husky/pre-commit +0 -4
  17. package/build_tools/BundledFile.ts +0 -167
  18. package/build_tools/buildTranslationTemplate.ts +0 -121
  19. package/build_tools/bundle.ts +0 -11
  20. package/build_tools/postDist.ts +0 -71
  21. package/dist/cjs/build_tools/BundledFile.d.ts +0 -13
  22. package/dist/cjs/build_tools/BundledFile.js +0 -163
  23. package/dist/cjs/build_tools/buildTranslationTemplate.d.ts +0 -1
  24. package/dist/cjs/build_tools/buildTranslationTemplate.js +0 -119
  25. package/dist/cjs/build_tools/bundle.d.ts +0 -1
  26. package/dist/cjs/build_tools/bundle.js +0 -10
  27. package/dist/cjs/build_tools/postDist.d.ts +0 -1
  28. package/dist/cjs/build_tools/postDist.js +0 -72
  29. package/dist/mjs/build_tools/BundledFile.d.ts +0 -13
  30. package/dist/mjs/build_tools/BundledFile.mjs +0 -157
  31. package/dist/mjs/build_tools/buildTranslationTemplate.d.ts +0 -1
  32. package/dist/mjs/build_tools/buildTranslationTemplate.mjs +0 -94
  33. package/dist/mjs/build_tools/bundle.d.ts +0 -1
  34. package/dist/mjs/build_tools/bundle.mjs +0 -5
  35. package/dist/mjs/build_tools/postDist.d.ts +0 -1
  36. package/dist/mjs/build_tools/postDist.mjs +0 -67
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # 0.18.2
2
+ * Fix essential files missing from NPM.
3
+
4
+ # 0.18.1
5
+ * Fix CommonJS module imports for some usecases.
6
+ - Adds `@babel/runtime` as a dependency, which seems to be required to process some `require` calls.
7
+
1
8
  # 0.18.0
2
9
  * Publish both CommonJS and ES Modules
3
10
  * Fix ES module imports.