@pgpm/faker 0.14.0 → 0.15.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgpm/faker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "Fake data generation utilities for testing and development",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"test:watch": "jest --watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@pgpm/types": "0.
|
|
25
|
-
"@pgpm/verify": "0.
|
|
24
|
+
"@pgpm/types": "0.15.0",
|
|
25
|
+
"@pgpm/verify": "0.15.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"pgpm": "^1.0.0"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/constructive-io/pgpm-modules/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "118ac6f810720378fa954e9620abf2516293c148"
|
|
39
39
|
}
|
package/pgpm.plan
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
%syntax-version=1.0.0
|
|
2
|
-
%project=
|
|
3
|
-
%uri=
|
|
2
|
+
%project=pgpm-faker
|
|
3
|
+
%uri=pgpm-faker
|
|
4
4
|
|
|
5
|
-
schemas/faker/schema [
|
|
5
|
+
schemas/faker/schema [pgpm-types:schemas/public/domains/url] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/faker/schema
|
|
6
6
|
schemas/faker/tables/dictionary/table [schemas/faker/schema] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/faker/tables/dictionary/table
|
|
7
7
|
schemas/faker/procedures/utils [schemas/faker/schema schemas/faker/tables/dictionary/table] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/faker/procedures/utils
|
|
8
8
|
schemas/faker/tables/cities/table [schemas/faker/schema] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/faker/tables/cities/table
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
\echo Use "CREATE EXTENSION
|
|
1
|
+
\echo Use "CREATE EXTENSION pgpm-faker" to load this file. \quit
|
|
2
2
|
CREATE SCHEMA faker;
|
|
3
3
|
|
|
4
4
|
CREATE TABLE faker.dictionary (
|
|
@@ -10401,4 +10401,4 @@ INSERT INTO faker.dictionary (
|
|
|
10401
10401
|
('cta', 'Learn more'),
|
|
10402
10402
|
('cta', 'Join now'),
|
|
10403
10403
|
('cta', 'Start now'),
|
|
10404
|
-
('cta', 'Get yours now');
|
|
10404
|
+
('cta', 'Get yours now');
|
package/launchql-faker.control
DELETED