@quandis/qbo4.ui-bridge 4.0.1-CI-20241002-152103 → 4.0.1-CI-20241002-173557

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -3,14 +3,14 @@
3
3
  "author": "Quandis, Inc.",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "4.0.1-CI-20241002-152103",
6
+ "version": "4.0.1-CI-20241002-173557",
7
7
  "workspaces": [
8
8
  "code"
9
9
  ],
10
10
  "main": "src/Program.js",
11
11
  "private": false,
12
12
  "scripts": {
13
- "build": "npm run update && npm run sass && tsc --build --force && npm run packdev && npm run packprod && del *.tgz && npm pack && ren *.tgz qbo4.ui-bridge.tgz",
13
+ "build": "ncu -u && npm install && npm run sass && tsc --build --force && npm run packdev && npm run packprod && del *.tgz && npm pack && ren *.tgz qbo4.ui-bridge.tgz",
14
14
  "update": "npm install ../../src/qbo4.ui.Web/qbo4.ui.tgz --force",
15
15
  "clean": "rd \"node_modules/@quandis/qbo4.ui\" -force -recurse -ErrorAction SilentlyContinue",
16
16
  "packdev": "webpack --config pack.dev.js --no-color",
@@ -30,7 +30,7 @@
30
30
  "@codemirror/lang-html": "^6.4.9",
31
31
  "@joint/core": "^4.0.4",
32
32
  "@quandis/qbo4.logging": "*",
33
- "@quandis/qbo4.ui": "file:../qbo4.ui.Web/qbo4.ui.tgz",
33
+ "@quandis/qbo4.ui": "*",
34
34
  "bootstrap": "^5.3.3",
35
35
  "bootstrap-icons": "^1.11.3",
36
36
  "codemirror": "6.0.1",