wirejs-deploy-amplify-basic 0.0.24 → 0.0.25

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.
@@ -53,7 +53,7 @@ function byLength(a, b) {
53
53
  * @returns
54
54
  */
55
55
  function globMatch(pattern, text) {
56
- const parts = pattern.split('*');
56
+ const parts = pattern.split('%');
57
57
  const regex = new RegExp(parts.join('.+'));
58
58
  return regex.test(text);
59
59
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "type": "module",
3
3
  "dependencies": {
4
- "jsdom": "^25.0.0",
5
- "wirejs-dom": "^1.0.35",
6
- "wirejs-resources": "^0.1.9-alpha"
4
+ "jsdom": "^25.0.1",
5
+ "wirejs-dom": "^1.0.38",
6
+ "wirejs-resources": "^0.1.9"
7
7
  }
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-deploy-amplify-basic",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "jsdom": "^25.0.0",
29
29
  "recursive-copy": "^2.0.14",
30
30
  "rimraf": "^6.0.1",
31
- "wirejs-dom": "^1.0.34",
31
+ "wirejs-dom": "^1.0.38",
32
32
  "wirejs-resources": "^0.1.9-alpha"
33
33
  },
34
34
  "devDependencies": {