@okamjs/okam
Advanced tools
Comparing version 0.0.32 to 0.0.33-canary.20231106.1
@@ -14,2 +14,4 @@ /* tslint:disable */ | ||
meta?: boolean; | ||
preserveModules?: boolean; | ||
preserveModulesRoot?: string; | ||
}; | ||
@@ -68,2 +70,4 @@ resolve?: { | ||
clean?: boolean; | ||
nodePolyfill?: boolean; | ||
ignores?: string[]; | ||
}, watch: boolean): Promise<void> |
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.0.32", | ||
"version": "0.0.33-canary.20231106.1", | ||
"main": "index.js", | ||
@@ -24,7 +24,2 @@ "types": "index.d.ts", | ||
}, | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.0.32", | ||
"@okamjs/okam-darwin-x64": "0.0.32", | ||
"@okamjs/okam-linux-x64-gnu": "0.0.32" | ||
}, | ||
"scripts": { | ||
@@ -38,2 +33,3 @@ "artifacts": "napi artifacts", | ||
"build:debug": "napi build --platform", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"test": "ava", | ||
@@ -43,3 +39,8 @@ "universal": "napi universal", | ||
"release": "esno scripts/release.ts" | ||
}, | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.0.33-canary.20231106.1", | ||
"@okamjs/okam-darwin-x64": "0.0.33-canary.20231106.1", | ||
"@okamjs/okam-linux-x64-gnu": "0.0.33-canary.20231106.1" | ||
} | ||
} |
@@ -10,2 +10,6 @@ import 'zx/globals'; | ||
// Check docker status | ||
console.log('Check docker status'); | ||
await $`docker ps`; | ||
// Check git status | ||
@@ -12,0 +16,0 @@ console.log('Check git status'); |
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
435
14614
5