You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@apache.org on 2021/07/08 05:09:03 UTC

[openwhisk-website] branch asf-site updated: Automatic Site Publish by Jenkins

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4875626  Automatic Site Publish by Jenkins
4875626 is described below

commit 4875626289666c73a6579a8b433ecb734ac70b11
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Jul 8 05:09:00 2021 +0000

    Automatic Site Publish by Jenkins
---
 downloads.html    | 8 ++++----
 feed.xml          | 2 +-
 package-lock.json | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/downloads.html b/downloads.html
index 20f0924..8b621d4 100644
--- a/downloads.html
+++ b/downloads.html
@@ -426,15 +426,15 @@ function addListenersToSections()
                       <div class="component-releases-structure theme-deeper-sky-blue">
                         <p><ctitle>OpenWhisk Runtime Node.js</ctitle>Supports functions written for Node.js v10, v12 or v14.</p>
                         <div class="component-release-artifact-list border-deeper-sky-blue">
-                          <version>1.17.0</version>
+                          <version>1.18.0</version>
                           <a
-                            href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz">
+                            href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-nodejs-1.18.0-sources.tar.gz">
                             Source code</a>
                           <a
-                            href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.sha512">
+                            href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.18.0-sources.tar.gz.sha512">
                             SHA-512 checksum</a>
                           <a
-                            href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.17.0-sources.tar.gz.asc">
+                            href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.18.0-sources.tar.gz.asc">
                             PGP signature</a>
                         </div>
                       </div>
diff --git a/feed.xml b/feed.xml
index 0aa9fae..b8d2509 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-06-17T14:23:51+00:00</updated><id>/feed.xml</id><title type="html">Apache OpenWhisk is a serverless, open source cloud platform</title><subtitle>An open source platform for serverless, event-driven code at any  [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2021-07-08T05:08:55+00:00</updated><id>/feed.xml</id><title type="html">Apache OpenWhisk is a serverless, open source cloud platform</title><subtitle>An open source platform for serverless, event-driven code at any  [...]
 </subtitle></feed>
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 0dadc74..c8a6b54 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -649,9 +649,9 @@
       "dev": true
     },
     "convert-source-map": {
-      "version": "1.7.0",
-      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
-      "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
+      "version": "1.8.0",
+      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+      "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
       "dev": true,
       "requires": {
         "safe-buffer": "~5.1.1"