@tealess/context
Advanced tools
Comparing version 0.3.0 to 0.4.0
114
package.json
{ | ||
"name": "@tealess/context", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
"description": "Scaffolding Your First Tealess Component", | ||
"author": "Billgo <hi@billgo.me>", | ||
"prettier": "prettier-config-devjskit", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "bun run build", | ||
"build": "bunx rimraf dist && bun run build:esm && bun run build:bun", | ||
"build:bun": "bun run bun.build.mjs", | ||
"build:esm": "bunx tsup" | ||
}, | ||
"devDependencies": { | ||
"@devjskit/rimraf": "^1.0.0", | ||
"@happy-dom/global-registrator": "^14.7.1", | ||
"@types/bun": "^1.1.1", | ||
"@types/react": "^18.3.1", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/web": "^0.0.143", | ||
"eslint": "^8.57.0", | ||
"eslint-config-devjskit": "^2.2.2", | ||
"prettier": "^3.2.5", | ||
"prettier-config-devjskit": "^2.2.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18.2", | ||
"react-dom": "^18.2" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"devjskit/typescript" | ||
], | ||
"ignorePatterns": [ | ||
"*.mjs", | ||
"lib/*", | ||
"dist/*", | ||
"build/*", | ||
"coverage/*", | ||
"fixtures/*", | ||
"examples/**/*", | ||
"tests/**/*" | ||
] | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"gitHead": "6d0f6b5ef6d6c81e0e4c8871392531d1a097bf78" | ||
"name": "@tealess/context", | ||
"version": "0.4.0", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"description": "Scaffolding Your First Tealess Component", | ||
"author": "Billgo <hi@billgo.me>", | ||
"prettier": "prettier-config-devjskit", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "bun run build", | ||
"build": "bunx rimraf dist && bun run build:esm && bun run build:bun", | ||
"build:bun": "bun run bun.build.mjs", | ||
"build:esm": "bunx tsup" | ||
}, | ||
"devDependencies": { | ||
"@devjskit/rimraf": "^1.0.0", | ||
"@happy-dom/global-registrator": "^14.12.3", | ||
"@types/bun": "^1.1.5", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/web": "^0.0.143", | ||
"eslint": "^9.5.0", | ||
"eslint-config-devjskit": "^3.0.4", | ||
"prettier": "^3.3.2", | ||
"prettier-config-devjskit": "^3.0.4", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@types/react": "*", | ||
"@types/react-dom": "*", | ||
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0", | ||
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
"optional": true | ||
}, | ||
"@types/react-dom": { | ||
"optional": true | ||
} | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"gitHead": "254ed3d59728fbfc3940134485fc72d7aeedfba2" | ||
} |
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
11532
4
8
145