Skip to content

Commit

Permalink
feat: Version 0.0.23-beta.0 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Aug 14, 2023
1 parent a9c9b7d commit 7331b8b
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 69 deletions.
13 changes: 7 additions & 6 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins.umd.min.js",
"typings": "dist/alins.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,11 +19,12 @@
"license": "MIT",
"type": "module",
"dependencies": {
"alins-reactive": "^0.0.22",
"alins-utils": "^0.0.22"
"alins-reactive": "^0.0.23-beta.0",
"alins-utils": "^0.0.23-beta.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"module": "dist/alins.esm.min.js",
"unpkg": "dist/alins.iife.min.js",
Expand Down
11 changes: 6 additions & 5 deletions packages/client-reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-reactive",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-reactive.umd.min.js",
"typings": "dist/alins-reactive.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,10 +19,11 @@
"license": "MIT",
"type": "module",
"dependencies": {
"alins-utils": "^0.0.22"
"alins-utils": "^0.0.23-beta.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"unpkg": "dist/alins-reactive.iife.min.js",
"jsdelivr": "dist/alins-reactive.iife.min.js",
Expand Down
11 changes: 6 additions & 5 deletions packages/client-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-standalone",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-standalone.umd.min.js",
"typings": "dist/alins-standalone.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,12 +19,13 @@
"license": "MIT",
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"unpkg": "dist/alins-standalone.iife.min.js",
"jsdelivr": "dist/alins-standalone.iife.min.js",
"dependencies": {
"alins": "^0.0.22"
"alins": "^0.0.23-beta.0"
},
"module": "dist/alins-standalone.esm.min.js"
}
9 changes: 5 additions & 4 deletions packages/client-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-utils",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-utils.umd.min.js",
"typings": "dist/alins-utils.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,7 +19,8 @@
"license": "MIT",
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"unpkg": "dist/alins-utils.iife.min.js",
"jsdelivr": "dist/alins-utils.iife.min.js",
Expand Down
9 changes: 5 additions & 4 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-compiler-core",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-compiler-core.cjs.min.js",
"typings": "dist/alins-compiler-core.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,7 +19,8 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"@babel/types": "^7.22.5",
Expand Down
11 changes: 6 additions & 5 deletions packages/compiler-node/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-compiler-node",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-compiler-node.cjs.min.js",
"typings": "dist/alins-compiler-node.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,13 +19,14 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"alins-compiler-core": "^0.0.22"
"alins-compiler-core": "^0.0.23-beta.0"
},
"module": "dist/alins-compiler-node.esm.min.js"
}
13 changes: 7 additions & 6 deletions packages/compiler-web/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-compiler-web",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-compiler-web.umd.min.js",
"typings": "dist/alins-compiler-web.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,12 +19,13 @@
"license": "MIT",
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"@babel/standalone": "^7.22.9",
"alins": "^0.0.22",
"alins-compiler-core": "^0.0.22"
"alins": "^0.0.23-beta.0",
"alins-compiler-core": "^0.0.23-beta.0"
},
"unpkg": "dist/alins-compiler-web.iife.min.js",
"jsdelivr": "dist/alins-compiler-web.iife.min.js",
Expand Down
11 changes: 6 additions & 5 deletions packages/plugin-babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "babel-preset-alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/babel-preset-alins.cjs.min.js",
"typings": "dist/babel-preset-alins.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,12 +19,13 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"babel-plugin-alins": "^0.0.22"
"babel-plugin-alins": "^0.0.23-beta.0"
},
"module": "dist/babel-preset-alins.esm.min.js"
}
11 changes: 6 additions & 5 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "babel-plugin-alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/babel-plugin-alins.cjs.min.js",
"typings": "dist/babel-plugin-alins.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,10 +19,11 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"alins-compiler-core": "^0.0.22"
"alins-compiler-core": "^0.0.23-beta.0"
},
"module": "dist/babel-plugin-alins.esm.min.js"
}
11 changes: 6 additions & 5 deletions packages/plugin-esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "esbuild-plugin-alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/esbuild-plugin-alins.cjs.min.js",
"typings": "dist/esbuild-plugin-alins.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,10 +19,11 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"alins-compiler-node": "^0.0.22"
"alins-compiler-node": "^0.0.23-beta.0"
},
"module": "dist/esbuild-plugin-alins.esm.min.js"
}
7 changes: 3 additions & 4 deletions packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "eslint-config-alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"main": "index.js",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -23,6 +23,5 @@
"dependencies": {
"@typescript-eslint/parser": "^6.3.0",
"eslint-plugin-react": "^7.33.1"
},
"typings": "src/index.ts"
}
}
11 changes: 6 additions & 5 deletions packages/plugin-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rollup-plugin-alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/rollup-plugin-alins.cjs.min.js",
"typings": "dist/rollup-plugin-alins.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,10 +19,11 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"alins-compiler-node": "^0.0.22"
"alins-compiler-node": "^0.0.23-beta.0"
},
"module": "dist/rollup-plugin-alins.esm.min.js"
}
11 changes: 6 additions & 5 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vite-plugin-alins",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/vite-plugin-alins.cjs.min.js",
"typings": "dist/vite-plugin-alins.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,10 +19,11 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"alins-compiler-node": "^0.0.22"
"alins-compiler-node": "^0.0.23-beta.0"
},
"module": "dist/vite-plugin-alins.esm.min.js"
}
11 changes: 6 additions & 5 deletions packages/plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alins-loader",
"version": "0.0.22",
"version": "0.0.23-beta.0",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "src/index.ts",
"typings": "src/index.ts",
"main": "dist/alins-loader.cjs.min.js",
"typings": "dist/alins-loader.d.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -19,10 +19,11 @@
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"tag": "beta"
},
"dependencies": {
"alins-compiler-node": "^0.0.22"
"alins-compiler-node": "^0.0.23-beta.0"
},
"module": "dist/alins-loader.esm.min.js"
}

0 comments on commit 7331b8b

Please sign in to comment.