Comparing version 1.20.6 to 1.20.7
@@ -5,4 +5,12 @@ ### Changelog | ||
#### [v1.20.7](https://github.com/permafrost-dev/node-ray/compare/v1.20.6...v1.20.7) | ||
- Update README.md [`450a7d3`](https://github.com/permafrost-dev/node-ray/commit/450a7d30e413ba266008d83de2fa6f21b872dbab) | ||
- Remove unnecessary line in package.json preversion script [`7c83962`](https://github.com/permafrost-dev/node-ray/commit/7c83962cf0a2c142212ad1e94de2d2e423915b11) | ||
- fixes [`2e5b54b`](https://github.com/permafrost-dev/node-ray/commit/2e5b54b309b32bf6db033079663e52831a889442) | ||
#### [v1.20.6](https://github.com/permafrost-dev/node-ray/compare/v1.20.5...v1.20.6) | ||
> 12 May 2023 | ||
- Remove unnecessary line in package.json preversion script [`c4c87bc`](https://github.com/permafrost-dev/node-ray/commit/c4c87bc265d06e8725cff201dda1de1e84f71088) | ||
@@ -9,0 +17,0 @@ - fixes [`dfa9333`](https://github.com/permafrost-dev/node-ray/commit/dfa9333b24e59a56ea693aec05d4d9c4d052de41) |
{ | ||
"name": "node-ray", | ||
"version": "1.20.6", | ||
"version": "1.20.7", | ||
"description": "Debug NodeJS with Ray to fix problems faster", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -75,6 +75,9 @@ <p align="center"> | ||
`node-ray` may be directly used within a web page via a script tag. The standalone version includes everything _except_ the axios library. | ||
> **Important Note** - As of version `1.20.6`, you should no longer include `axios` as a separate `<script>` tag. | ||
> | ||
> It is now included in the standalone build. | ||
`node-ray` may be directly used within a web page via a script tag. The standalone version includes all required libraries, **including** axios. | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/axios@latest"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/node-ray@latest/dist/standalone.min.js"></script> | ||
@@ -91,4 +94,3 @@ <script> | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/axios@latest"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/node-ray@latest/dist/standalone.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/node-ray@latest/dist/standalone.min.js"></script> | ||
<script> | ||
@@ -95,0 +97,0 @@ rayInit(window); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2836421
374