Skip to content

Commit

Permalink
bumped to 1.2.8-dev.0 🌸
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed May 27, 2024
1 parent 06d3c26 commit 50b0d80
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
7 changes: 4 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-sdk-examples",
"version": "1.2.7",
"version": "1.2.8-dev.0",
"description": "Ocelloids examples.",
"private": true,
"type": "module",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@polkadot/rpc-provider": "^11.0.2",
"@sodazone/ocelloids-sdk": "1.2.7",
"@sodazone/ocelloids-sdk": "1.2.8-dev.0",
"@substrate/connect": "^0.8.10",
"graph-data-structure": "^3.5.0",
"hjson": "^3.2.2",
Expand All @@ -40,5 +40,6 @@
},
"scripts": {
"build": "tsup **/main.ts --clean --minify"
}
},
"stableVersion": "1.2.7"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sideEffects": false,
"type": "module",
"version": "1.2.7",
"version": "1.2.8-dev.0",
"author": "soda <projects@soda.zone>",
"contributors": [
"Marc Fornós <marc@soda.zone>",
Expand Down Expand Up @@ -74,5 +74,6 @@
"@substrate/connect": "0.8.4",
"web-worker": "1.2.0"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.0",
"stableVersion": "1.2.7"
}
7 changes: 4 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-sdk",
"version": "1.2.7",
"version": "1.2.8-dev.0",
"description": "Software development kit for building monitoring applications for Substrate networks.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"web-worker": "1.2.0"
},
"devDependencies": {
"@sodazone/ocelloids-sdk-test": "1.2.7"
"@sodazone/ocelloids-sdk-test": "1.2.8-dev.0"
},
"files": [
"dist",
Expand All @@ -61,5 +61,6 @@
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap --clean --minify && yarn build:worker && yarn build:browser",
"build:worker": "esbuild src/client/worker/smoldot-worker.ts --bundle --packages=external --minify --format=esm --outdir=dist/worker",
"build:browser": "esbuild src/index.ts --define:import.meta=\"{}\" --bundle --packages=external --minify --sourcemap --platform=browser --outdir=dist/browser"
}
},
"stableVersion": "1.2.7"
}
9 changes: 5 additions & 4 deletions packages/pallets/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-sdk-contracts",
"version": "1.2.7",
"version": "1.2.8-dev.0",
"description": "Contracts pallet support.",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -27,10 +27,10 @@
},
"dependencies": {
"@polkadot/api-contract": "^11.0.2",
"@sodazone/ocelloids-sdk": "1.2.7"
"@sodazone/ocelloids-sdk": "1.2.8-dev.0"
},
"devDependencies": {
"@sodazone/ocelloids-sdk-test": "1.2.7"
"@sodazone/ocelloids-sdk-test": "1.2.8-dev.0"
},
"files": [
"dist",
Expand All @@ -49,5 +49,6 @@
"tsup": {
"bundle": true,
"skipNodeModulesBundle": true
}
},
"stableVersion": "1.2.7"
}
5 changes: 3 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-sdk-test",
"version": "1.2.7",
"version": "1.2.8-dev.0",
"description": "Ocelloids SDK testing mocks.",
"sideEffects": true,
"private": true,
Expand Down Expand Up @@ -40,5 +40,6 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean && yarn cp:data",
"cp:data": "shx rm -rf dist/__data__ && shx cp -r src/__data__ dist/"
}
},
"stableVersion": "1.2.7"
}
9 changes: 5 additions & 4 deletions tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sodazone/ocelloids-sdk-tools",
"version": "1.2.7",
"version": "1.2.8-dev.0",
"description": "Ocelloids SDK development tools.",
"sideEffects": false,
"private": true,
Expand All @@ -16,8 +16,8 @@
"octools": "dist/main.cjs"
},
"dependencies": {
"@sodazone/ocelloids-sdk": "1.2.7",
"@sodazone/ocelloids-sdk-test": "1.2.7",
"@sodazone/ocelloids-sdk": "1.2.8-dev.0",
"@sodazone/ocelloids-sdk-test": "1.2.8-dev.0",
"cbor-x": "^1.5.9",
"citty": "^0.1.6"
},
Expand All @@ -30,5 +30,6 @@
},
"devDependencies": {
"shx": "^0.3.4"
}
},
"stableVersion": "1.2.7"
}

0 comments on commit 50b0d80

Please sign in to comment.