@chevre/domain 24.0.0-alpha.0 → 24.0.0-alpha.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.
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"@cinerino/sdk": "13.0.0",
|
|
16
16
|
"@motionpicture/coa-service": "9.6.0",
|
|
17
17
|
"@motionpicture/gmo-service": "5.4.0-alpha.1",
|
|
18
|
-
"@rollup/rollup-linux-x64-gnu": "^4.57.1",
|
|
19
18
|
"@sendgrid/client": "8.1.4",
|
|
20
19
|
"@surfrock/sdk": "1.4.0-alpha.1",
|
|
21
20
|
"debug": "^3.2.7",
|
|
@@ -105,12 +104,12 @@
|
|
|
105
104
|
"coverage:nyc": "npm run nyc && nyc report --reporter=text-lcov | coveralls",
|
|
106
105
|
"coverage": "vitest run --coverage",
|
|
107
106
|
"test": "npm run eslint && npm run coverage && npm run coverage:nyc",
|
|
108
|
-
"preversion": "npm run clean && npm run build && npm run depcruise && npm run size && npm test
|
|
107
|
+
"preversion": "npm run clean && npm run build && npm run depcruise && npm run size && npm test",
|
|
109
108
|
"size": "size-limit",
|
|
110
109
|
"version": "git add -A",
|
|
111
110
|
"vitest": "vitest",
|
|
112
111
|
"postversion": "git push origin --tags",
|
|
113
|
-
"prepublishOnly": "npm run clean && npm run build && npm run depcruise && npm run size && npm test
|
|
112
|
+
"prepublishOnly": "npm run clean && npm run build && npm run depcruise && npm run size && npm test"
|
|
114
113
|
},
|
|
115
|
-
"version": "24.0.0-alpha.
|
|
114
|
+
"version": "24.0.0-alpha.1"
|
|
116
115
|
}
|