Skip to content

Commit

Permalink
1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Jul 25, 2024
1 parent 99b0fb0 commit 9346b90
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/core",
"version": "1.13.1",
"version": "1.13.2",
"keywords": [
"http-request",
"http-client",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/debugger-web",
"version": "1.13.1",
"version": "1.13.2",
"main": "es/index.js",
"module": "es/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/my/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/my",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/node",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.13.1",
"version": "1.13.2",
"private": "true",
"devDependencies": {
"lyla": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/qq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/qq",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"dev": "vite --host",
"check-type": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/tt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/tt",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/uni-app",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lyla",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.cjs.json",
"prepublishOnly": "pnpm run build"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/web",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/wx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lylajs/wx",
"version": "1.13.1",
"version": "1.13.2",
"scripts": {
"check-type": "tsc -p tsconfig.cjs.json --noEmit",
"build": "rm -rf es lib dist && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && rollup -c rollup.config.js",
Expand Down

0 comments on commit 9346b90

Please sign in to comment.