Skip to content

Commit

Permalink
Bump version & npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Sep 6, 2024
1 parent 18b26c0 commit 3d5ec1a
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion front-end/ui.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var require_ui = __commonJS({
*/
constructor(win, extLog, jsonHighlight) {
//#region --- Class variables ---
__publicField(this, "version", "7.0.3-src");
__publicField(this, "version", "7.0.4-src");
// List of tags and attributes not in sanitise defaults but allowed in uibuilder.
__publicField(this, "sanitiseExtraTags", ["uib-var"]);
__publicField(this, "sanitiseExtraAttribs", ["variable", "report", "undefined"]);
Expand Down
2 changes: 1 addition & 1 deletion front-end/ui.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front-end/ui.esm.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front-end/ui.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
constructor(win, extLog, jsonHighlight) {
//#region --- Class variables ---
__publicField(this, "version", "7.0.3-src");
__publicField(this, "version", "7.0.4-src");
// List of tags and attributes not in sanitise defaults but allowed in uibuilder.
__publicField(this, "sanitiseExtraTags", ["uib-var"]);
__publicField(this, "sanitiseExtraAttribs", ["variable", "report", "undefined"]);
Expand Down
2 changes: 1 addition & 1 deletion front-end/ui.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front-end/ui.iife.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions front-end/uibuilder.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var require_ui = __commonJS({
*/
constructor(win, extLog, jsonHighlight) {
//#region --- Class variables ---
__publicField(this, "version", "7.0.3-src");
__publicField(this, "version", "7.0.4-src");
// List of tags and attributes not in sanitise defaults but allowed in uibuilder.
__publicField(this, "sanitiseExtraTags", ["uib-var"]);
__publicField(this, "sanitiseExtraAttribs", ["variable", "report", "undefined"]);
Expand Down Expand Up @@ -5057,7 +5057,7 @@ __publicField(_ApplyTemplate, "props", ["template-id", "once"]);
var ApplyTemplate = _ApplyTemplate;

// src/front-end-module/uibuilder.module.js
var version = "7.0.3-esm";
var version = "7.0.4-esm";
var isMinified = !/param/.test(function(param) {
});
function log() {
Expand Down
2 changes: 1 addition & 1 deletion front-end/uibuilder.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front-end/uibuilder.esm.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions front-end/uibuilder.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/
constructor(win, extLog, jsonHighlight) {
//#region --- Class variables ---
__publicField(this, "version", "7.0.3-src");
__publicField(this, "version", "7.0.4-src");
// List of tags and attributes not in sanitise defaults but allowed in uibuilder.
__publicField(this, "sanitiseExtraTags", ["uib-var"]);
__publicField(this, "sanitiseExtraAttribs", ["variable", "report", "undefined"]);
Expand Down Expand Up @@ -5059,7 +5059,7 @@

// src/front-end-module/uibuilder.module.js
var import_meta = {};
var version = "7.0.3-iife";
var version = "7.0.4-iife";
var isMinified = !/param/.test(function(param) {
});
function log() {
Expand Down
2 changes: 1 addition & 1 deletion front-end/uibuilder.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion front-end/uibuilder.iife.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const stdio = 'inherit'
// @ts-ignore Find the module version in the package.json
const { version } = JSON.parse(fs.readFileSync('package.json'))
// Desired release version
const release = '7.0.3'
const release = '7.0.4'
// Wanted node.js version - used for ESBUILD
const nodeVersion = 'node18.12'

Expand Down
2 changes: 1 addition & 1 deletion nodes/libs/ui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const Ui = class Ui2 {
//#region --- Class variables ---
version = "7.0.3-node";
version = "7.0.4-node";
// List of tags and attributes not in sanitise defaults but allowed in uibuilder.
sanitiseExtraTags = ["uib-var"];
sanitiseExtraAttribs = ["variable", "report", "undefined"];
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": "node-red-contrib-uibuilder",
"version": "7.0.3",
"version": "7.0.4",
"description": "Easily create data-driven web UI's for Node-RED using any (or no) front-end library.",
"scripts": {
"preinstall": "node ./bin/uibpreinstalljs",
Expand Down
2 changes: 1 addition & 1 deletion src/front-end-module/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

const Ui = class Ui {
//#region --- Class variables ---
version = '7.0.3-src'
version = '7.0.4-src'

// List of tags and attributes not in sanitise defaults but allowed in uibuilder.
sanitiseExtraTags = ['uib-var']
Expand Down
2 changes: 1 addition & 1 deletion src/front-end-module/uibuilder.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import UibVar from '../components/uib-var'
import UibMeta from '../components/uib-meta'
import ApplyTemplate from '../components/apply-template'

const version = '7.0.3-src'
const version = '7.0.4-src'

// TODO Add option to allow log events to be sent back to Node-RED as uib ctrl msgs
//#region --- Module-level utility functions --- //
Expand Down

0 comments on commit 3d5ec1a

Please sign in to comment.