@e-mc/types 0.3.3 → 0.4.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 (4) hide show
  1. package/LICENSE +10 -10
  2. package/constant.d.ts +4 -4
  3. package/index.js +904 -904
  4. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,11 +1,11 @@
1
- Copyright 2023 An Pham
2
-
3
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
-
5
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
-
7
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
-
9
- 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
-
1
+ Copyright 2023 An Pham
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
+
7
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+
11
11
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package/constant.d.ts CHANGED
@@ -168,19 +168,19 @@ export const enum PACKAGE_NAME {
168
168
  DB = '@e-mc/db',
169
169
  DB_POOL = '@e-mc/db/pool',
170
170
  DOCUMENT = '@e-mc/document',
171
- DOCUMENT_ANDROID = '@e-mc2/android',
172
- DOCUMENT_CHROME = '@e-mc2/chrome',
171
+ DOCUMENT_ANDROID = '@pi-r/android',
172
+ DOCUMENT_CHROME = '@pi-r/chrome',
173
173
  DOCUMENT_TRANSFORM = '@e-mc/document/transform',
174
174
  DOCUMENT_UTIL = '@e-mc/document/util',
175
175
  FILE_MANAGER = '@e-mc/file-manager',
176
176
  IMAGE = '@e-mc/image',
177
- IMAGE_JIMP = '@e-mc2/jimp',
177
+ IMAGE_JIMP = '@pi-r/jimp',
178
178
  MODULE = '@e-mc/module',
179
179
  MODULE_LIB_V4 = '@e-mc/module/lib-v4',
180
180
  REQUEST = '@e-mc/request',
181
181
  REQUEST_HTTP_HOST = '@e-mc/request/http/host',
182
182
  TASK = '@e-mc/task',
183
- TASK_GULP = '@e-mc2/gulp',
183
+ TASK_GULP = '@pi-r/gulp',
184
184
  TYPES = '@e-mc/types',
185
185
  WATCH = '@e-mc/watch',
186
186
  WATCH_FILEGROUP = '@e-mc/watch/filegroup'