@synstack/text 1.0.5 → 1.0.6

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.5",
8
+ "version": "1.0.6",
9
9
  "description": "String templating as it was meant to be",
10
10
  "keywords": [
11
11
  "string",
@@ -51,7 +51,7 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@synstack/json": "1.0.4",
54
+ "@synstack/json": "1.0.5",
55
55
  "@synstack/resolved": "1.0.4",
56
56
  "@synstack/str": "1.0.5"
57
57
  },
@@ -66,5 +66,5 @@
66
66
  "!src/**/*.test.ts",
67
67
  "dist/**/*"
68
68
  ],
69
- "gitHead": "56d10a76fc60a7b06a4e5d97700fb0d0e8049910"
69
+ "gitHead": "d546d2c4f93c375818e3d18272c08f7ebe523f8f"
70
70
  }