@pgpm/measurements 0.8.0 → 0.10.0

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/Makefile CHANGED
@@ -1,5 +1,5 @@
1
1
  EXTENSION = launchql-measurements
2
- DATA = sql/launchql-measurements--0.7.2.sql
2
+ DATA = sql/launchql-measurements--0.9.0.sql
3
3
 
4
4
  PG_CONFIG = pg_config
5
5
  PGXS := $(shell $(PG_CONFIG) --pgxs)
@@ -1,6 +1,6 @@
1
1
  # launchql-measurements extension
2
2
  comment = 'launchql-measurements extension'
3
- default_version = '0.7.2'
3
+ default_version = '0.9.0'
4
4
  module_pathname = '$libdir/launchql-measurements'
5
5
  requires = 'plpgsql,launchql-verify'
6
6
  relocatable = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpm/measurements",
3
- "version": "0.8.0",
3
+ "version": "0.10.0",
4
4
  "description": "Measurement utilities for performance tracking and analytics",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "contributors": [
@@ -21,7 +21,7 @@
21
21
  "test:watch": "jest --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@pgpm/verify": "0.8.0"
24
+ "@pgpm/verify": "0.10.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "pgpm": "^0.2.0"
@@ -34,5 +34,5 @@
34
34
  "bugs": {
35
35
  "url": "https://github.com/launchql/pgpm-modules/issues"
36
36
  },
37
- "gitHead": "76daa8923128fd8f93a8fd5303239ec998c0bf98"
37
+ "gitHead": "635229dda2c02beeeb2aabb45d3b963026f8700e"
38
38
  }