@operato/scene-chartjs 9.0.0-beta.3 → 9.0.0-beta.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
- package/things-scene.config.js +2 -2
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA;AAChC,OAAO,gCAAgC,CAAA;AACvC,OAAO,cAAc,CAAA;AAErB,eAAe,cAAc,CAAA","sourcesContent":["import 'core-js/stable/index.js'\nimport 'regenerator-runtime/runtime.js'\nimport './chartjs.js'\n\nexport default './chartjs.js'\n"]}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-chartjs",
|
3
3
|
"description": "Things Scene ChartJS Component",
|
4
|
-
"version": "9.0.0-beta.
|
4
|
+
"version": "9.0.0-beta.5",
|
5
5
|
"type": "module",
|
6
6
|
"author": "heartyoh",
|
7
7
|
"main": "dist/index.js",
|
@@ -42,6 +42,7 @@
|
|
42
42
|
"chartjs-plugin-style": "^0.5.0",
|
43
43
|
"core-js": "^3.26.0",
|
44
44
|
"lit": "^3.1.2",
|
45
|
+
"lodash-es": "^4.17.21",
|
45
46
|
"regenerator-runtime": "^0.13.3",
|
46
47
|
"ses": "^1.5.0"
|
47
48
|
},
|
@@ -50,6 +51,7 @@
|
|
50
51
|
"@things-factory/builder": "^9.0.0-beta",
|
51
52
|
"@things-factory/operato-board": "^9.0.0-beta",
|
52
53
|
"@types/chart.js": "2.9.34",
|
54
|
+
"@types/lodash-es": "^4.17.5",
|
53
55
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
54
56
|
"@typescript-eslint/parser": "^4.33.0",
|
55
57
|
"@web/dev-server": "^0.1.28",
|
@@ -74,5 +76,5 @@
|
|
74
76
|
"prettier --write"
|
75
77
|
]
|
76
78
|
},
|
77
|
-
"gitHead": "
|
79
|
+
"gitHead": "24abef0d65cfbafc379af73f0ab57560d3349cd1"
|
78
80
|
}
|
package/things-scene.config.js
CHANGED