Comparing version 1.3.0 to 1.3.1
@@ -21,3 +21,4 @@ { | ||
"push": "yarn test && git push origin", | ||
"prepublishOnly": "yarn build && yarn test" | ||
"prepublishOnly": "yarn build && yarn test", | ||
"publish": "yarn publish dist" | ||
}, | ||
@@ -41,3 +42,3 @@ "dependencies": { | ||
"files": [ | ||
"dist", | ||
"dist/*", | ||
"!**/*.tsbuildinfo" | ||
@@ -44,0 +45,0 @@ ], |
@@ -5,5 +5,5 @@ { | ||
"repository": "https://github.com/CompeyDev/roblox.js", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "dist/index.js", | ||
"typings": "index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"author": "hi@devcomp.xyz", | ||
@@ -17,9 +17,2 @@ "license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"watch": "tsc -w", | ||
"build": "tsc && bash export.sh", | ||
"test": "mocha tests/tests.mocha.ts", | ||
"push": "yarn test && git push origin", | ||
"prepublishOnly": "yarn build && yarn test" | ||
}, | ||
"dependencies": { | ||
@@ -42,3 +35,3 @@ "axios": "^0.27.2", | ||
"files": [ | ||
"dist", | ||
"dist/*", | ||
"!**/*.tsbuildinfo" | ||
@@ -48,3 +41,9 @@ ], | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"watch": "tsc -w", | ||
"build": "tsc && bash export.sh", | ||
"test": "mocha tests/tests.mocha.ts", | ||
"push": "pnpm test && git push origin" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
34779
18
618