@empjs/share 3.1.0 → 3.1.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/package.json +8 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empjs/share",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "emp share and runtime",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -99,11 +99,15 @@
|
|
|
99
99
|
"@rspack/core": "^1.0.4",
|
|
100
100
|
"@swc/core": "^1.4.14",
|
|
101
101
|
"tsup": "^8.2.3",
|
|
102
|
+
"serve": "^14.2.1",
|
|
102
103
|
"typescript": "^5.5.4",
|
|
103
|
-
"@empjs/cli": "3.1.
|
|
104
|
+
"@empjs/cli": "3.1.1"
|
|
104
105
|
},
|
|
105
106
|
"scripts": {
|
|
106
|
-
"dev": "
|
|
107
|
-
"
|
|
107
|
+
"dev": "pnpm run /^dev:.*/",
|
|
108
|
+
"dev:lib-dev": "tsup --watch",
|
|
109
|
+
"dev:serve": "serve ./output --cors -p 2100",
|
|
110
|
+
"build": "tsup",
|
|
111
|
+
"start": "serve ./output --cors -p 2100"
|
|
108
112
|
}
|
|
109
113
|
}
|