@putout/bundle 3.18.6 → 3.19.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 +2 -2
- package/bundle/putout.js +971 -1069
- package/bundle/putout.min.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ When you need to use `@putout/plugin-putout` use:
|
|
|
30
30
|
|
|
31
31
|
```js
|
|
32
32
|
import {putout} from 'https://esm.sh/@putout/bundle';
|
|
33
|
-
import pluginPutout from 'https://esm.sh/@putout/plugin-putout?alias=putout
|
|
33
|
+
import pluginPutout from 'https://esm.sh/@putout/plugin-putout?alias=putout:@putout/bundle';
|
|
34
34
|
|
|
35
35
|
console.log(putout('compare(a, b)', {
|
|
36
36
|
plugins: [
|
|
@@ -50,7 +50,7 @@ console.log(putout('compare(a, b)', {
|
|
|
50
50
|
When you want to access `putout` from global scope using `script` tag, use:
|
|
51
51
|
|
|
52
52
|
```html
|
|
53
|
-
<script src="https://cdn.jsdelivr.net/npm/@putout/bundle@
|
|
53
|
+
<script src="https://cdn.jsdelivr.net/npm/@putout/bundle@3/bundle/putout-iife.js"></script>
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
## License
|