contential
Advanced tools
Comparing version 0.0.12 to 0.0.13
declare const contential: () => void; | ||
export { contential, contential as default }; | ||
export { contential }; |
@@ -0,9 +1,32 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
var __copyProps = (to, from, except, desc) => { | ||
if (from && typeof from === "object" || typeof from === "function") { | ||
for (let key of __getOwnPropNames(from)) | ||
if (!__hasOwnProp.call(to, key) && key !== except) | ||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); | ||
} | ||
return to; | ||
}; | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
contential: () => contential | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
var contential = () => { | ||
console.log("Contential"); | ||
console.log("contential"); | ||
}; | ||
var src_default = contential; | ||
export { | ||
contential, | ||
src_default as default | ||
}; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
contential | ||
}); |
{ | ||
"name": "contential", | ||
"version": "0.0.12", | ||
"description": "Contential TypeScript client", | ||
"author": "Marcel Thomas", | ||
"version": "0.0.13", | ||
"license": "MIT", | ||
@@ -10,13 +8,5 @@ "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "tsup src/index.ts --format cjs,esm --dts --watch", | ||
"clean": "rimraf dist", | ||
"build": "npm-run-all clean build:main", | ||
"build:main": "tsup src/index.ts --format cjs,esm --dts", | ||
"lint": "tsc" | ||
}, | ||
"dependencies": {}, | ||
"private": false, | ||
"devDependencies": { | ||
"@types/node": "^20.4.1", | ||
"eslint": "^7.32.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -26,16 +16,13 @@ "rimraf": "^5.0.1", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.1.6", | ||
"eslint-config-custom": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/contential/contential-ts.git" | ||
}, | ||
"keywords": [ | ||
"contential", | ||
"ai" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/contential/contential-ts/issues" | ||
}, | ||
"homepage": "https://contential.ai" | ||
} | ||
"scripts": { | ||
"dev": "tsup src/index.ts --dts --watch", | ||
"clean": "rimraf dist", | ||
"build": "npm-run-all clean build:main", | ||
"build:main": "tsup src/index.ts --format cjs,esm --dts", | ||
"lint": "eslint \"**/*.ts*\"" | ||
} | ||
} |
{ | ||
"compilerOptions": { | ||
"target": "es2016", | ||
"module": "commonjs", | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"strict": true, | ||
"skipLibCheck": true, | ||
"noUncheckedIndexedAccess": true, | ||
"noEmit": true | ||
} | ||
"extends": "tsconfig/base.json", | ||
"include": ["."], | ||
"exclude": ["dist", "node_modules"] | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
3193
8
9
48
2
2
0
1
No