Comparing version 0.0.1 to 0.0.2
@@ -6,4 +6,17 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.message = void 0; | ||
exports.message = "Hello world!"; | ||
__exportStar(require("./api"), exports); |
@@ -1,1 +0,1 @@ | ||
export declare const message = "Hello world!"; | ||
export * from "./api"; |
{ | ||
"name": "fxnjs", | ||
"version": "0.0.1", | ||
"description": "Edge and cloud prediction functions for JavaScript and Node.js AI apps.", | ||
"version": "0.0.2", | ||
"description": "AI prediction functions for JavaScript and Node.js apps.", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "npm run clean && echo Using TypeScript && tsc --version && tsc --pretty", |
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
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
55809
41
1504