@scaleflex/asset-picker 0.2.16 → 0.2.17

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.
@@ -2,7 +2,18 @@
2
2
  "permissions": {
3
3
  "allow": [
4
4
  "Bash(npm run:*)",
5
- "Bash(npm view:*)"
5
+ "Bash(npm view:*)",
6
+ "Bash(git ls-tree:*)",
7
+ "Bash(find . -maxdepth 1 -name .env* -o -name *release* -o -name .git*)",
8
+ "Bash(ls -la vite*.config.ts)",
9
+ "Bash(./scripts/publish-github.sh)",
10
+ "Bash(bash scripts/publish-github.sh 2>&1)",
11
+ "Bash(git remote:*)",
12
+ "Bash(git add:*)",
13
+ "Bash(git commit:*)",
14
+ "Bash(grep:*)",
15
+ "Bash(node:*)",
16
+ "Bash(node -p \"require\\(''./package.json''\\).version\")"
6
17
  ]
7
18
  }
8
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scaleflex/asset-picker",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "Framework-agnostic Asset Picker for Scaleflex VXP DAM",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -55,7 +55,7 @@
55
55
  "vite-plugin-dts": "^4.0.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "@scaleflex/uploader": "^0.2.5",
58
+ "@scaleflex/uploader": "^0.2.7",
59
59
  "react": ">=18",
60
60
  "react-dom": ">=18"
61
61
  },