v0.14.2
Features
Run WASM modules in Pepr - #314 by @cmwylie19. More info in the docs.
{
"name": "pepr-test-module",
"version": "0.0.1",
"description": "A test module for Pepr",
"keywords": [
"pepr",
"k8s",
"policy-engine",
"pepr-module",
"security"
],
"engines": {
"node": ">=18.0.0"
},
"pepr": {
"name": "pepr-test-module",
"uuid": "static-test",
"onError": "ignore",
"alwaysIgnore": {
"namespaces": [],
"labels": []
},
"includedFiles":[
"main.wasm",
"wasm_exec.js"
]
},What's Changed
- chore: security updates by @cmwylie19 in #316
- chore: bump the development-dependencies group with 1 update by @dependabot in #317
- chore: bump the production-dependencies group with 1 update by @dependabot in #319
- chore: bump the development-dependencies group with 2 updates by @dependabot in #322
- chore: bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #323
- chore: bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #325
- chore: bump the production-dependencies group with 1 update by @dependabot in #327
- chore: bump the development-dependencies group with 7 updates by @dependabot in #326
- chore: onschedule adr by @cmwylie19 in #320
- docs: fix typo dom intellisense discussion by @cmwylie19 in #318
Full Changelog: v0.14.1...v0.14.2