chore: set version to 0.0.0

This commit is contained in:
Viren070
2024-12-26 16:04:13 +00:00
parent 620f2c7931
commit 5e0c69a882
9 changed files with 35 additions and 35 deletions
+18 -18
View File
@@ -1,12 +1,12 @@
{
"name": "aiostreams",
"version": "1.0.0",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aiostreams",
"version": "1.0.0",
"version": "0.0.0",
"license": "MIT",
"workspaces": [
"packages/*"
@@ -9767,11 +9767,11 @@
},
"packages/addon": {
"name": "@aiostreams/addon",
"version": "1.0.0",
"version": "0.0.0",
"dependencies": {
"@aiostreams/formatters": "^1.0.0",
"@aiostreams/types": "^1.0.0",
"@aiostreams/wrappers": "^1.0.0",
"@aiostreams/formatters": "0.0.0",
"@aiostreams/types": "0.0.0",
"@aiostreams/wrappers": "0.0.0",
"express": "^4.21.2"
},
"devDependencies": {
@@ -9780,9 +9780,9 @@
},
"packages/cloudflare-workers": {
"name": "@aiostreams/cloudflare-worker",
"version": "1.0.0",
"version": "0.0.0",
"dependencies": {
"@aiostreams/addon": "^1.0.0",
"@aiostreams/addon": "0.0.0",
"hono": "^4.5.3",
"hono-stremio": "^0.1.1"
},
@@ -9793,16 +9793,16 @@
},
"packages/formatters": {
"name": "@aiostreams/formatters",
"version": "1.0.0",
"version": "0.0.0",
"dependencies": {
"@aiostreams/types": "1.0.0"
"@aiostreams/types": "0.0.0"
}
},
"packages/frontend": {
"name": "@aiostreams/frontend",
"version": "1.0.0",
"version": "0.0.0",
"dependencies": {
"@aiostreams/types": "^1.0.0",
"@aiostreams/types": "0.0.0",
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@@ -9989,21 +9989,21 @@
},
"packages/parser": {
"name": "@aiostreams/parser",
"version": "1.0.0",
"version": "0.0.0",
"dependencies": {
"@aiostreams/types": "1.0.0"
"@aiostreams/types": "0.0.0"
}
},
"packages/types": {
"name": "@aiostreams/types",
"version": "1.0.0"
"version": "0.0.0"
},
"packages/wrappers": {
"name": "@aiostreams/wrappers",
"version": "1.0.0",
"version": "0.0.0",
"devDependencies": {
"@aiostreams/parser": "^1.0.0",
"@aiostreams/types": "^1.0.0"
"@aiostreams/parser": "0.0.0",
"@aiostreams/types": "0.0.0"
}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aiostreams",
"version": "1.0.0",
"version": "0.0.0",
"description": "Stremio addon to combine streams into one addon",
"main": "dist/server.js",
"scripts": {
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/addon",
"version": "1.0.0",
"version": "0.0.0",
"main": "dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
@@ -12,9 +12,9 @@
},
"description": "Combine all your streams into one addon and display them with consistent formatting, sorting, and filtering.",
"dependencies": {
"@aiostreams/wrappers": "^1.0.0",
"@aiostreams/formatters": "^1.0.0",
"@aiostreams/types": "^1.0.0",
"@aiostreams/wrappers": "0.0.0",
"@aiostreams/formatters": "0.0.0",
"@aiostreams/types": "0.0.0",
"express": "^4.21.2"
},
"devDependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/cloudflare-worker",
"version": "1.0.0",
"version": "0.0.0",
"scripts": {
"test": "vitest run --passWithNoTests",
"dev": "wrangler dev src/index.ts",
@@ -8,7 +8,7 @@
"build": "exit 0"
},
"dependencies": {
"@aiostreams/addon": "^1.0.0",
"@aiostreams/addon": "0.0.0",
"hono": "^4.5.3",
"hono-stremio": "^0.1.1"
},
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/formatters",
"version": "1.0.0",
"version": "0.0.0",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
@@ -8,6 +8,6 @@
},
"description": "Library to take parsed information and return a formatted Stremio stream name and description",
"dependencies": {
"@aiostreams/types": "1.0.0"
"@aiostreams/types": "0.0.0"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/frontend",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
@@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@aiostreams/types": "^1.0.0",
"@aiostreams/types": "0.0.0",
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/parser",
"version": "1.0.0",
"version": "0.0.0",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
@@ -8,6 +8,6 @@
},
"description": "Library to parse a torrent filename ",
"dependencies": {
"@aiostreams/types": "1.0.0"
"@aiostreams/types": "0.0.0"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/types",
"version": "1.0.0",
"version": "0.0.0",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@aiostreams/wrappers",
"version": "1.0.0",
"version": "0.0.0",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run --passWithNoTests",
@@ -8,7 +8,7 @@
},
"description": "Library with wrappers for different addons",
"devDependencies": {
"@aiostreams/parser": "^1.0.0",
"@aiostreams/types": "^1.0.0"
"@aiostreams/parser": "0.0.0",
"@aiostreams/types": "0.0.0"
}
}