@beam3_dev/api_module 0.0.72 → 0.0.77
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 +2 -0
- package/package.json +47 -46
- package/dist/wb3Api.js +0 -1960
- package/dist/wb3Api.js.map +0 -1
- package/dist/wb3Api.umd.cjs +0 -79
- package/dist/wb3Api.umd.cjs.map +0 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,46 +1,47 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@beam3_dev/api_module",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist"
|
|
7
|
-
],
|
|
8
|
-
"main": "./dist/wb3Api.umd.cjs",
|
|
9
|
-
"module": "./dist/wb3Api.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/wb3Api.js",
|
|
13
|
-
"require": "./dist/wb3Api.umd.cjs"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"b3:publish": "npm run update:git && npm run time && npm run module:version && npm publish --access public",
|
|
18
|
-
"build": "npm run clean && npm run jsdoc && vite build",
|
|
19
|
-
"clean": "rm -rf dist docs",
|
|
20
|
-
"jsdoc": "jsdoc -c jsdoc.json",
|
|
21
|
-
"module:version": "npm version patch",
|
|
22
|
-
"time": "echo Heure de l'update : %time%",
|
|
23
|
-
"update:git": "git add . && git commit -m 'update' && git push"
|
|
24
|
-
},
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/BEAM-CUBE/WB3_module_Api.git"
|
|
28
|
-
},
|
|
29
|
-
"author": "Beam Cube, Yan COQUOZ",
|
|
30
|
-
"license": "UNLICENSED",
|
|
31
|
-
"keywords": [
|
|
32
|
-
"Beam3",
|
|
33
|
-
"Beam_Cube",
|
|
34
|
-
"B3",
|
|
35
|
-
"Beam³",
|
|
36
|
-
"WB3"
|
|
37
|
-
],
|
|
38
|
-
"devDependencies": {
|
|
39
|
-
"vite": "^5.0.8"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@beam3_dev/api_module",
|
|
3
|
+
"version": "0.0.77",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist"
|
|
7
|
+
],
|
|
8
|
+
"main": "./dist/wb3Api.umd.cjs",
|
|
9
|
+
"module": "./dist/wb3Api.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/wb3Api.js",
|
|
13
|
+
"require": "./dist/wb3Api.umd.cjs"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"b3:publish": "npm run update:git && npm run time && npm run module:version && npm publish --access public",
|
|
18
|
+
"build": "npm run clean && npm run jsdoc && vite build",
|
|
19
|
+
"clean": "rm -rf dist docs",
|
|
20
|
+
"jsdoc": "jsdoc -c jsdoc.json",
|
|
21
|
+
"module:version": "npm version patch",
|
|
22
|
+
"time": "echo Heure de l'update : %time%",
|
|
23
|
+
"update:git": "git add . && git commit -m 'update' && git push"
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/BEAM-CUBE/WB3_module_Api.git"
|
|
28
|
+
},
|
|
29
|
+
"author": "Beam Cube, Yan COQUOZ",
|
|
30
|
+
"license": "UNLICENSED",
|
|
31
|
+
"keywords": [
|
|
32
|
+
"Beam3",
|
|
33
|
+
"Beam_Cube",
|
|
34
|
+
"B3",
|
|
35
|
+
"Beam³",
|
|
36
|
+
"WB3"
|
|
37
|
+
],
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"vite": "^5.0.8",
|
|
40
|
+
"jsdoc": "^3.6.10"
|
|
41
|
+
},
|
|
42
|
+
"peerDependencies": {
|
|
43
|
+
"@widget-lab/3ddashboard-utils": "https://btcc.3ds.com/widget-lab/npm/widget-lab-3ddashboard-utils-1.4.0.tgz",
|
|
44
|
+
"luxon": "^3.4.4",
|
|
45
|
+
"uuid": "^9.0.1"
|
|
46
|
+
}
|
|
47
|
+
}
|