fsd-vod 0.13.0 → 0.13.2

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/LICENSE +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 郑州脉冲软件科技有限公司
3
+ Copyright (c) 2023 郑州渺漠信息科技有限公司
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fsd-vod",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "Aliyun OSS adapter for fsd",
5
5
  "main": "lib/index.js",
6
6
  "types": "index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "@alicloud/pop-core": "^1.7.13",
16
16
  "akita": "^1.0.4",
17
17
  "debug": "^4.3.4",
18
- "fsd-oss": "^0.13.0",
19
- "lru-cache": "^9.1.1"
18
+ "fsd-oss": "^0.13.2",
19
+ "lru-cache": "^10.0.1"
20
20
  },
21
- "gitHead": "1548128573c0fd22977706a6704029ec3ca3bab6"
21
+ "gitHead": "f5aaaca713f514d3a8fb65bc2eecd1e8df8fd5c8"
22
22
  }