Skip to content

Commit

Permalink
Webtask Editor Upgrade (#13)
Browse files Browse the repository at this point in the history
* Upgrade the extend log editor.

* Bump version to 1.3.0

* Debump version down to 1.3.1 as this is more of a patch.
  • Loading branch information
shawnmclean authored Jul 10, 2018
1 parent aa004f7 commit f42209f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var logsTemplate = s(function () {/*
<link rel="stylesheet" type="text/css" href="https://cdn.auth0.com/manage/v0.3.973/css/index.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.auth0.com/styleguide/3.1.6/index.css">
<link rel="stylesheet" type="text/css" href="https://cdn.auth0.com/webtask-editor/styles/1/wt-editor.min.css">
<script type="text/javascript" src="https://cdn.auth0.com/auth0-extend/components/1/extend-editor-logs.js"></script>
<script type="text/javascript" src="https://cdn.auth0.com/auth0-extend/components/2/extend-editor-logs.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="https://fb.me/react-0.14.0.min.js"></script>
<script type="text/javascript" src="https://fb.me/react-dom-0.14.0.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-extension-realtime-logs",
"version": "1.3.0",
"version": "1.3.1",
"description": "Access real-time webtask logs",
"scripts": {
"deploy": "wt create ./build/bundle.js --name logs --no-parse --no-merge"
Expand Down
2 changes: 1 addition & 1 deletion webtask.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Real-time Webtask Logs",
"name": "auth0-extension-realtime-logs",
"version": "1.3.0",
"version": "1.3.1",
"author": "Auth0, Inc",
"description": "Access real-time webtask logs",
"type": "application",
Expand Down

0 comments on commit f42209f

Please sign in to comment.