@particle-network/provider
Advanced tools
Comparing version 0.9.1 to 0.9.2-alpha.0
{ | ||
"name": "@particle-network/provider", | ||
"version": "0.9.1", | ||
"version": "0.9.2-alpha.0", | ||
"files": [ | ||
"es", | ||
"lib", | ||
@@ -9,2 +10,3 @@ "LICENSE" | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"types": "lib/types/index.d.ts", | ||
@@ -23,3 +25,3 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@particle-network/auth": "^0.9.1", | ||
"@particle-network/auth": "^0.9.2-alpha.0", | ||
"@types/uuid": "^8.3.4", | ||
@@ -30,7 +32,7 @@ "ts-loader": "^9.3.1", | ||
"scripts": { | ||
"build": "yarn clean && tsc -p tsconfig.json", | ||
"clean": "shx rm -rf lib/*", | ||
"build": "yarn clean && tsc -p tsconfig.json && node ./esBuild.js", | ||
"clean": "shx rm -rf lib/* && shx rm -rf es/*", | ||
"build:min.js": "webpack" | ||
}, | ||
"gitHead": "663bf3f0d5da24067b256832d8083a14db41c267" | ||
"gitHead": "68eb65880de1ab37bb6534aa36ad44ce133cc782" | ||
} |
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
108208
23
1288