@esri/solutions-components 5.1.15 → 5.1.17
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,10 +1,10 @@
|
|
|
1
|
-
Built
|
|
1
|
+
Built Thu 09/17/2026 11:54:48.23
|
|
2
2
|
HEAD
|
|
3
|
-
commit
|
|
4
|
-
Merge:
|
|
5
|
-
Author:
|
|
6
|
-
Date:
|
|
3
|
+
commit 3c4d756c6af46dc5ad25658f2dd99756ba605c57
|
|
4
|
+
Merge: 6ec0e3dc8 a76ff2f65
|
|
5
|
+
Author: John Hauck <jhauck@esri.com>
|
|
6
|
+
Date: Thu Sep 17 12:48:47 2026 -0600
|
|
7
7
|
|
|
8
|
-
Merge pull request #
|
|
8
|
+
Merge pull request #2642 from Esri/release5.1.0
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
change job to publish using new stage step first
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/solutions-components",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.17",
|
|
4
4
|
"description": "Web Components for Esri's Solutions Applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"build:dev": "yarn copy:instant-app-component-assests && NODE_ENV=development vite build --mode development --config vite.dev.config.js",
|
|
19
19
|
"watch": "yarn build-dev --watch",
|
|
20
20
|
"lint": "lint-staged --config lint-staged.config.js",
|
|
21
|
-
"release:publish": "npm publish --access public && node ./support/releaseToGitHub.mjs",
|
|
22
|
-
"release:publish:next": "npm publish --access public --tag next && node ./support/releaseToGitHub.mjs",
|
|
21
|
+
"release:publish": "npm stage publish --access public && node ./support/releaseToGitHub.mjs",
|
|
22
|
+
"release:publish:next": "npm stage publish --access public --tag next && node ./support/releaseToGitHub.mjs",
|
|
23
23
|
"test-pre": "yarn playwright install --with-deps chromium",
|
|
24
24
|
"test": "yarn test-pre && vitest run --browser.headless",
|
|
25
25
|
"test-debug": "vitest run --no-file-parallelism --no-isolate --inspect",
|