e2sm 0.6.2 → 0.6.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 mfyuu
3
+ Copyright (c) 2026 lemtoc
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.mjs CHANGED
@@ -1827,7 +1827,7 @@ BUILT_IN_PREFIX.codePointAt(0);
1827
1827
 
1828
1828
  //#endregion
1829
1829
  //#region package.json
1830
- var version = "0.6.2";
1830
+ var version = "0.6.3";
1831
1831
 
1832
1832
  //#endregion
1833
1833
  //#region node_modules/sisteransi/src/index.js
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "e2sm",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "license": "MIT",
5
- "author": "mfyuu",
5
+ "author": "lemtoc",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/mfyuu/e2sm.git"
8
+ "url": "https://github.com/lemtoc/e2sm.git"
9
9
  },
10
10
  "bin": {
11
11
  "e2sm": "dist/index.mjs"
@@ -16,7 +16,8 @@
16
16
  ],
17
17
  "type": "module",
18
18
  "publishConfig": {
19
- "access": "public"
19
+ "access": "public",
20
+ "registry": "https://registry.npmjs.org"
20
21
  },
21
22
  "scripts": {
22
23
  "build": "tsdown",