@d3plus/data 3.0.0-alpha.2 → 3.0.0-alpha.4
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.
- package/README.md +1 -3
- package/package.json +2 -2
- package/umd/d3plus-data.full.js +1 -1
- package/umd/d3plus-data.full.min.js +1 -1
- package/umd/d3plus-data.js +1 -1
- package/umd/d3plus-data.min.js +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ import modules from "@d3plus/data";
|
|
|
13
13
|
In vanilla JavaScript, a `d3plus` global is exported from the pre-bundled version:
|
|
14
14
|
|
|
15
15
|
```html
|
|
16
|
-
<script src="https://cdn.jsdelivr.net/npm/@d3plus/data@3.0.0-alpha.
|
|
16
|
+
<script src="https://cdn.jsdelivr.net/npm/@d3plus/data@3.0.0-alpha.4"></script>
|
|
17
17
|
<script>
|
|
18
18
|
console.log(d3plus);
|
|
19
19
|
</script>
|
|
@@ -131,5 +131,3 @@ returns this
|
|
|
131
131
|
|
|
132
132
|
---
|
|
133
133
|
|
|
134
|
-
|
|
135
|
-
###### <sub>Documentation generated on Wed, 02 Apr 2025 20:59:31 GMT</sub>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d3plus/data",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.4",
|
|
4
4
|
"description": "JavaScript data loading, manipulation, and analysis functions.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"test": "eslint index.js src/**/*.js && eslint --global=it test && mocha 'test/**/*-test.js'"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@d3plus/dom": "3.0.0-alpha.
|
|
37
|
+
"@d3plus/dom": "3.0.0-alpha.4",
|
|
38
38
|
"d3-array": "^3.2.4",
|
|
39
39
|
"d3-collection": "^1.0.7",
|
|
40
40
|
"d3-request": "^1.0.6"
|
package/umd/d3plus-data.full.js
CHANGED
package/umd/d3plus-data.js
CHANGED
package/umd/d3plus-data.min.js
CHANGED