@adobe/alloy 2.28.1-beta.0 → 2.28.1

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.
@@ -14,4 +14,4 @@ governing permissions and limitations under the License.
14
14
  */
15
15
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
16
16
  // see babel-plugin-version
17
- var _default = exports.default = "2.28.1-beta.0";
17
+ var _default = exports.default = "2.28.1";
@@ -13,4 +13,4 @@ governing permissions and limitations under the License.
13
13
  // The __VERSION__ keyword will be replace at alloy build time with the package.json version.
14
14
  // see babel-plugin-version
15
15
 
16
- export default "2.28.1-beta.0";
16
+ export default "2.28.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/alloy",
3
- "version": "2.28.1-beta.0",
3
+ "version": "2.28.1",
4
4
  "description": "Adobe Experience Platform Web SDK",
5
5
  "type": "module",
6
6
  "main": "libEs5/index.js",
@@ -43,9 +43,7 @@
43
43
  "test:functional:build:int": "rollup -c --environment BASE_CODE_MIN,STANDALONE,NPM_PACKAGE_LOCAL",
44
44
  "test:functional:build:prod": "rollup -c --environment BASE_CODE_MIN,NPM_PACKAGE_PROD",
45
45
  "test:scripts": "vitest run --config=./scripts/specs/vitest.config.js",
46
- "sandbox:build": "rollup -c --environment SANDBOX && cd sandbox && npm run build",
47
46
  "dev": "concurrently --names build,sandbox \"rollup -c -w --environment SANDBOX\" \"cd sandbox && export REACT_APP_NONCE=321 && npm start\"",
48
- "dev:standalone": "npm run clean && rollup -c -w --environment STANDALONE",
49
47
  "build": "npm run clean && rollup -c --environment BASE_CODE_MIN,STANDALONE,STANDALONE_MIN,BUNDLESIZE && echo \"Base Code:\" && cat distTest/baseCode.min.js",
50
48
  "build:watch": "npm run clean && rollup -c --watch --environment BASE_CODE_MIN,STANDALONE",
51
49
  "build:custom": "node scripts/alloyBuilder.js",
@@ -96,7 +94,7 @@
96
94
  "uuid": "^11.1.0"
97
95
  },
98
96
  "devDependencies": {
99
- "@adobe/alloy": "^2.28.0",
97
+ "@adobe/alloy": "^2.28.1-beta.1",
100
98
  "@babel/cli": "^7.27.2",
101
99
  "@babel/plugin-transform-modules-commonjs": "^7.27.1",
102
100
  "@babel/plugin-transform-runtime": "^7.27.4",
@@ -106,6 +104,7 @@
106
104
  "@vitest/coverage-v8": "^3.1.4",
107
105
  "@vitest/eslint-plugin": "^1.2.1",
108
106
  "chalk": "^5.4.1",
107
+ "concurrently": "^9.2.0",
109
108
  "date-fns": "^4.1.0",
110
109
  "dotenv": "^16.5.0",
111
110
  "eslint": "^9.28.0",