static-social-link
Advanced tools
Comparing version 0.0.14 to 0.0.15
# static-social-link | ||
## 0.0.15 | ||
### Patch Changes | ||
- 15 | ||
## 0.0.14 | ||
@@ -4,0 +10,0 @@ |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.chyme = {})); | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["static-social-link"] = {})); | ||
})(this, (function (exports) { 'use strict'; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "static-social-link", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "base utils for use in component libraries", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.js", |
@@ -18,3 +18,3 @@ import commonjs from '@rollup/plugin-commonjs'; | ||
format: 'umd', | ||
name: 'chyme', | ||
name: pkg.name, | ||
sourcemap: true | ||
@@ -21,0 +21,0 @@ }, |
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
29238