Skip to content

Commit

Permalink
Merge pull request #847 from shgysk8zer0/patch/update-rollup-import
Browse files Browse the repository at this point in the history
Update `@shgysk8zer0/rollup-import`
  • Loading branch information
shgysk8zer0 committed May 12, 2023
2 parents 5e3ac25 + a56e507 commit 9b03ff5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 37 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable -->
## [Unreleased]

## [v3.0.3] - 2023-05-12

### Changed
- Update `@shgysk8zer0/rollup-import`

## [v3.0.2] - 2023-05-11

### Fixed
Expand Down
20 changes: 7 additions & 13 deletions importmap.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"imports": {
"theme-cookie": "https://cdn.kernvalley.us/js/std-js/theme-cookie.js",
"share-button": "https://cdn.kernvalley.us/components/share-button.js",
"current-year": "https://cdn.kernvalley.us/components/current-year.js",
"not-supported": "https://cdn.kernvalley.us/components/not-supported.js",
"krv-ad": "https://cdn.kernvalley.us/components/krv/ad.js",
"weather-current": "https://cdn.kernvalley.us/components/weather/current.js",
"github-user": "https://cdn.kernvalley.us/components/github/user.js",
"install-prompt": "https://cdn.kernvalley.us/components/install/prompt.js",
"list-button": "https://cdn.kernvalley.us/components/app/list-button.js",
"app-stores": "https://cdn.kernvalley.us/components/app/stores.js",
"share-to-button": "https://cdn.kernvalley.us/components/share-to-button/share-to-button.js",
"disqus-comments": "https://cdn.kernvalley.us/components/disqus/comments.js",
"window-controls": "https://cdn.kernvalley.us/components/window-controls.js"
"std-js/": "https://cdn.kernvalley.us/js/std-js/",
"leaflet": "https://unpkg.com/leaflet@1.9.3/dist/leaflet-src.esm.js",
"@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.0.5/all.min.js",
"@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.0.5/",
"@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.0.5/",
"@shgysk8zer0/components/": "https://cdn.kernvalley.us/components/",
"@kernvalley/components/": "https://cdn.kernvalley.us/components/krv/"
}
}
29 changes: 16 additions & 13 deletions js/index.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import 'theme-cookie';
import 'share-button';
import 'current-year';
import 'not-supported';
import 'krv-ad';
import 'weather-current';
import 'github-user';
import 'install-prompt';
import 'list-button';
import 'app-stores';
import 'share-to-button';
import 'disqus-comments';
import 'window-controls';
import '@shgysk8zer0/polyfills';
import 'std-js/theme-cookie.js';
import '@shgysk8zer0/kazoo/dom.js';
import '@shgysk8zer0/components/share-button.js';
import '@shgysk8zer0/components/current-year.js';
import '@shgysk8zer0/components/not-supported.js';
import '@kernvalley/components/ad.js';
import '@kernvalley/components/events.js';
import '@shgysk8zer0/components/weather/current.js';
import '@shgysk8zer0/components/github/user.js';
import '@shgysk8zer0/components/install/prompt.js';
import '@shgysk8zer0/components/app/list-button.js';
import '@shgysk8zer0/components/app/stores.js';
import '@shgysk8zer0/components/share-to-button/share-to-button.js';
import '@shgysk8zer0/components/disqus/comments.js';
import '@shgysk8zer0/components/window-controls.js';
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-js-app",
"version": "3.0.2",
"version": "3.0.3",
"engines": {
"node": ">=18.13.0"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@babel/core": "^7.13.15",
"@rollup/plugin-terser": "^0.4.1",
"@shgysk8zer0/rollup-import": "^0.0.3",
"@shgysk8zer0/rollup-import": "^0.0.4",
"cssnano": "^6.0.0",
"cssnano-preset-default": "^6.0.0",
"eslint": "^8.0.1",
Expand Down

0 comments on commit 9b03ff5

Please sign in to comment.