roosterjs 8.34.0 → 8.35.0
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 +1 -1
- package/dist/rooster-amd-min.js +1 -1
- package/dist/rooster-amd-min.js.map +1 -1
- package/dist/rooster-amd.d.ts +25 -4
- package/dist/rooster-amd.js +335 -149
- package/dist/rooster-amd.js.map +1 -1
- package/dist/rooster-min.js +1 -1
- package/dist/rooster-min.js.map +1 -1
- package/dist/rooster.d.ts +25 -4
- package/dist/rooster.js +335 -149
- package/dist/rooster.js.map +1 -1
- package/package.json +7 -7
- package/tsconfig.child.tsbuildinfo +1 -1
package/README.md
CHANGED
|
@@ -289,7 +289,7 @@ Currently we have very few external dependencies. Before adding any new dependen
|
|
|
289
289
|
A dependency package under MIT license is good to be used for RoosterJs. For other licenses, we need
|
|
290
290
|
to review and see if we can take it as a dependency.
|
|
291
291
|
|
|
292
|
-
If you still feel a new dependency is required after checking these
|
|
292
|
+
If you still feel a new dependency is required after checking these questions, we can review it and
|
|
293
293
|
finally decide whether we should add the new dependency.
|
|
294
294
|
|
|
295
295
|
For build time dependencies, it is more flexable to add new dependencies since it won't increase runtime
|