epos 1.4.2 → 1.4.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epos",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "author": "imkost",
5
5
  "description": "",
6
6
  "keywords": [],
@@ -21,7 +21,10 @@
21
21
  "./plugin-vite": "./src/plugin-vite.js",
22
22
  "./plugin-esbuild": "./src/plugin-esbuild.js"
23
23
  },
24
- "dependencies": {
24
+ "devDependencies": {
25
+ "@eslint/js": "^9.18.0",
26
+ "eslint": "^9.18.0",
27
+ "globals": "^15.14.0",
25
28
  "chokidar": "^4.0.3",
26
29
  "glob": "^11.0.1",
27
30
  "ignore": "^7.0.3",
@@ -29,10 +32,5 @@
29
32
  "mime": "^4.0.6",
30
33
  "prettier": "^3.4.2",
31
34
  "ws": "^8.18.0"
32
- },
33
- "devDependencies": {
34
- "@eslint/js": "^9.18.0",
35
- "eslint": "^9.18.0",
36
- "globals": "^15.14.0"
37
35
  }
38
36
  }
@@ -0,0 +1,26 @@
1
+ /*! *****************************************************************************
2
+ Modifications:
3
+ - 'dom' changed to './lib.dom.d.ts'
4
+ ***************************************************************************** */
5
+
6
+ /*! *****************************************************************************
7
+ Copyright (c) Microsoft Corporation. All rights reserved.
8
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
9
+ this file except in compliance with the License. You may obtain a copy of the
10
+ License at http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
14
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
15
+ MERCHANTABLITY OR NON-INFRINGEMENT.
16
+
17
+ See the Apache Version 2.0 License for specific language governing permissions
18
+ and limitations under the License.
19
+ ***************************************************************************** */
20
+
21
+ /// <reference no-default-lib="true"/>
22
+
23
+ /// <reference lib="es5" />
24
+ /// <reference path="./lib.dom.d.ts" />
25
+ /// <reference lib="webworker.importscripts" />
26
+ /// <reference lib="scripthost" />