simuchat 1.0.0 → 1.0.1
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.
- package/dist/SimuChat.js +1 -1
- package/package.json +4 -4
package/dist/SimuChat.js
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simuchat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "SimuChat is a lightweight TypeScript library for building interactive chat simulations and dialogue-based experiences directly in the browser",
|
|
5
5
|
"keywords": ["SimuChat", "Messenger", "Chat", "Simulation", "Browser", "TypeScript", "JavaScript"],
|
|
6
|
-
"homepage": "",
|
|
6
|
+
"homepage": "https://github.com/Sigmentium/SimuChat",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"files": ["dist"],
|
|
9
9
|
"main": "dist/SimuChat.js",
|
|
10
10
|
"bugs": {
|
|
11
|
-
"url": "https://",
|
|
11
|
+
"url": "https://github.com/Sigmentium/SimuChat/issues",
|
|
12
12
|
"email": "sigmentiumplay@gmail.com"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
|
-
"build": "npx esbuild index.ts --bundle --outfile=dist/SimuChat.js --platform=browser --format=iife --
|
|
15
|
+
"build": "npx esbuild index.ts --bundle --outfile=dist/SimuChat.js --platform=browser --format=iife --loader:.css=text",
|
|
16
16
|
"prepublishOnly": "npm run build"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|