@5minds/node-red-dashboard-2-processcube-audio-capture 0.1.8 → 7.6.0-develop-51b534-mjy56xgr

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +69 -68
package/package.json CHANGED
@@ -1,72 +1,73 @@
1
1
  {
2
- "name": "@5minds/node-red-dashboard-2-processcube-audio-capture",
3
- "version": "0.1.8",
4
- "description": "A node to capture audio and pass the audio data on in the flow",
5
- "keywords": [
6
- "node-red",
7
- "node-red-dashboard-2",
8
- "processcube"
9
- ],
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/5minds/node-red-dashboard-2-processcube-audio-capture.git"
2
+ "name": "@5minds/node-red-dashboard-2-processcube-audio-capture",
3
+ "version": "7.6.0-develop-51b534-mjy56xgr",
4
+ "description": "A node to capture audio and pass the audio data on in the flow",
5
+ "keywords": [
6
+ "node-red",
7
+ "node-red-dashboard-2",
8
+ "processcube"
9
+ ],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/5minds/ProcessCube.LowCode.git",
13
+ "directory": "packages/node-red-dashboard-2-processcube-audio-capture"
14
+ },
15
+ "license": "MIT",
16
+ "authors": [
17
+ {
18
+ "name": "Luis Thieme",
19
+ "url": "https://github.com/luisthieme"
13
20
  },
14
- "license": "MIT",
15
- "authors": [
16
- {
17
- "name": "Luis Thieme",
18
- "url": "https://github.com/luisthieme"
19
- },
20
- {
21
- "name": "Martin Moellenbeck",
22
- "email": "Martin.Moellenbeck@5Minds.de"
23
- }
24
- ],
25
- "exports": {
26
- "import": "./resources/ui-audio-capture.esm.js",
27
- "require": "./resources/ui-audio-capture.umd.js"
28
- },
29
- "files": [
30
- "dist/*",
31
- "nodes/*",
32
- "ui/*",
33
- "resources/*",
34
- "examples/*"
35
- ],
36
- "scripts": {
37
- "build": "vite build",
38
- "build:dev": "NODE_ENV=development vite build",
39
- "dev": "NODE_ENV=development vite build --watch",
40
- "dev:prod": "vite build --watch"
41
- },
42
- "dependencies": {
43
- "@5minds/processcube_engine_client": "^6.0.0",
44
- "tmp": "^0.2.3",
45
- "vue": "^3.3.8",
46
- "vuex": "^4.1.0"
47
- },
48
- "devDependencies": {
49
- "@vitejs/plugin-vue": "^4.5.0",
50
- "vite": "^5.0.13",
51
- "vite-plugin-css-injected-by-js": "^3.3.0"
52
- },
53
- "engines": {
54
- "node": ">=14"
55
- },
56
- "node-red": {
57
- "version": ">=3.0.0",
58
- "nodes": {
59
- "ui-audio-capture": "nodes/ui-audio-capture.js"
60
- },
61
- "examples": "examples"
21
+ {
22
+ "name": "Martin Moellenbeck",
23
+ "email": "Martin.Moellenbeck@5Minds.de"
24
+ }
25
+ ],
26
+ "exports": {
27
+ "import": "./resources/ui-audio-capture.esm.js",
28
+ "require": "./resources/ui-audio-capture.umd.js"
29
+ },
30
+ "files": [
31
+ "dist/*",
32
+ "nodes/*",
33
+ "ui/*",
34
+ "resources/*",
35
+ "examples/*"
36
+ ],
37
+ "dependencies": {
38
+ "@5minds/processcube_engine_client": "^6.0.0",
39
+ "tmp": "^0.2.3",
40
+ "vue": "^3.3.8",
41
+ "vuex": "^4.1.0"
42
+ },
43
+ "devDependencies": {
44
+ "@vitejs/plugin-vue": "^4.5.0",
45
+ "vite": "^5.0.13",
46
+ "vite-plugin-css-injected-by-js": "^3.3.0"
47
+ },
48
+ "engines": {
49
+ "node": ">=14"
50
+ },
51
+ "node-red": {
52
+ "version": ">=3.0.0",
53
+ "nodes": {
54
+ "ui-audio-capture": "nodes/ui-audio-capture.js"
62
55
  },
63
- "node-red-dashboard-2": {
64
- "version": "1.0.0",
65
- "widgets": {
66
- "ui-audio-capture": {
67
- "output": "ui-audio-capture.umd.js",
68
- "component": "AudioCapture"
69
- }
70
- }
56
+ "examples": "examples"
57
+ },
58
+ "node-red-dashboard-2": {
59
+ "version": "1.0.0",
60
+ "widgets": {
61
+ "ui-audio-capture": {
62
+ "output": "ui-audio-capture.umd.js",
63
+ "component": "AudioCapture"
64
+ }
71
65
  }
72
- }
66
+ },
67
+ "scripts": {
68
+ "build": "vite build",
69
+ "build:dev": "NODE_ENV=development vite build",
70
+ "dev": "NODE_ENV=development vite build --watch",
71
+ "dev:prod": "vite build --watch"
72
+ }
73
+ }