Compare commits

..

No commits in common. "c90d63b191be9030b41e296fc10bfd2961a47f46" and "4e4d5e252fb2bff0fc5dcc6aca68393d6b3c5f9f" have entirely different histories.

3 changed files with 50 additions and 31043 deletions

View File

@ -1,22 +1,14 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/git",
{
"assets": [
"package.json",
"docs/CHANGELOG.md",
"npm-shrinkwrap.json"
"docs/CHANGELOG.md"
]
}
]
},
"@semantic-release/npm"
],
"branches": [
"master",

30979
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/libportal",
"version": "0.1.0",
"version": "0.0.0-development",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
@ -30,7 +30,7 @@
"_id": "@lumeweb/libportal@0.1.0",
"scripts": {
"prepare": "presetter bootstrap",
"build": "presetter run build",
"build": "presetter build",
"semantic-release": "semantic-release"
},
"dependencies": {
@ -43,11 +43,5 @@
"stream-to-blob": "^2.0.1",
"tus-js-client": "^3.1.0",
"web-streams-polyfill": "^3.2.1"
},
"files": [
"lib/**"
],
"publishConfig": {
"access": "public"
}
}