@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 CHANGED
@@ -27,3 +27,5 @@ npm run b3:publish
27
27
 
28
28
  - Ne pas oublier de mettre à jour le fichier README.md en cas de modification de la librairie.
29
29
  - Mettre à jour le widget dans lequel on utilise déjà la librairie.
30
+
31
+ .
package/package.json CHANGED
@@ -1,46 +1,47 @@
1
- {
2
- "name": "@beam3_dev/api_module",
3
- "version": "0.0.72",
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
- "peerDependencies": {
42
- "@widget-lab/3ddashboard-utils": "https://btcc.3ds.com/widget-lab/npm/widget-lab-3ddashboard-utils-1.4.0.tgz",
43
- "luxon": "^3.4.4",
44
- "uuid": "^9.0.1"
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
+ }