@helenejs/react
Advanced tools
Comparing version 1.3.0-alpha.20 to 1.3.0-alpha.21
{ | ||
"name": "@helenejs/react", | ||
"version": "1.3.0-alpha.20", | ||
"description": "Real-time Web Apps for Node.js and Bun", | ||
"version": "1.3.0-alpha.21", | ||
"description": "Real-time Web Apps for Node.js", | ||
"main": "lib/index.js", | ||
@@ -12,5 +12,3 @@ "type": "commonjs", | ||
"rebuild": "yarn run clean && yarn run build", | ||
"bun:test": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'yarn run bun:test:mocha'", | ||
"bun:test:mocha": "bun --bun run mocha -r setup-tests.js --extensions ts,tsx --file ../../node_modules/@helenejs/testing --exit 'src/**/*.test.*'", | ||
"node:test": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'bun run node:test:mocha'", | ||
"node:test": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'yarn run node:test:mocha'", | ||
"node:test:mocha": "mocha -r ts-node/register/transpile-only -r setup-tests.js --file ../../node_modules/@helenejs/testing --extension ts,tsx --exit 'src/**/*.test.*'", | ||
@@ -29,5 +27,5 @@ "prepublishOnly": "yarn run rebuild" | ||
"devDependencies": { | ||
"@helenejs/client": "^1.3.0-alpha.20", | ||
"@helenejs/data": "^1.3.0-alpha.20", | ||
"@helenejs/testing": "^1.3.0-alpha.20", | ||
"@helenejs/client": "^1.3.0-alpha.21", | ||
"@helenejs/data": "^1.3.0-alpha.21", | ||
"@helenejs/testing": "^1.3.0-alpha.21", | ||
"@testing-library/dom": "^9.3.1", | ||
@@ -52,4 +50,3 @@ "@testing-library/react": "^14.0.0", | ||
"node", | ||
"nodejs", | ||
"bun" | ||
"nodejs" | ||
], | ||
@@ -67,3 +64,3 @@ "bugs": { | ||
}, | ||
"gitHead": "02dfc8a15932b071cf62cd541d939ebccee6b1c5" | ||
"gitHead": "a95b5c7d21c9074c92c23d4e621b81591ee40b2e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61043