gd-bs 5.7.1 → 5.7.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.
@@ -0,0 +1 @@
1
+ /*! For license information please see tippy.js.LICENSE.txt */
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "5.7.1",
3
+ "version": "5.7.4",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
7
7
  "scripts": {
8
8
  "all": "npm run clean && npm run generate-icons && npm run build && npm run build-icons && npm run prod && npm run prod-icons && npm run typings && npm run docs",
9
- "build": "tsc && npm run build-bs && webpack --mode=development && npm run post-build",
9
+ "build": "tsc && npm run build-tippy && npm run build-bs && webpack --mode=development && npm run post-build",
10
10
  "build-bs": "webpack --mode=production --config webpack.sass.js",
11
11
  "build-icons": "webpack --mode=development --config webpack.icons.js",
12
+ "build-tippy": "node ./pre-build.js && webpack --mode=production --config webpack.tippy.js",
12
13
  "post-build": "node ./post-build",
13
14
  "clean": "node ./clean.js",
14
15
  "docs": "typedoc",
@@ -53,6 +54,7 @@
53
54
  "style-loader": "^3.3.1",
54
55
  "ts-loader": "^9.3.0",
55
56
  "typedoc": "^0.22.17",
57
+ "typescript": "^4.7.4",
56
58
  "webpack": "^5.73.0",
57
59
  "webpack-cli": "^4.10.0"
58
60
  }