@vlsdev/s3-portable 1.0.1 → 1.0.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 +0 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,19 +123,4 @@ try {
123
123
  }
124
124
  ```
125
125
 
126
- ## Local development
127
126
 
128
- ```bash
129
- npm install
130
- npm run build
131
- npm run typecheck
132
- ```
133
-
134
- ## Publishing (public package)
135
-
136
- ```bash
137
- npm run build
138
- npm run typecheck
139
- npm version patch --no-git-tag-version
140
- npm publish --access public
141
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vlsdev/s3-portable",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Portable S3 service package for microservices.",
5
5
  "license": "MIT",
6
6
  "type": "module",