@feedmepos/mf-media 0.0.1-dev → 0.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-media",
3
- "version": "0.0.1-dev",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -13,32 +13,17 @@
13
13
  },
14
14
  "./style.css": "./dist/style.css"
15
15
  },
16
- "scripts": {
17
- "dev": "dotenv -e .env.development -- vite --port 5190",
18
- "build": "run-p type-check \"build-only {@}\" --",
19
- "preview": "vite preview",
20
- "build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist",
21
- "build:mf": "vite build --mode fmmf",
22
- "build-only": "pnpm build:mf && pnpm build:dts",
23
- "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
24
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
25
- "format": "prettier --write src/",
26
- "publish-npm": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
27
- "publish-npm:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
28
- "publish-github": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/",
29
- "publish-github:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/"
30
- },
31
16
  "dependencies": {
32
17
  "@feedmepos/auth": "^1.3.1",
33
18
  "@feedmepos/core": "^2.15.33",
34
19
  "@feedmepos/hrm-permission": "^1.0.16",
35
- "@feedmepos/media-picker": "workspace:^",
36
20
  "@feedmepos/mf-common": "^1.29.23",
37
21
  "@feedmepos/ui-library": "^1.10.10",
38
22
  "pinia": "^2.1.7",
39
23
  "vue": "^3.5.16",
40
24
  "vue-i18n": "10.0.5",
41
- "vue-router": "^4.2.5"
25
+ "vue-router": "^4.2.5",
26
+ "@feedmepos/media-picker": "^0.0.2"
42
27
  },
43
28
  "devDependencies": {
44
29
  "@rushstack/eslint-patch": "^1.3.3",
@@ -60,5 +45,20 @@
60
45
  "typescript": "~5.2.0",
61
46
  "vite": "^4.4.11",
62
47
  "vue-tsc": "^1.8.19"
48
+ },
49
+ "scripts": {
50
+ "dev": "dotenv -e .env.development -- vite --port 5190",
51
+ "build": "run-p type-check \"build-only {@}\" --",
52
+ "preview": "vite preview",
53
+ "build:dts": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json --outDir ./dist",
54
+ "build:mf": "vite build --mode fmmf",
55
+ "build-only": "pnpm build:mf && pnpm build:dts",
56
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
57
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
58
+ "format": "prettier --write src/",
59
+ "publish-npm": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
60
+ "publish-npm:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://registry.npmjs.org/",
61
+ "publish-github": "npm publish --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/",
62
+ "publish-github:beta": "npm publish --tag beta --no-git-checks . --access public --@feedmepos:registry=https://npm.pkg.github.com/"
63
63
  }
64
- }
64
+ }
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- export default _default;