This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "private" : true ,
44 "scripts" : {
55 "generate" : " rush generate" ,
6- "tools-build" : " ts-node ./tools/rush-tools.ts run gulp-build -e simplr-mvdir" ,
7- "source-build" : " ts-node ./tools/rush-tools.ts run build -e simplr-mvdir" ,
8- "test" : " ts-node ./tools/rush-tools.ts run test-tsc -e simplr-mvdir" ,
9- "rush-tools" : " ts-node ./tools/rush-tools.ts"
6+ "tools-build" : " npm run rush-tools run gulp-build -e simplr-mvdir" ,
7+ "source-build" : " npm run rush-tools run build -e simplr-mvdir" ,
8+ "test" : " npm run rush-tools run test-tsc -e simplr-mvdir" ,
9+ "rush-tools" : " ts-node ./tools/rush-tools.ts" ,
10+ "publish" : " npm run rush-tools publish"
1011 },
1112 "devDependencies" : {
1213 "@microsoft/rush" : " ^3.0.9" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " simplr-forms-dom" ,
3- "version" : " 4.0.1-beta.2 " ,
3+ "version" : " 4.0.1-beta.4 " ,
44 "description" : " DOM components for simplr-forms." ,
55 "repository" : " SimplrJS/simplr-forms" ,
66 "homepage" : " https://github.com/SimplrJS/simplr-forms" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " simplr-forms" ,
3- "version" : " 4.0.1-beta.2 " ,
3+ "version" : " 4.0.1-beta.4 " ,
44 "description" : " Shared simplr-forms logic." ,
55 "repository" : " SimplrJS/simplr-forms" ,
66 "homepage" : " https://github.com/SimplrJS/simplr-forms" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " simplr-validation" ,
3- "version" : " 4.0.1-beta.5 " ,
3+ "version" : " 4.0.1-beta.7 " ,
44 "description" : " Validation library for simplr-forms." ,
55 "repository" : " SimplrJS/simplr-forms" ,
66 "homepage" : " https://github.com/SimplrJS/simplr-forms" ,
You can’t perform that action at this time.
0 commit comments