@jaysalvat/smart-model
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@jaysalvat/smart-model", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Javascript object model", | ||
@@ -5,0 +5,0 @@ "main": "./build/smart-model.umd.js", |
import { terser } from 'rollup-plugin-terser' | ||
import pkg from './package.json' | ||
const NAME = 'Model' | ||
const FILENAME = 'model' | ||
const NAME = 'smartModel' | ||
const FILENAME = 'smart-model' | ||
const SRC = './src' | ||
@@ -15,8 +15,8 @@ const DIST = './build' | ||
const bannerLight = `/*! ${FILENAME} v${pkg.version} */` | ||
const bannerLight = `/*! ${NAME} v${pkg.version} */` | ||
const bannerFull = ` | ||
/**! | ||
* ${FILENAME} | ||
* ${NAME} | ||
* ${pkg.description} | ||
* https://github.com/jaysalvat/super-store | ||
* https://github.com/jaysalvat/${FILENAME} | ||
* @version ${pkg.version} built ${DATE} | ||
@@ -23,0 +23,0 @@ * @license ${pkg.license} |
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
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
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
28902
1