Compare commits

..

No commits in common. "v0.1.2" and "v0.1.1" have entirely different histories.

3 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,6 @@
"changelogFile": "docs/CHANGELOG.md" "changelogFile": "docs/CHANGELOG.md"
} }
], ],
"@semantic-release/npm",
"@semantic-release/git", "@semantic-release/git",
{ {
"assets": [ "assets": [
@ -17,6 +16,7 @@
"npm-shrinkwrap.json" "npm-shrinkwrap.json"
] ]
}, },
"@semantic-release/npm"
], ],
"branches": [ "branches": [
"master", "master",

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@lumeweb/libweb", "name": "@lumeweb/libweb",
"version": "0.1.2", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@lumeweb/libweb", "name": "@lumeweb/libweb",
"version": "0.1.2", "version": "0.1.0",
"dependencies": { "dependencies": {
"@lumeweb/libportal": "^0.1.0", "@lumeweb/libportal": "^0.1.0",
"@noble/curves": "^1.1.0", "@noble/curves": "^1.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@lumeweb/libweb", "name": "@lumeweb/libweb",
"version": "0.1.2", "version": "0.1.0",
"main": "lib/index.js", "main": "lib/index.js",
"type": "module", "type": "module",
"repository": { "repository": {
@ -15,6 +15,7 @@
"semantic-release": "^21.0.5" "semantic-release": "^21.0.5"
}, },
"readme": "ERROR: No README data found!", "readme": "ERROR: No README data found!",
"_id": "@lumeweb/libweb@0.1.0",
"scripts": { "scripts": {
"prepare": "presetter bootstrap", "prepare": "presetter bootstrap",
"build": "run build", "build": "run build",