@getvolume/volume-shared
Advanced tools
Comparing version 0.0.13 to 0.0.14-canary.c64cc55
@@ -159,2 +159,3 @@ interface IVolumeContext { | ||
COMPLETED = "COMPLETED", | ||
SETTLED = "SETTLED", | ||
FAILED = "FAILED", | ||
@@ -161,0 +162,0 @@ UNDEFINED = "UNDEFINED" |
@@ -56,2 +56,3 @@ var __defProp = Object.defineProperty; | ||
PaymentStatus2["COMPLETED"] = "COMPLETED"; | ||
PaymentStatus2["SETTLED"] = "SETTLED"; | ||
PaymentStatus2["FAILED"] = "FAILED"; | ||
@@ -58,0 +59,0 @@ PaymentStatus2["UNDEFINED"] = "UNDEFINED"; |
{ | ||
"name": "@getvolume/volume-shared", | ||
"version": "0.0.13", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "yarn build --watch", | ||
"clean": "rm -rf dist .turbo" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"tsup": "^6.7.0" | ||
} | ||
"name": "@getvolume/volume-shared", | ||
"version": "0.0.14-canary.c64cc55", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --dts", | ||
"dev": "yarn build --watch", | ||
"clean": "rm -rf dist .turbo" | ||
}, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"tsup": "^6.7.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9794
4
285