@synstack/str 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "access": "public"
6
6
  },
7
7
  "packageManager": "yarn@4.4.0",
8
- "version": "1.0.3",
8
+ "version": "1.0.4",
9
9
  "description": "Advanced chainable string manipulation",
10
10
  "keywords": [
11
11
  "string",
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@synstack/pipe": "1.0.3",
50
+ "@synstack/pipe": "1.0.4",
51
51
  "change-case": "^5.4.4"
52
52
  },
53
53
  "devDependencies": {
@@ -61,5 +61,5 @@
61
61
  "!src/**/*.test.ts",
62
62
  "dist/**/*"
63
63
  ],
64
- "gitHead": "ed339f5b4ef3a70b7371313234250b1e7445ef69"
64
+ "gitHead": "5202068abb55d05288de38b20aa83fe5279eb2c6"
65
65
  }