Skip to content

Commit

Permalink
bump version to 0.1.5 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed May 3, 2023
1 parent 26b9a5b commit 5c822bc
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description = "CosmWasm swiss-army knife configured for Osmosis by default, but
edition = "2021"
license = "MIT OR Apache-2.0"
name = "beaker"
version = "0.1.4"
version = "0.1.5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion ts/beaker-console/dist/index.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* beaker-console v0.1.2
* beaker-console v0.1.5
* (c) Supanat Potiwarakorn
* Released under the MIT OR Apache-2.0 License.
*/
Expand Down
2 changes: 1 addition & 1 deletion ts/beaker-console/dist/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/beaker-console/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/beaker-console/dist/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* beaker-console v0.1.2
* beaker-console v0.1.5
* (c) Supanat Potiwarakorn
* Released under the MIT OR Apache-2.0 License.
*/
Expand Down
2 changes: 1 addition & 1 deletion ts/beaker-console/dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/beaker-console/dist/index.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 78 additions & 78 deletions ts/beaker-console/package.json
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
{
"name": "beaker-console",
"version": "0.1.4",
"description": "",
"cdn": "dist/index.umd.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"unpkg": "dist/index.umd.js",
"module": "dist/index.esm.js",
"jsdelivr": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
"exports": {
".": [
{
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./dist/index.js"
]
},
"devDependencies": {
"@swc/core": "^1.2.198",
"@swc/helpers": "^0.3.17",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.4.1",
"@types/node": "^18.7.18",
"@types/prettier": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.4",
"ts-jest-resolver": "^2.0.0",
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.3"
},
"bin": {
"beaker-console": "./src/console.js"
},
"scripts": {
"doc": "typedoc src/index.ts",
"test": "jest --passWithNoTests",
"lint": "eslint \"*/**/*.{ts,js,json}\"",
"lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
"build": "rollup --config ./rollup.config.js",
"prepublishOnly": "npm run doc && npm run lint && npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osmosis-labs/beaker.git"
},
"keywords": [],
"author": {
"name": "Supanat Potiwarakorn"
},
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/osmosis-labs/beaker/issues"
},
"homepage": "https://github.com/osmosis-labs/beaker#readme",
"dependencies": {
"case": "^1.6.3",
"chalk": "^5.0.1",
"cosmwasm": "^1.1.1",
"pretty-repl": "^3.1.1",
"prompts": "^2.4.2"
},
"overrides": {
"emphasize": "4.2.0"
}
"name": "beaker-console",
"version": "0.1.5",
"description": "",
"cdn": "dist/index.umd.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"unpkg": "dist/index.umd.js",
"module": "dist/index.esm.js",
"jsdelivr": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
"exports": {
".": [
{
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./dist/index.js"
]
},
"devDependencies": {
"@swc/core": "^1.2.198",
"@swc/helpers": "^0.3.17",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.4.1",
"@types/node": "^18.7.18",
"@types/prettier": "^2.6.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.1.4",
"ts-jest-resolver": "^2.0.0",
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.3"
},
"bin": {
"beaker-console": "./src/console.js"
},
"scripts": {
"doc": "typedoc src/index.ts",
"test": "jest --passWithNoTests",
"lint": "eslint \"*/**/*.{ts,js,json}\"",
"lint:fix": "eslint \"*/**/*.{ts,js,json}\" --fix",
"build": "rollup --config ./rollup.config.js",
"prepublishOnly": "npm run doc && npm run lint && npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osmosis-labs/beaker.git"
},
"keywords": [],
"author": {
"name": "Supanat Potiwarakorn"
},
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/osmosis-labs/beaker/issues"
},
"homepage": "https://github.com/osmosis-labs/beaker#readme",
"dependencies": {
"case": "^1.6.3",
"chalk": "^5.0.1",
"cosmwasm": "^1.1.1",
"pretty-repl": "^3.1.1",
"prompts": "^2.4.2"
},
"overrides": {
"emphasize": "4.2.0"
}
}

0 comments on commit 5c822bc

Please sign in to comment.