Comparing version 0.0.14 to 0.0.16
@@ -1,1 +0,10 @@ | ||
"use strict";(()=>{var s={app:o=>{window.iacConfig={message:`Hello ${o.message} from Mobot in the web!`}}};})(); | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mobot = void 0; | ||
exports.mobot = { | ||
app: (config) => { | ||
window.iacConfig = { | ||
message: `Hello ${config.message} from Mobot in the web!`, | ||
}; | ||
}, | ||
}; |
{ | ||
"name": "mobot-js", | ||
"version": "0.0.14", | ||
"version": "0.0.16", | ||
"scripts": { | ||
"build": "esbuild src/MobotJs.ts --bundle --minify --outfile=dist/MobotJs.js --tsconfig=tsconfig.json", | ||
"build": "tsc", | ||
"pub": "sucrase-node pub.ts", | ||
@@ -7,0 +7,0 @@ "pub:minor": "sucrase-node pub.ts -m", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
838
15
0