@express-tool/plugin-ci 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @express-tool/plugin-ci@1.0.0 build C:\Users\musta\Workspace\projects\express-tool\packages\plugins\ci
2
+ > @express-tool/plugin-ci@1.0.1 build C:\Users\musta\Workspace\projects\express-tool\packages\plugins\ci
3
3
  > tsup src/index.ts --format esm,cjs --clean && tsc -b --force --emitDeclarationOnly
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,7 +9,7 @@
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  CJS Build start
12
- ESM dist\index.mjs 1.54 KB
13
- ESM ⚡️ Build success in 107ms
14
12
  CJS dist\index.js 2.55 KB
15
- CJS ⚡️ Build success in 120ms
13
+ CJS ⚡️ Build success in 345ms
14
+ ESM dist\index.mjs 1.54 KB
15
+ ESM ⚡️ Build success in 353ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @express-tool/plugin-ci
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Optimized project generation, updated dependencies, and added open-source documentation.
8
+ - Updated dependencies
9
+ - @express-tool/core@1.0.1
10
+
3
11
  ## 1.0.0
4
12
 
5
13
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@express-tool/plugin-ci",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@express-tool/core": "1.0.0"
27
+ "@express-tool/core": "1.0.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "typescript": "^5.4.0",