@beam3_dev/api_module 0.0.248 → 0.0.253
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/dist/wb3Api.js +389 -387
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +7 -7
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beam3_dev/api_module",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.253",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "npm run clean && npm run jsdoc && vite build",
|
|
18
|
-
"b3:publish": "npm run update:git && npm run time && npm run module:version && npm publish
|
|
18
|
+
"b3:publish": "npm run update:git && npm run time && npm run module:version && npm publish",
|
|
19
19
|
"module": "npm run build && npm run b3:publish",
|
|
20
20
|
"clean": "rm -rf dist docs ",
|
|
21
21
|
"jsdoc": "jsdoc -c jsdoc.json",
|