@favid-inc/api
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -1,1 +0,3 @@ | ||
export * from "./models"; | ||
export * from "./model"; | ||
import * as AppArtist from "./app-artist"; | ||
export { AppArtist }; |
@@ -5,3 +5,12 @@ "use strict"; | ||
} | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./models")); | ||
__export(require("./model")); | ||
var AppArtist = __importStar(require("./app-artist")); | ||
exports.AppArtist = AppArtist; |
{ | ||
"name": "@favid-inc/api", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "API for Favid Project", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/favid-inc/api#readme", |
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
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
6096
175
18