Skip to content

Commit

Permalink
feat: Version 0.0.32 Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
theajack committed Sep 21, 2023
1 parent 0b04ca9 commit 1e26ec2
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alins",
"version": "0.0.31",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "index.js",
"repository": "git@github.com:alinsjs/alins.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins.umd.min.js",
"typings": "dist/alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"module": "dist/alins.esm.min.js",
"module": "src/index.ts",
"unpkg": "dist/alins.iife.min.js",
"jsdelivr": "dist/alins.iife.min.js",
"type": "module"
Expand Down
6 changes: 3 additions & 3 deletions packages/client-reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-reactive",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-reactive.umd.min.js",
"typings": "dist/alins-reactive.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -25,6 +25,6 @@
},
"unpkg": "dist/alins-reactive.iife.min.js",
"jsdelivr": "dist/alins-reactive.iife.min.js",
"module": "dist/alins-reactive.esm.min.js",
"module": "src/index.ts",
"type": "module"
}
6 changes: 3 additions & 3 deletions packages/client-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-standalone",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-standalone.umd.min.js",
"typings": "dist/alins-standalone.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -25,6 +25,6 @@
"dependencies": {
"alins": "^0.0.32"
},
"module": "dist/alins-standalone.esm.min.js",
"module": "src/index.ts",
"type": "module"
}
6 changes: 3 additions & 3 deletions packages/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-utils",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-utils.umd.min.js",
"typings": "dist/alins-utils.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -22,6 +22,6 @@
},
"unpkg": "dist/alins-utils.iife.min.js",
"jsdelivr": "dist/alins-utils.iife.min.js",
"module": "dist/alins-utils.esm.min.js",
"module": "src/index.ts",
"type": "module"
}
6 changes: 3 additions & 3 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-compiler-core",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-compiler-core.cjs.min.js",
"typings": "dist/alins-compiler-core.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,6 +24,6 @@
"@babel/types": "^7.22.5",
"@types/babel__traverse": "^7.20.1"
},
"module": "dist/alins-compiler-core.esm.min.js",
"module": "src/index.ts",
"type": "commonjs"
}
6 changes: 3 additions & 3 deletions packages/compiler-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-compiler-node",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-compiler-node.cjs.min.js",
"typings": "dist/alins-compiler-node.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -27,5 +27,5 @@
"@babel/preset-typescript": "^7.22.5",
"alins-compiler-core": "^0.0.32"
},
"module": "dist/alins-compiler-node.esm.min.js"
"module": "src/index.ts"
}
6 changes: 3 additions & 3 deletions packages/compiler-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-compiler-web",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-compiler-web.umd.min.js",
"typings": "dist/alins-compiler-web.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"alins": "^0.0.32",
"alins-compiler-core": "^0.0.32"
},
"module": "dist/alins-compiler-web.esm.min.js",
"module": "src/index.ts",
"unpkg": "dist/alins-compiler-web.iife.min.js",
"jsdelivr": "dist/alins-compiler-web.iife.min.js",
"type": "module"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "babel-preset-alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/babel-preset-alins.cjs.min.js",
"typings": "dist/babel-preset-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -26,5 +26,5 @@
"@babel/preset-typescript": "^7.22.5",
"babel-plugin-alins": "^0.0.32"
},
"module": "dist/babel-preset-alins.esm.min.js"
"module": "src/index.ts"
}
6 changes: 3 additions & 3 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "babel-plugin-alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/babel-plugin-alins.cjs.min.js",
"typings": "dist/babel-plugin-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,5 +24,5 @@
"dependencies": {
"alins-compiler-core": "^0.0.32"
},
"module": "dist/babel-plugin-alins.esm.min.js"
"module": "src/index.ts"
}
6 changes: 3 additions & 3 deletions packages/plugin-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "esbuild-plugin-alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/esbuild-plugin-alins.cjs.min.js",
"typings": "dist/esbuild-plugin-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,5 +24,5 @@
"dependencies": {
"alins-compiler-node": "^0.0.32"
},
"module": "dist/esbuild-plugin-alins.esm.min.js"
"module": "src/index.ts"
}
6 changes: 4 additions & 2 deletions packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "index.js",
"main": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -23,5 +23,7 @@
"dependencies": {
"@typescript-eslint/parser": "^6.3.0",
"eslint-plugin-react": "^7.33.1"
}
},
"typings": "src/index.ts",
"module": "src/index.ts"
}
6 changes: 3 additions & 3 deletions packages/plugin-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "rollup-plugin-alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/rollup-plugin-alins.cjs.min.js",
"typings": "dist/rollup-plugin-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,5 +24,5 @@
"dependencies": {
"alins-compiler-node": "^0.0.32"
},
"module": "dist/rollup-plugin-alins.esm.min.js"
"module": "src/index.ts"
}
6 changes: 3 additions & 3 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "vite-plugin-alins",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/vite-plugin-alins.cjs.min.js",
"typings": "dist/vite-plugin-alins.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,5 +24,5 @@
"dependencies": {
"alins-compiler-node": "^0.0.32"
},
"module": "dist/vite-plugin-alins.esm.min.js"
"module": "src/index.ts"
}
6 changes: 3 additions & 3 deletions packages/plugin-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "alins-loader",
"version": "0.0.32",
"description": "All-in-js Web UI Framework, No jsx/template/vdom/css/html",
"main": "dist/alins-loader.cjs.min.js",
"typings": "dist/alins-loader.d.ts",
"main": "src/index.ts",
"typings": "src/index.ts",
"repository": "git@github.com:alinsjs/alins.git",
"author": "tackchen <theajack@qq.com>",
"scripts": {
Expand All @@ -24,5 +24,5 @@
"dependencies": {
"alins-compiler-node": "^0.0.32"
},
"module": "dist/alins-loader.esm.min.js"
"module": "src/index.ts"
}

0 comments on commit 1e26ec2

Please sign in to comment.