Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luisthieme committed Aug 2, 2024
1 parent 9cf5293 commit ac17f33
Showing 1 changed file with 81 additions and 81 deletions.
162 changes: 81 additions & 81 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
{
"name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
"version": "1.0.15",
"description": "The ui component for the ProcessCube dynamic-form",
"keywords": [
"processcube",
"dynamic-form",
"node-red",
"node-red-dashboard-2"
],
"repository": {
"type": "git",
"url": "https://github.com/5minds/.gitnode-red-dashboard-2-processcube-dynamic-form"
},
"license": "Apache-2.0",
"author": {
"name": "Martin Moellenbeck",
"url": "https://github.com/moellenbeck"
},
"contributors": [
{
"name": "Robin Lenz",
"url": "https://github.com/roblen45"
"name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
"version": "1.0.16",
"description": "The ui component for the ProcessCube dynamic-form",
"keywords": [
"processcube",
"dynamic-form",
"node-red",
"node-red-dashboard-2"
],
"repository": {
"type": "git",
"url": "https://github.com/5minds/.gitnode-red-dashboard-2-processcube-dynamic-form"
},
{
"name": "Luis Thieme",
"url": "https://github.com/luisthieme"
}
],
"exports": {
"import": "./resources/dynamic-form.esm.js",
"require": "./resources/dynamic-form.umd.js"
},
"files": [
"dist/*",
"nodes/*",
"ui/*",
"resources/*"
],
"scripts": {
"build": "vite build",
"build:dev": "NODE_ENV=development vite build",
"dev": "NODE_ENV=development vite build --watch",
"dev:prod": "vite build --watch",
"lint": "npm run lint:js && npm run lint:package",
"lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
"lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
"lint:js:fix": "yarn lint:js --fix",
"lint:package": "sort-package-json --check 'package.json'",
"lint:package:fix": "sort-package-json 'package.json'"
},
"dependencies": {
"to-title-case": "^1.0.0",
"vue": "^3.3.8",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-vue": "^9.18.1",
"vite": "^5.0.13",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"engines": {
"node": ">=14"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"ui-dynamic-form": "nodes/dynamic-form.js"
}
},
"node-red-dashboard-2": {
"version": "1.0.0",
"widgets": {
"ui-dynamic-form": {
"output": "ui-dynamic-form.umd.js",
"component": "DynamicForm"
}
"license": "Apache-2.0",
"author": {
"name": "Martin Moellenbeck",
"url": "https://github.com/moellenbeck"
},
"contributors": [
{
"name": "Robin Lenz",
"url": "https://github.com/roblen45"
},
{
"name": "Luis Thieme",
"url": "https://github.com/luisthieme"
}
],
"exports": {
"import": "./resources/dynamic-form.esm.js",
"require": "./resources/dynamic-form.umd.js"
},
"files": [
"dist/*",
"nodes/*",
"ui/*",
"resources/*"
],
"scripts": {
"build": "vite build",
"build:dev": "NODE_ENV=development vite build",
"dev": "NODE_ENV=development vite build --watch",
"dev:prod": "vite build --watch",
"lint": "npm run lint:js && npm run lint:package",
"lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
"lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
"lint:js:fix": "yarn lint:js --fix",
"lint:package": "sort-package-json --check 'package.json'",
"lint:package:fix": "sort-package-json 'package.json'"
},
"dependencies": {
"to-title-case": "^1.0.0",
"vue": "^3.3.8",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-vue": "^9.18.1",
"vite": "^5.0.13",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"engines": {
"node": ">=14"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"ui-dynamic-form": "nodes/dynamic-form.js"
}
},
"node-red-dashboard-2": {
"version": "1.0.0",
"widgets": {
"ui-dynamic-form": {
"output": "ui-dynamic-form.umd.js",
"component": "DynamicForm"
}
}
}
}
}

0 comments on commit ac17f33

Please sign in to comment.