@ni/spright-components 6.4.21 → 6.4.22
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/package.json
CHANGED
|
@@ -1,33 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.22",
|
|
4
4
|
"description": "NI Spright Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build-components",
|
|
7
|
-
"build-bundle": "
|
|
7
|
+
"build-bundle": "rollup --bundleConfigAsCjs --config",
|
|
8
8
|
"lint": "eslint .",
|
|
9
9
|
"format": "eslint . --fix",
|
|
10
10
|
"pack": "npm pack",
|
|
11
11
|
"invoke-publish": "npm publish",
|
|
12
12
|
"build-components": "tsc -p ./tsconfig.json",
|
|
13
|
-
"
|
|
14
|
-
"bundle-components": "rollup --bundleConfigAsCjs --config",
|
|
15
|
-
"tdd": "npm run build-components && npm run test-chrome",
|
|
16
|
-
"tdd:watch": "npm run build-components:watch & npm run test-chrome:watch",
|
|
17
|
-
"tdd-firefox": "npm run build-components && npm run test-firefox",
|
|
18
|
-
"tdd-firefox:watch": "npm run build-components:watch & npm run test-firefox:watch",
|
|
19
|
-
"tdd-webkit": "npm run build-components && npm run test-webkit",
|
|
20
|
-
"tdd-webkit:watch": "npm run build-components:watch & npm run test-webkit:watch",
|
|
21
|
-
"test-chrome:debugger": "karma start karma.conf.js --browsers=ChromeDebugging --skip-tags SkipChrome",
|
|
22
|
-
"test-chrome:watch": "karma start karma.conf.headless.js --browsers=ChromeHeadlessOpt --skip-tags SkipChrome --watch-extensions js",
|
|
13
|
+
"test-chrome-debugger": "karma start karma.conf.js --browsers=ChromeDebugging --skip-tags SkipChrome",
|
|
23
14
|
"test-chrome": "karma start karma.conf.headless.js --browsers=ChromeHeadlessOpt --single-run --skip-tags SkipChrome",
|
|
24
|
-
"test-firefox
|
|
25
|
-
"test-firefox:watch": "karma start karma.conf.headless.js --browsers=FirefoxHeadless --skip-tags SkipFirefox --watch-extensions js",
|
|
15
|
+
"test-firefox-debugger": "karma start karma.conf.js --browsers=FirefoxDebugging --skip-tags SkipFirefox",
|
|
26
16
|
"test-firefox": "karma start karma.conf.headless.js --browsers=FirefoxHeadless --single-run --skip-tags SkipFirefox",
|
|
27
|
-
"test-webkit
|
|
28
|
-
"test-webkit:watch": "karma start karma.conf.headless.js --browsers=WebkitHeadless --skip-tags SkipWebkit --watch-extensions js",
|
|
17
|
+
"test-webkit-debugger": "karma start karma.conf.js --browsers=WebkitDebugging --skip-tags SkipWebkit",
|
|
29
18
|
"test-webkit": "karma start karma.conf.headless.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
|
|
30
|
-
"test": "
|
|
19
|
+
"test": "concurrently --pad-prefix --timings --group \"npm:test-chrome\" \"npm:test-webkit\""
|
|
31
20
|
},
|
|
32
21
|
"repository": {
|
|
33
22
|
"type": "git",
|
|
@@ -48,19 +37,19 @@
|
|
|
48
37
|
"@ni/fast-element": "^10.0.0",
|
|
49
38
|
"@ni/fast-foundation": "^10.1.2",
|
|
50
39
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
51
|
-
"@ni/nimble-components": "^34.10.
|
|
40
|
+
"@ni/nimble-components": "^34.10.2",
|
|
52
41
|
"tslib": "^2.2.0"
|
|
53
42
|
},
|
|
54
43
|
"devDependencies": {
|
|
55
|
-
"@ni-private/jasmine-extensions": "^0.0.1",
|
|
56
|
-
"@ni/jasmine-parameterized": "^1.0.6",
|
|
57
44
|
"@ni-private/eslint-config-nimble": "*",
|
|
45
|
+
"@ni-private/jasmine-extensions": "^0.0.1",
|
|
46
|
+
"@ni/jasmine-parameterized": "^1.0.7",
|
|
58
47
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
59
48
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
60
49
|
"@rollup/plugin-replace": "^6.0.0",
|
|
61
50
|
"@rollup/plugin-terser": "^0.4.0",
|
|
62
51
|
"@types/jasmine": "^5.1.4",
|
|
63
|
-
"
|
|
52
|
+
"concurrently": "^9.0.0",
|
|
64
53
|
"jasmine-core": "^5.1.2",
|
|
65
54
|
"karma": "^6.3.0",
|
|
66
55
|
"karma-chrome-launcher": "^3.1.0",
|
|
@@ -68,17 +57,12 @@
|
|
|
68
57
|
"karma-jasmine": "^5.1.0",
|
|
69
58
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
70
59
|
"karma-jasmine-spec-tags": "^2.0.0",
|
|
71
|
-
"karma-source-map-support": "^1.4.0",
|
|
72
|
-
"karma-sourcemap-loader": "^0.4.0",
|
|
73
60
|
"karma-spec-reporter": "^0.0.36",
|
|
61
|
+
"karma-vite": "^1.0.5",
|
|
74
62
|
"karma-webkit-launcher": "^2.6.0",
|
|
75
|
-
"karma-webpack": "^5.0.0",
|
|
76
63
|
"playwright": "1.54.1",
|
|
77
64
|
"rollup": "^4.12.0",
|
|
78
65
|
"rollup-plugin-sourcemaps2": "^0.5.0",
|
|
79
|
-
"
|
|
80
|
-
"typescript": "~5.4.5",
|
|
81
|
-
"webpack": "^5.75.0",
|
|
82
|
-
"webpack-dev-middleware": "^7.0.0"
|
|
66
|
+
"typescript": "~5.8.3"
|
|
83
67
|
}
|
|
84
68
|
}
|