rocketride 1.0.5 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="../images/banner-typescript.svg" alt="RocketRide TypeScript SDK" width="900">
2
+ <img src="https://raw.githubusercontent.com/rocketride-org/rocketride-server/main/images/banner-typescript.png" alt="RocketRide TypeScript SDK" width="900">
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -42,7 +42,7 @@ await client.disconnect();
42
42
  Don't have a pipeline yet? Visit [RocketRide on GitHub](https://github.com/rocketride-org/rocketride-server) or download the extension directly in your IDE.
43
43
 
44
44
  <p align="center">
45
- <img src="../images/install.png" alt="Install RocketRide extension" width="600">
45
+ <img src="https://raw.githubusercontent.com/rocketride-org/rocketride-server/main/images/install.png" alt="Install RocketRide extension" width="600">
46
46
  </p>
47
47
 
48
48
  ## What is RocketRide?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocketride",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "author": "RocketRide, Inc.",
5
5
  "license": "MIT",
6
6
  "description": "TypeScript client for RocketRide data processing and AI services",