@lage-run/hasher 0.1.3 → 0.2.1

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/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "@lage-run/hasher",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 15 Feb 2023 16:50:52 GMT",
5
+ "date": "Wed, 08 Mar 2023 17:35:15 GMT",
6
+ "tag": "@lage-run/hasher_v0.2.1",
7
+ "version": "0.2.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "kchau@microsoft.com",
12
+ "package": "@lage-run/hasher",
13
+ "commit": "dfce517d96aacaa7d2e145c18a67e8b7cff00da8",
14
+ "comment": "deleted unused sortObjects"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 08 Mar 2023 00:05:27 GMT",
21
+ "tag": "@lage-run/hasher_v0.2.0",
22
+ "version": "0.2.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "kchau@microsoft.com",
27
+ "package": "@lage-run/hasher",
28
+ "commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f",
29
+ "comment": "allows global script cache"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 21 Feb 2023 21:30:37 GMT",
36
+ "tag": "@lage-run/hasher_v0.1.3",
37
+ "version": "0.1.3",
38
+ "comments": {
39
+ "none": [
40
+ {
41
+ "author": "kchau@microsoft.com",
42
+ "package": "@lage-run/hasher",
43
+ "commit": "d7a8a3fa2bcf434c59bea26d5964dd7235998ad2",
44
+ "comment": "fixing tests"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 15 Feb 2023 16:51:15 GMT",
6
51
  "tag": "@lage-run/hasher_v0.1.3",
7
52
  "version": "0.1.3",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @lage-run/hasher
2
2
 
3
- This log was last generated on Wed, 15 Feb 2023 16:50:52 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Mar 2023 17:35:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.1
8
+
9
+ Wed, 08 Mar 2023 17:35:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - deleted unused sortObjects (kchau@microsoft.com)
14
+
15
+ ## 0.2.0
16
+
17
+ Wed, 08 Mar 2023 00:05:27 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - allows global script cache (kchau@microsoft.com)
22
+
7
23
  ## 0.1.3
8
24
 
9
- Wed, 15 Feb 2023 16:50:52 GMT
25
+ Wed, 15 Feb 2023 16:51:15 GMT
10
26
 
11
27
  ### Patches
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/hasher",
3
- "version": "0.1.3",
3
+ "version": "0.2.1",
4
4
  "description": "Hasher for Lage Targets",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -9,9 +9,9 @@
9
9
  "main": "lib/index.js",
10
10
  "types": "lib/index.d.ts",
11
11
  "scripts": {
12
- "build": "monorepo-scripts tsc",
13
- "start": "monorepo-scripts tsc -w --preserveWatchOutput",
14
- "test": "monorepo-scripts jest",
12
+ "build": "tsc",
13
+ "start": "tsc -w --preserveWatchOutput",
14
+ "test": "jest",
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {