@combeenation/3d-viewer 6.1.0-rc1 → 6.1.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "6.1.0-beta2"
2
+ "version": "6.1.0"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@combeenation/3d-viewer",
3
- "version": "6.1.0-rc1",
3
+ "version": "6.1.0",
4
4
  "description": "Combeenation 3D Viewer",
5
5
  "homepage": "https://github.com/Combeenation/3d-viewer#readme",
6
6
  "bugs": {
@@ -24,11 +24,12 @@
24
24
  "src"
25
25
  ],
26
26
  "scripts": {
27
+ "clean-dist": "rimraf dist",
27
28
  "bundle-analyzer": "npm run generate-profile && webpack-bundle-analyzer dist/webpack-stats.json dist/lib-full",
28
29
  "dev": "cross-env NODE_ENV='dev' webpack serve --config build/webpack.conf.js --progress --hot",
29
- "dist-cjs": "npm run lint && tsc --project commonjs.tsconfig.json && npm run replace-version",
30
- "dist-es6": "npm run lint && tsc --project es6.tsconfig.json && npm run replace-version",
31
- "dist-full": "npm run lint && cross-env NODE_ENV='production' webpack --config build/webpack.conf.js --progress && npm run replace-version",
30
+ "dist-cjs": "npm run clean-dist && npm run lint && tsc --project commonjs.tsconfig.json && npm run replace-version",
31
+ "dist-es6": "npm run clean-dist && npm run lint && tsc --project es6.tsconfig.json && npm run replace-version",
32
+ "dist-full": "npm run clean-dist && npm run lint && cross-env NODE_ENV='production' webpack --config build/webpack.conf.js --progress && npm run replace-version",
32
33
  "docs-local": "typedoc --tsconfig tsconfig.json --media doc/assets --out docs-local",
33
34
  "docs-publish": "typedoc --tsconfig tsconfig.json --media doc/assets --out docs",
34
35
  "format": "prettier --write .",
@@ -65,6 +66,7 @@
65
66
  "html-webpack-plugin": "5.5.0",
66
67
  "prettier": "2.7.1",
67
68
  "replace": "1.2.1",
69
+ "rimraf": "^3.0.2",
68
70
  "terser-webpack-plugin": "5.3.6",
69
71
  "ts-loader": "9.4.1",
70
72
  "typedoc": "0.23.15",
File without changes