@ttsc/unplugin 0.11.0-dev.20260518-2 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![NPM Version](https://img.shields.io/npm/v/@ttsc/unplugin.svg)](https://www.npmjs.com/package/@ttsc/unplugin)
7
7
  [![NPM Downloads](https://img.shields.io/npm/dm/@ttsc/unplugin.svg)](https://www.npmjs.com/package/@ttsc/unplugin)
8
8
  [![Build Status](https://github.com/samchon/ttsc/workflows/test/badge.svg)](https://github.com/samchon/ttsc/actions?query=workflow%3Atest)
9
- [![Guide Documents](https://img.shields.io/badge/Guide-Documents-forestgreen)](https://github.com/samchon/ttsc/tree/master/docs)
9
+ [![Guide Documents](https://img.shields.io/badge/Guide-Documents-forestgreen)](https://ttsc.dev/docs)
10
10
  [![Discord Badge](https://img.shields.io/badge/discord-samchon-d91965?style=flat&labelColor=5866f2&logo=discord&logoColor=white&link=https://discord.gg/E94XhzrUCZ)](https://discord.gg/E94XhzrUCZ)
11
11
 
12
12
  Bundler adapter for `ttsc` plugins.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttsc/unplugin",
3
- "version": "0.11.0-dev.20260518-2",
3
+ "version": "0.11.0",
4
4
  "description": "Bundler adapters for ttsc plugins.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",
@@ -99,7 +99,7 @@
99
99
  "tslib": "^2.8.1",
100
100
  "typescript": "^6.0.3",
101
101
  "vite": "^7.1.12",
102
- "ttsc": "0.11.0-dev.20260518-2"
102
+ "ttsc": "0.11.0"
103
103
  },
104
104
  "repository": {
105
105
  "type": "git",
@@ -110,7 +110,7 @@
110
110
  "bugs": {
111
111
  "url": "https://github.com/samchon/ttsc/issues"
112
112
  },
113
- "homepage": "https://github.com/samchon/ttsc/tree/master/packages/unplugin#readme",
113
+ "homepage": "https://ttsc.dev",
114
114
  "sideEffects": false,
115
115
  "scripts": {
116
116
  "build": "rimraf lib && tsgo --emitDeclarationOnly && rollup -c"