browser-stream-util
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "browser-stream-util", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"publishConfig": { | ||
@@ -28,5 +28,7 @@ "access": "public", | ||
"scripts": { | ||
"prepare": "npm run prepare:typescript", | ||
"prepare": "node --run prepare:vite && node --run prepare:typescript", | ||
"prepare:vite": "vite build", | ||
"prepare:typescript": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs", | ||
"test": "npm run test:browser-ava && npm run test:ava", | ||
"start": "vite", | ||
"test": "node --run test:browser-ava && node --run test:ava", | ||
"test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs", | ||
@@ -36,3 +38,3 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"docs": "documentation readme --section=API ./src/**/*.mjs", | ||
"lint": "npm run lint:docs && npm run lint:typescript", | ||
"lint": "node --run lint:docs && node --run lint:typescript", | ||
"lint:docs": "documentation lint ./src/**/*.mjs", | ||
@@ -42,11 +44,21 @@ "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs" | ||
"devDependencies": { | ||
"@semantic-release/commit-analyzer": "^13.0.0", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/github": "^11.0.0", | ||
"@semantic-release/release-notes-generator": "^14.0.1", | ||
"@types/readable-stream": "^4.0.15", | ||
"@types/text-encoding": "^0.0.39", | ||
"ava": "^6.1.3", | ||
"browser-ava": "^2.2.32", | ||
"ava": "^6.2.0", | ||
"browser-ava": "^2.2.36", | ||
"c8": "^10.1.2", | ||
"documentation": "^14.0.3", | ||
"semantic-release": "^24.1.2", | ||
"typescript": "^5.7.0-beta" | ||
"npm-pkgbuild": "^15.6.4", | ||
"semantic-release": "^24.2.0", | ||
"typescript": "^5.7.0-beta", | ||
"vite": "^5.4.10", | ||
"vite-plugin-compression2": "^1.3.0" | ||
}, | ||
"optionalDependencies": { | ||
"mf-hosting-frontend": "^3.8.1" | ||
}, | ||
"repository": { | ||
@@ -60,2 +72,57 @@ "type": "git", | ||
"homepage": "https://github.com/k0nsti/browser-stream-util#readme", | ||
"pkgbuild": { | ||
"content": { | ||
"${install.dir}": "build/" | ||
}, | ||
"example": true, | ||
"frontend": true | ||
}, | ||
"release": { | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/exec", | ||
{ | ||
"publishCmd": "npx npm-pkgbuild --publish dist" | ||
} | ||
], | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"assets": [ | ||
{ | ||
"path": "dist/*.deb", | ||
"label": "any Debian Package" | ||
}, | ||
{ | ||
"path": "dist/*any.pkg.*", | ||
"label": "any Arch Linux Package" | ||
}, | ||
{ | ||
"path": "dist/*x86_64.pkg.*", | ||
"label": "x86_64 Arch Linux Package" | ||
}, | ||
{ | ||
"path": "dist/*aarch64.pkg.*", | ||
"label": "arm64 Arch Linux Package" | ||
}, | ||
{ | ||
"path": "dist/*noarch.rpm", | ||
"label": "noarch RPM" | ||
}, | ||
{ | ||
"path": "dist/*x86_64.rpm", | ||
"label": "x86_64 RPM" | ||
}, | ||
{ | ||
"path": "dist/*aarch64.rpm", | ||
"label": "arm64 RPM" | ||
} | ||
] | ||
} | ||
] | ||
] | ||
}, | ||
"template": { | ||
@@ -66,2 +133,3 @@ "inheritFrom": [ | ||
"arlac77/template-javascript-component", | ||
"arlac77/template-npm-pkgbuild", | ||
"arlac77/template-typescript" | ||
@@ -68,0 +136,0 @@ ] |
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
14285
6
1
15