Skip to content

Commit a09b43d

Browse files
author
Developer
committed
chore: bump version to 0.3.0 and rename package to s5js
- Rename package from 's5' to 's5js' for clarity - Version: 0.3.0 (Phase 6 completion) - Phase 6: Advanced Media Processing complete - Phase 6.5: Advanced CID API complete (74 tests) - Phase 7: Testing & Performance 85% complete - Bundle size: 60.09 KB compressed (10x under requirement) - Total: 280+ tests passing across 30+ test files - Tarball: s5js-0.3.0.tgz ready for Sia Foundation Phase 6 review
1 parent 950795e commit a09b43d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2-
"name": "s5",
3-
"version": "0.2.0",
2+
"name": "s5js",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Use S5",
66
"main": "./dist/src/index.js",
77
"module": "./dist/src/index.js",
88
"types": "./dist/src/index.d.ts",
99
"sideEffects": false,
10+
"files": [
11+
"dist/",
12+
"README.md",
13+
"LICENSE",
14+
"package.json"
15+
],
1016
"exports": {
1117
".": {
1218
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)