@agnostack/verifyd 1.0.13 → 1.0.14-beta.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.
- package/CHANGELOG.md +14 -0
- package/dist/lib/utils/rawbody.d.ts.map +1 -1
- package/dist/lib/utils/rawbody.js +5 -4
- package/dist/lib/utils/rawbody.js.map +1 -1
- package/dist/umd/lib/index.js +1162 -1
- package/dist/umd/lib/index.js.map +1 -1
- package/dist/umd/lib/lib/utils/rawbody.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rawbody.d.ts","sourceRoot":"","sources":["../../../src/lib/utils/rawbody.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"rawbody.d.ts","sourceRoot":"","sources":["../../../src/lib/utils/rawbody.js"],"names":[],"mappings":"AAiBO,sDAON"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnostack/verifyd",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14-beta.2",
|
|
4
4
|
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
|
|
5
5
|
"owner": "agnoStack",
|
|
6
6
|
"description": "Please contact agnoStack via info@agnostack.com for any questions",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"scripts": {
|
|
46
46
|
"prebuild": "tsc --build --clean && npx rimraf dist _storage",
|
|
47
47
|
"prebuild:staging": "tsc --build --clean && npx rimraf dist _storage",
|
|
48
|
-
"build": "tsc &&
|
|
48
|
+
"build": "tsc && rollup -c",
|
|
49
49
|
"build:staging": "tsc && ENVIRONMENT=staging rollup -c",
|
|
50
50
|
"clean": "npx rimraf dist node_modules _storage",
|
|
51
51
|
"clean:install": "yarn clean && yarn install --force",
|