@techsee/techsee-media-service 25.4.0 → 25.5.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.
- package/LICENSE.md +0 -0
- package/package.json +7 -6
package/LICENSE.md
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techsee/techsee-media-service",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.5.0",
|
|
4
4
|
"description": "Techsee Media Service",
|
|
5
5
|
"author": "TechSee",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "lib/index.js",
|
|
8
8
|
"scripts": {
|
|
9
|
-
"
|
|
10
|
-
"prepublishOnly": "npm run build && npm run tag",
|
|
9
|
+
"prepublishOnly": "npm run build",
|
|
11
10
|
"postpublish": "npm run clean",
|
|
12
|
-
"build": "npm run
|
|
11
|
+
"build": "npm run build-ts",
|
|
13
12
|
"build-ts": "npm run copy-dts && tsc",
|
|
14
13
|
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib",
|
|
15
14
|
"clean": "rm -rf lib",
|
|
@@ -32,7 +31,8 @@
|
|
|
32
31
|
},
|
|
33
32
|
"repository": {
|
|
34
33
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/TechSeeDev/techsee-
|
|
34
|
+
"url": "git+https://github.com/TechSeeDev/techsee-common-packages.git",
|
|
35
|
+
"directory": "packages/techsee-media-service"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@techsee/techsee-common": "^14.14.0",
|
|
@@ -100,5 +100,6 @@
|
|
|
100
100
|
},
|
|
101
101
|
"files": [
|
|
102
102
|
"/lib/**/*"
|
|
103
|
-
]
|
|
103
|
+
],
|
|
104
|
+
"gitHead": "5f776c4b43ef41b0901a122ec9daede59104adc7"
|
|
104
105
|
}
|