qdone 2.0.2-alpha → 2.0.3-alpha
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.
- package/npm-shrinkwrap.json +14118 -8334
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qdone",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3-alpha",
|
|
4
4
|
"description": "Language agnostic job queue for SQS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"lint": "standard",
|
|
44
44
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
45
45
|
"standard": "standard",
|
|
46
|
-
"prep-for-publish": "pnpm run clean && pnpm run build && npm shrinkwrap --production && echo now commit shrinkwrap and use npm run publish-{next,latest}",
|
|
46
|
+
"prep-for-publish": "echo YOU MUST USE NPM TO PREP FOR PUBLISH && pnpm run clean && pnpm run build && npm shrinkwrap --production && echo now commit shrinkwrap and use npm run publish-{next,latest}",
|
|
47
47
|
"publish-latest": "npm publish --tag latest",
|
|
48
48
|
"publish-next": "npm publish --tag next"
|
|
49
49
|
},
|