Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: flowfunc
Title: Dash wrapper for flume node editor
Version: 0.1.1
Version: 0.1.2
Description: Dash wrapper for flume node editor
Depends: R (>= 3.0.2)
Imports:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

name = "Flowfunc"
uuid = "1b08a953-4be3-4667-9a23-112f0d177a99"
uuid = "1b08a953-4be3-4667-9a23-dd0b9fbbbeab"
authors = ["Najeem Muhammed <najeem@gmail.com>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Dash = "1b08a953-4be3-4667-9a23-3db579824955"
Expand Down
4 changes: 2 additions & 2 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.flowfunc_js_metadata <- function() {
deps_metadata <- list(`flowfunc` = structure(list(name = "flowfunc",
version = "0.1.1", src = list(href = NULL,
version = "0.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'flowfunc.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "flowfunc",
all_files = FALSE), class = "html_dependency"),
`flowfunc` = structure(list(name = "flowfunc",
version = "0.1.1", src = list(href = NULL,
version = "0.1.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'flowfunc.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "flowfunc",
Expand Down
3 changes: 1 addition & 2 deletions deps/flowfunc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/flowfunc.min.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions flowfunc/flowfunc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flowfunc/flowfunc.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions flowfunc/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowfunc",
"version": "0.1.1",
"version": "0.1.2",
"description": "Dash wrapper for flume node editor",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"babel-eslint": "^10.0.2",
"babel-loader": "^8.2.5",
"copyfiles": "^2.1.1",
"css-loader": "^3.0.0",
"css-loader": "^7.1.2",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -39,11 +39,11 @@
"react-docgen": "^4.1.1",
"react-dom": "^18.2.0",
"style-loader": "^0.23.1",
"styled-jsx": "^3.2.1",
"terser-webpack-plugin": "^2.3.0",
"webpack": "4.36.1",
"webpack-cli": "3.3.6",
"webpack-serve": "3.1.0"
"styled-jsx": "^5.1.6",
"terser-webpack-plugin": "^5.3.12",
"webpack": "^5.98.0",
"webpack-cli": "^4.10.0",
"webpack-serve": "^4.0.0"
},
"engines": {
"node": ">=8.11.0",
Expand Down
3 changes: 1 addition & 2 deletions inst/deps/flowfunc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/deps/flowfunc.min.js.map

Large diffs are not rendered by default.

Loading