@alliumcloud/asset-manager 1.1.1 → 1.1.3
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alliumcloud/asset-manager",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Allium Asset Manager SDK - maintains 3D asset uploads (unreal or other 3D files). Manages extraction, build, validation, volume copy creation of unreal projects.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"format:check": "prettier --check \"src/**/*.ts\"",
|
|
28
28
|
"prepublishOnly": "npm run typecheck && npm run build",
|
|
29
29
|
"publish:npm": "npm publish",
|
|
30
|
-
"release:dev": "
|
|
31
|
-
"release:testing": "
|
|
32
|
-
"release": "
|
|
30
|
+
"release:dev": "node scripts/release-internal.js dev",
|
|
31
|
+
"release:testing": "node scripts/release-internal.js testing",
|
|
32
|
+
"release": "cross-env-shell BUILD_ENV=prod \"npm version patch && npm run build && npm publish --tag latest --access public && git push --follow-tags\"",
|
|
33
33
|
"version:patch": "npm version patch",
|
|
34
34
|
"version:minor": "npm version minor",
|
|
35
35
|
"version:major": "npm version major",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"@types/node": "^20.0.0",
|
|
60
60
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
61
61
|
"@typescript-eslint/parser": "^8.54.0",
|
|
62
|
+
"cross-env": "^10.1.0",
|
|
62
63
|
"dotenv": "^17.3.1",
|
|
63
64
|
"eslint": "^9.39.2",
|
|
64
65
|
"globals": "^17.1.0",
|