Skip to content

Commit 2fdf6fe

Browse files
committed
regen
1 parent 16a03da commit 2fdf6fe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Logs
22

3+
## v0.4.4
4+
5+
- rename `publish` script to `release`
6+
7+
38
## v0.4.3
49

510
- update publish script

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"author":"zbryikt","name":"@plotdb/uploadr","license":"MIT","description":"File Upload Library","version":"0.4.3","style":"index.min.css","browser":"index.min.js","exports":{".":"./server/index.js","./*":"./server/*","./providers/*":"./server/providers/*/index.js"},"homepage":"https://github.com/plotdb/uploadr","repository":{"type":"git","url":"https://github.com/plotdb/uploadr"},"engines":{"node":">=10.14.1","npm":">=6.4.1"},"scripts":{"start":"./node_modules/.bin/lsc web/server.ls","publish":"npx fedep publish; npx fedep publish -g"},"devDependencies":{"@google-cloud/storage":"^5.7.3","@loadingio/bootstrap.ext":"^0.0.12","@plotdb/colors":"^0.0.3","@plotdb/srcbuild":"^0.0.69","@plotdb/suuid":"^0.5.1","@zbryikt/template":"v2.4.1","bootstrap":"^4.6.1","express":"^4.17.1","fedep":"^1.5.0","fs-extra":"^9.1.0","ldcover":"^3.5.4","ldiconfont":"^0.2.8","ldnotify":"^0.0.6","livescript":"^1.6.0","stylus":"^0.55.0","uglify-js":"^3.13.1","uglifycss":"0.0.29"},"dependencies":{"@loadingio/debounce.js":"^1.0.1","@loadingio/paginate":"^0.1.1","@loadingio/ldquery":"^3.0.6","express-formidable":"github:plotdb/express-formidable","imgtype":"github:plotdb/imgtype","ldloader":"^3.0.3","ldview":"^1.5.1","proxise":"^1.0.1"},"peerDependencies":{"@loadingio/debounce.js":"^1.0.1","@loadingio/paginate":"^0.1.1","@loadingio/ldquery":"^3.0.6","ldloader":"^3.0.3","ldview":"^1.5.1","proxise":"^1.0.1"},"frontendDependencies":{"root":"web/static/assets/lib","modules":["bootstrap","@loadingio/bootstrap.ext","@loadingio/ldquery","@loadingio/paginate","ldiconfont","@loadingio/debounce.js","proxise","ldview","ldcover","ldloader","ldnotify"]}}
1+
{"author":"zbryikt","name":"@plotdb/uploadr","license":"MIT","description":"File Upload Library","version":"0.4.4","style":"index.min.css","browser":"index.min.js","exports":{".":"./server/index.js","./*":"./server/*","./providers/*":"./server/providers/*/index.js"},"homepage":"https://github.com/plotdb/uploadr","repository":{"type":"git","url":"https://github.com/plotdb/uploadr"},"engines":{"node":">=10.14.1","npm":">=6.4.1"},"scripts":{"start":"./node_modules/.bin/lsc web/server.ls","release":"npx fedep publish; npx fedep publish -g"},"devDependencies":{"@google-cloud/storage":"^5.7.3","@loadingio/bootstrap.ext":"^0.0.12","@plotdb/colors":"^0.0.3","@plotdb/srcbuild":"^0.0.69","@plotdb/suuid":"^0.5.1","@zbryikt/template":"v2.4.1","bootstrap":"^4.6.1","express":"^4.17.1","fedep":"^1.5.0","fs-extra":"^9.1.0","ldcover":"^3.5.4","ldiconfont":"^0.2.8","ldnotify":"^0.0.6","livescript":"^1.6.0","stylus":"^0.55.0","uglify-js":"^3.13.1","uglifycss":"0.0.29"},"dependencies":{"@loadingio/debounce.js":"^1.0.1","@loadingio/paginate":"^0.1.1","@loadingio/ldquery":"^3.0.6","express-formidable":"github:plotdb/express-formidable","imgtype":"github:plotdb/imgtype","ldloader":"^3.0.3","ldview":"^1.5.1","proxise":"^1.0.1"},"peerDependencies":{"@loadingio/debounce.js":"^1.0.1","@loadingio/paginate":"^0.1.1","@loadingio/ldquery":"^3.0.6","ldloader":"^3.0.3","ldview":"^1.5.1","proxise":"^1.0.1"},"frontendDependencies":{"root":"web/static/assets/lib","modules":["bootstrap","@loadingio/bootstrap.ext","@loadingio/ldquery","@loadingio/paginate","ldiconfont","@loadingio/debounce.js","proxise","ldview","ldcover","ldloader","ldnotify"]}}

0 commit comments

Comments
 (0)