chore(version): bump version to 0.2.4

This commit is contained in:
Simon
2026-01-17 16:22:45 +08:00
parent 05cc4f36c8
commit ab713f3d3a
8 changed files with 8556 additions and 8556 deletions

View File

@@ -1,23 +1,23 @@
{
"name": "@page-agent/cdn",
"private": false,
"version": "0.2.3",
"type": "module",
"files": [
"dist/"
],
"description": "CDN builds for page-agent - IIFE bundles for script tag usage",
"author": "Simon<gaomeng1900>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/page-agent.git"
},
"homepage": "https://alibaba.github.io/page-agent/",
"scripts": {
"build": "vite build && vite build --mode demo"
},
"dependencies": {
"page-agent": "0.2.3"
}
"name": "@page-agent/cdn",
"private": false,
"version": "0.2.4",
"type": "module",
"files": [
"dist/"
],
"description": "CDN builds for page-agent - IIFE bundles for script tag usage",
"author": "Simon<gaomeng1900>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/page-agent.git"
},
"homepage": "https://alibaba.github.io/page-agent/",
"scripts": {
"build": "vite build && vite build --mode demo"
},
"dependencies": {
"page-agent": "0.2.4"
}
}