rapidkit 0.16.5 → 0.18.0

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapidkit",
3
- "version": "0.16.5",
3
+ "version": "0.18.0",
4
4
  "type": "module",
5
5
  "description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
6
6
  "keywords": [
@@ -54,6 +54,8 @@
54
54
  "security": "npm audit --audit-level=moderate",
55
55
  "security:fix": "npm audit fix",
56
56
  "metrics": "npx tsx scripts/metrics.ts",
57
+ "sync:contracts": "node scripts/sync-contracts.mjs",
58
+ "check:contracts": "node scripts/sync-contracts.mjs --check",
57
59
  "bundle-size": "npm run build && du -sh dist/ && ls -lh dist/",
58
60
  "quality": "npm run validate && npm run security && npm run metrics",
59
61
  "act-matrix": "act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-22.04 -P macos-latest=ghcr.io/catthehacker/ubuntu:act-22.04 -P windows-latest=ghcr.io/catthehacker/ubuntu:act-22.04 --pull=false -j build-test-matrix"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapidkit",
3
- "version": "0.16.5",
3
+ "version": "0.18.0",
4
4
  "type": "module",
5
5
  "description": "Create RapidKit projects with a single command - The official CLI for RapidKit framework",
6
6
  "keywords": [
@@ -54,6 +54,8 @@
54
54
  "security": "npm audit --audit-level=moderate",
55
55
  "security:fix": "npm audit fix",
56
56
  "metrics": "npx tsx scripts/metrics.ts",
57
+ "sync:contracts": "node scripts/sync-contracts.mjs",
58
+ "check:contracts": "node scripts/sync-contracts.mjs --check",
57
59
  "bundle-size": "npm run build && du -sh dist/ && ls -lh dist/",
58
60
  "quality": "npm run validate && npm run security && npm run metrics",
59
61
  "act-matrix": "act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-22.04 -P macos-latest=ghcr.io/catthehacker/ubuntu:act-22.04 -P windows-latest=ghcr.io/catthehacker/ubuntu:act-22.04 --pull=false -j build-test-matrix"