@deephaven/golden-layout 1.10.1-beta.0 → 1.10.2

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/golden-layout",
3
- "version": "1.10.1-beta.0+79a44fa5",
3
+ "version": "1.10.2",
4
4
  "author": "Deephaven Data Labs LLC",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A multi-screen javascript Layout manager",
@@ -10,7 +10,7 @@
10
10
  "source": "src/index.ts",
11
11
  "type": "module",
12
12
  "dependencies": {
13
- "@deephaven/components": "^1.10.1-beta.0+79a44fa5",
13
+ "@deephaven/components": "^1.10.0",
14
14
  "jquery": "^3.6.0",
15
15
  "nanoid": "^5.0.7"
16
16
  },
@@ -22,10 +22,10 @@
22
22
  "build": "cross-env NODE_ENV=production run-p build:*",
23
23
  "build:sass": "sass --embed-sources --load-path=../../node_modules --style=compressed ./src:./dist ./scss:./css",
24
24
  "build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.js,.tsx,.jsx\" --source-maps --root-mode upward",
25
- "pretest": "npm run build",
26
- "test": "karma start karma.conf.cjs",
27
- "pretest:ci": "npm run pretest",
28
- "test:ci": "karma start karma.conf.cjs --single-run"
25
+ "test": "run-s build test-start",
26
+ "test-start": "karma start karma.conf.cjs",
27
+ "test:ci": "run-s build test:ci-start",
28
+ "test:ci-start": "karma start karma.conf.cjs --single-run"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -56,5 +56,5 @@
56
56
  "karma-browserify": "^8.1.0",
57
57
  "watchify": "^4.0.0"
58
58
  },
59
- "gitHead": "79a44fa5e176d5edf9f940b53ee11f69e4383fe3"
59
+ "gitHead": "39e389c481a4ec75bfed7a45d1ffaf5a98d8f98e"
60
60
  }