Skip to content

Commit

Permalink
Merge branch 'main' into npm-v9
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Nov 28, 2023
2 parents 11e8db8 + 56e059f commit 460ffa2
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions demos/client-bundle-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@prosopo/client-bundle-example",
"main": "index.js",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand All @@ -18,4 +18,4 @@
"tslib": "2.6.2",
"typescript": "5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions demos/client-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/app.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand Down Expand Up @@ -54,4 +54,4 @@
"vite": "^4.5.0",
"@prosopo/config": "0.2.16"
}
}
}
4 changes: 2 additions & 2 deletions demos/client-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"dependencies": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions demos/provider-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand All @@ -33,4 +33,4 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions dev/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "npx eslint . --fix"
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"author": "Prosopo Limited",
Expand Down Expand Up @@ -73,4 +73,4 @@
"registry": "https://registry.npmjs.org"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions dev/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand Down Expand Up @@ -63,4 +63,4 @@
"typescript": "5.1.6",
"vitest": "^0.34.2"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"private": true,
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"workspaces": [
Expand Down Expand Up @@ -125,4 +125,4 @@
"captcha-alternative"
],
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"typescript": "5.1.6"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -56,4 +56,4 @@
"author": "Prosopo",
"license": "Apache-2.0",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -59,4 +59,4 @@
"registry": "https://registry.npmjs.org"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"main": "./dist/index.js",
Expand Down Expand Up @@ -77,4 +77,4 @@
},
"description": "",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"typescript": "5.1.6"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/datasets-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"private": false,
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand Down Expand Up @@ -65,4 +65,4 @@
"test": "tests"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/datasets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"private": false,
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"test": "tests"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -42,4 +42,4 @@
"author": "Prosopo",
"license": "Apache-2.0",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/file-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"author": "Prosopo",
"license": "Apache-2.0",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/procaptcha-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"sideEffects": false,
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -63,4 +63,4 @@
"typescript": "5.1.6",
"webpack-merge": "^5.9.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/procaptcha-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"sideEffects": false,
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -59,4 +59,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}
4 changes: 2 additions & 2 deletions packages/procaptcha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand Down Expand Up @@ -75,4 +75,4 @@
"registry": "https://registry.npmjs.org"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -75,4 +75,4 @@
},
"homepage": "https://github.com/prosopo/captcha#readme",
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"tslib": "2.6.2",
"typescript": "5.1.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/types-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"typescript": "5.1.6"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/types-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -43,4 +43,4 @@
"typescript": "5.1.6"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"exports": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"typescript": "5.1.6"
},
"sideEffects": false
}
}
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"private": false,
"engines": {
"node": ">=16",
"node": ">=18",
"npm": ">=9"
},
"scripts": {
Expand Down Expand Up @@ -59,4 +59,4 @@
},
"description": "Utility package to house all code that is not specific to prosopo. E.g. random number generation, string manipulation, etc.",
"sideEffects": false
}
}
Loading

0 comments on commit 460ffa2

Please sign in to comment.