@shipstatic/ship 0.1.1 → 0.1.2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Ship CLI & SDK
1
+ # 🚢 Ship CLI & SDK
2
2
 
3
3
  A modern, lightweight SDK and CLI for deploying static files, designed for both **Node.js** and **Browser** environments with a clean resource-based API.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipstatic/ship",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "SDK & CLI for Shipstatic platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -49,7 +49,7 @@
49
49
  "author": "ShipStatic",
50
50
  "license": "MIT",
51
51
  "dependencies": {
52
- "@shipstatic/types": "^0.1.1",
52
+ "@shipstatic/types": "^0.1.2",
53
53
  "cli-table3": "^0.6.5",
54
54
  "commander": "^12.1.0",
55
55
  "cosmiconfig": "^9.0.0",