@nebula.js/sn-text 1.2.4 → 1.2.6
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 +2 -2
- package/api-spec/spec.json +1 -1
- package/core/esm/index.js +10 -29
- package/core/package.json +1 -1
- package/dist/sn-text.js +10 -29
- package/dist/sn-text.systemjs.js +9 -18
- package/package.json +8 -6
- package/sn-text-ext/dist/sn-text.js +10 -29
- package/sn-text-ext/sn-text.qext +1 -1
package/README.md
CHANGED
|
@@ -26,11 +26,11 @@ embeddable.render({
|
|
|
26
26
|
|
|
27
27
|
## Requirements
|
|
28
28
|
|
|
29
|
-
Requires `@nebula.js/stardust` version `>=
|
|
29
|
+
Requires `@nebula.js/stardust` version `>=5.0.0`.
|
|
30
30
|
|
|
31
31
|
## Installing
|
|
32
32
|
|
|
33
|
-
If you use npm: `
|
|
33
|
+
If you use npm: `pnpm install @nebula.js/sn-text`. You can also load through the script tag directly from any of the CDNs that supports NPM packages, for example: [unpkg](https://unpkg.com/@nebula.js/sn-text).
|
|
34
34
|
|
|
35
35
|
<!--
|
|
36
36
|
## API
|