@flink-app/static-files-plugin 0.14.3 → 2.0.0-alpha.48

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 (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @flink-app/static-files-plugin
2
2
 
3
+ ## 2.0.0-alpha.48
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @flink-app/flink@2.0.0-alpha.48
9
+
10
+ ## 1.0.0
11
+
12
+ ### Minor Changes
13
+
14
+ - Align minor version, from now all packages in monorepo will have same version
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - Updated dependencies [ee21c29]
20
+ - Updated dependencies [5c2ff97]
21
+ - @flink-app/flink@1.0.0
22
+
3
23
  ## 0.14.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/static-files-plugin",
3
- "version": "0.14.3",
3
+ "version": "2.0.0-alpha.48",
4
4
  "description": "Flink plugin that make flink serve static files",
5
5
  "author": "johan@frost.se",
6
6
  "publishConfig": {
@@ -11,7 +11,7 @@
11
11
  "main": "dist/index.js",
12
12
  "dependencies": {
13
13
  "node-color-log": "^5.3.1",
14
- "@flink-app/flink": "0.14.3"
14
+ "@flink-app/flink": "2.0.0-alpha.48"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "22.13.10"