Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 35e4458

Browse files
authored
Version 1.0.2
2 parents ce039db + b51b023 commit 35e4458

File tree

5 files changed

+112
-5
lines changed

5 files changed

+112
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
44
and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## 1.0.2
7+
8+
### Changed
9+
10+
- Bump @zeit/ncc from 0.20.5 to 0.21.1
11+
612
## 1.0.1
713

814
### Changed

dist/index.js

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,75 @@ module.exports = __nested_webpack_require_1678__(357);
412412
/***/ 429:
413413
/***/ (function(module, __unusedexports, __nested_webpack_require_1678__) {
414414

415+
module.exports =
416+
/******/ (function(modules, runtime) { // webpackBootstrap
417+
/******/ "use strict";
418+
/******/ // The module cache
419+
/******/ var installedModules = {};
420+
/******/
421+
/******/ // The require function
422+
/******/ function __webpack_require__(moduleId) {
423+
/******/
424+
/******/ // Check if module is in cache
425+
/******/ if(installedModules[moduleId]) {
426+
/******/ return installedModules[moduleId].exports;
427+
/******/ }
428+
/******/ // Create a new module (and put it into the cache)
429+
/******/ var module = installedModules[moduleId] = {
430+
/******/ i: moduleId,
431+
/******/ l: false,
432+
/******/ exports: {}
433+
/******/ };
434+
/******/
435+
/******/ // Execute the module function
436+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
437+
/******/
438+
/******/ // Flag the module as loaded
439+
/******/ module.l = true;
440+
/******/
441+
/******/ // Return the exports of the module
442+
/******/ return module.exports;
443+
/******/ }
444+
/******/
445+
/******/
446+
/******/ __webpack_require__.ab = __dirname + "/";
447+
/******/
448+
/******/ // the startup function
449+
/******/ function startup() {
450+
/******/ // Load entry module and return exports
451+
/******/ return __webpack_require__(429);
452+
/******/ };
453+
/******/
454+
/******/ // run startup
455+
/******/ return startup();
456+
/******/ })
457+
/************************************************************************/
458+
/******/ ({
459+
460+
/***/ 87:
461+
/***/ (function(module) {
462+
463+
module.exports = __nested_webpack_require_1678__(87);
464+
465+
/***/ }),
466+
467+
/***/ 129:
468+
/***/ (function(module) {
469+
470+
module.exports = __nested_webpack_require_1678__(129);
471+
472+
/***/ }),
473+
474+
/***/ 357:
475+
/***/ (function(module) {
476+
477+
module.exports = __nested_webpack_require_1678__(357);
478+
479+
/***/ }),
480+
481+
/***/ 429:
482+
/***/ (function(module, __unusedexports, __nested_webpack_require_1678__) {
483+
415484
module.exports =
416485
/******/ (function(modules, runtime) { // webpackBootstrap
417486
/******/ "use strict";
@@ -6234,6 +6303,38 @@ module.exports = __nested_webpack_require_1678__(747);
62346303
/***/ 614:
62356304
/***/ (function(module) {
62366305

6306+
module.exports = __nested_webpack_require_1678__(614);
6307+
6308+
/***/ }),
6309+
6310+
/***/ 622:
6311+
/***/ (function(module) {
6312+
6313+
module.exports = __nested_webpack_require_1678__(622);
6314+
6315+
/***/ }),
6316+
6317+
/***/ 669:
6318+
/***/ (function(module) {
6319+
6320+
module.exports = __nested_webpack_require_1678__(669);
6321+
6322+
/***/ }),
6323+
6324+
/***/ 747:
6325+
/***/ (function(module) {
6326+
6327+
module.exports = __nested_webpack_require_1678__(747);
6328+
6329+
/***/ })
6330+
6331+
/******/ });
6332+
6333+
/***/ }),
6334+
6335+
/***/ 614:
6336+
/***/ (function(module) {
6337+
62376338
module.exports = __webpack_require__(614);
62386339

62396340
/***/ }),

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: arillso
33
name: test_do_not_use
4-
version: 0.0.5
4+
version: 0.0.6
55
readme: README.md
66
authors:
77
- Simon Baerlocher (@sbaerlocher) <s.baerlocher@sbaerlocher.ch>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/jest": "^24.0.23",
3232
"@types/node": "^12.7.12",
3333
"@typescript-eslint/parser": "^2.8.0",
34-
"@zeit/ncc": "^0.21.0",
34+
"@zeit/ncc": "^0.21.1",
3535
"eslint": "^5.16.0",
3636
"eslint-plugin-github": "^2.0.0",
3737
"eslint-plugin-jest": "^22.21.0",

0 commit comments

Comments
 (0)