@timum/booking 1.6.4 → 1.6.5
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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timum/booking",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"next_version": "1.6.
|
|
3
|
+
"version": "1.6.5",
|
|
4
|
+
"next_version": "1.6.5",
|
|
5
5
|
"current_major_version": "1",
|
|
6
6
|
"license": "CC-BY-ND-4.0",
|
|
7
7
|
"type": "module",
|
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
"s3:publishToStage": "yarn build && yarn s3:deleteCurrentVersionStage && aws s3 sync ./build/ \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_next_version%/\" && yarn s3:deleteLatestStage && aws s3 sync ./build/ \"s3://staging-cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
|
|
96
96
|
"s3:deleteLatestProd": "aws s3 rm \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%\" --exclude \"*\" --include \"*.*\" --exclude \"*/*\" --recursive",
|
|
97
97
|
"s3:publishToProd": "yarn build && np --no-yarn --no-cleanup && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
|
|
98
|
+
"s3:publishToProdWithoutBuild": "np --no-yarn --no-cleanup && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
|
|
98
99
|
"s3:publishToProdWithoutNP": "yarn build && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/%npm_package_version%/\" && yarn s3:deleteLatestProd && aws s3 sync ./build/ \"s3://cdn.timum/bookingjs/%npm_package_current_major_version%/\"",
|
|
99
100
|
"test": "echo \"No tests yet\"",
|
|
100
101
|
"eject": "react-scripts eject",
|