Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"packages/*"
],
"scripts": {
"build": "pnpm -r run build",
"build": "pnpm --filter makage run build && pnpm --filter '!makage' -r run build",
"clean": "pnpm -r run clean",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
Expand Down
9 changes: 6 additions & 3 deletions packages/appstash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": [
"directories",
"config",
Expand Down
11 changes: 7 additions & 4 deletions packages/create-gen-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/hyperweb-io/dev-utils",
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand All @@ -20,16 +20,19 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"dev": "ts-node dev/index",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"inquirerer": "workspace:*"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": []
}
9 changes: 5 additions & 4 deletions packages/fetch-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
Expand All @@ -34,6 +34,7 @@
"isomorphic-fetch": "^3.0.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.39"
"@types/isomorphic-fetch": "^0.0.39",
"makage": "0.1.3"
}
}
9 changes: 6 additions & 3 deletions packages/find-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": []
}
9 changes: 6 additions & 3 deletions packages/http-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": []
}
11 changes: 6 additions & 5 deletions packages/inquirerer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/hyperweb-io/dev-utils",
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
Expand All @@ -20,10 +20,10 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"dev": "ts-node dev/index",
"test": "jest",
"test:watch": "jest --watch"
Expand All @@ -36,6 +36,7 @@
},
"keywords": [],
"devDependencies": {
"@types/minimist": "^1.2.5"
"@types/minimist": "^1.2.5",
"makage": "0.1.3"
}
}
7 changes: 5 additions & 2 deletions packages/jsonld-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@
"jsonld-tools"
],
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "pnpm run build",
"build": "pnpm run clean && tsc && tsc -p tsconfig.esm.json && pnpm run copy",
"build": "pnpm run clean && makage build-ts && pnpm run copy",
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"devDependencies": {
"makage": "0.1.3"
},
"bugs": {
"url": "https://github.com/hyperweb-io/dev-utils/issues"
}
Expand Down
9 changes: 6 additions & 3 deletions packages/komoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": [
"case",
"camelCase",
Expand Down
2 changes: 1 addition & 1 deletion packages/makage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
Expand Down
19 changes: 4 additions & 15 deletions packages/nested-obj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"directory": "dist"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch",
Expand All @@ -31,17 +31,6 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"eslint": "9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"esprima": "4.0.1",
"jest": "^30.2.0",
"jest-in-case": "1.0.2",
"prettier": "^3.6.2",
"rimraf": "6.1.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "^5.0.4"
"makage": "0.1.3"
}
}
9 changes: 6 additions & 3 deletions packages/node-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@interweb/http-errors": "workspace:*"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": []
}
9 changes: 5 additions & 4 deletions packages/schema-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
Expand All @@ -48,6 +48,7 @@
],
"devDependencies": {
"@types/babel__generator": "^7.27.0",
"jest-diff": "^30.0.4"
"jest-diff": "^30.0.4",
"makage": "0.1.3"
}
}
9 changes: 6 additions & 3 deletions packages/schema-ts-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": []
}
9 changes: 5 additions & 4 deletions packages/schema-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
Expand All @@ -36,7 +36,8 @@
"minimatch": "^10.1.1"
},
"devDependencies": {
"@types/babel__generator": "^7.27.0"
"@types/babel__generator": "^7.27.0",
"makage": "0.1.3"
},
"keywords": [
"jsonschema",
Expand Down
21 changes: 5 additions & 16 deletions packages/strfy-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"directory": "dist"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch",
Expand All @@ -31,19 +31,8 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"eslint": "9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"esprima": "4.0.1",
"jest": "^30.2.0",
"jest-in-case": "1.0.2",
"nested-obj": "workspace:*",
"prettier": "^3.6.2",
"rimraf": "6.1.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "^5.0.4"
"makage": "0.1.3",
"nested-obj": "workspace:*"
},
"dependencies": {
"minimatch": "^10.1.1"
Expand Down
9 changes: 6 additions & 3 deletions packages/yanse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
"url": "https://github.com/hyperweb-io/dev-utils/issues"
},
"scripts": {
"copy": "cpy ../../LICENSE README.md package.json dist --flat",
"clean": "rimraf dist/**",
"copy": "makage assets",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "npm run clean && makage build-ts && npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"makage": "0.1.3"
},
"keywords": []
}
Loading