@cedarjs/api 1.0.0-canary.12348 → 1.0.0-canary.12349

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.
@@ -8,4 +8,5 @@ export * from './cors.js';
8
8
  export * from './event.js';
9
9
  export declare const prismaVersion: any;
10
10
  export declare const redwoodVersion: any;
11
+ export declare const cedarjsVersion: any;
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AA8B1B,eAAO,MAAM,aAAa,KAA8C,CAAA;AACxE,eAAO,MAAM,cAAc,KAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AA8B1B,eAAO,MAAM,aAAa,KAA8C,CAAA;AACxE,eAAO,MAAM,cAAc,KAAuB,CAAA;AAClD,eAAO,MAAM,cAAc,KAAuB,CAAA"}
package/dist/cjs/index.js CHANGED
@@ -29,6 +29,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
  var index_exports = {};
31
31
  __export(index_exports, {
32
+ cedarjsVersion: () => cedarjsVersion,
32
33
  prismaVersion: () => prismaVersion,
33
34
  redwoodVersion: () => redwoodVersion
34
35
  });
@@ -67,8 +68,10 @@ if (packageJson?.name !== "@cedarjs/api") {
67
68
  }
68
69
  const prismaVersion = packageJson?.dependencies["@prisma/client"];
69
70
  const redwoodVersion = packageJson?.version;
71
+ const cedarjsVersion = packageJson?.version;
70
72
  // Annotate the CommonJS export names for ESM import in node:
71
73
  0 && (module.exports = {
74
+ cedarjsVersion,
72
75
  prismaVersion,
73
76
  redwoodVersion,
74
77
  ...require("./auth/index.js"),
package/dist/index.d.ts CHANGED
@@ -8,4 +8,5 @@ export * from './cors.js';
8
8
  export * from './event.js';
9
9
  export declare const prismaVersion: any;
10
10
  export declare const redwoodVersion: any;
11
+ export declare const cedarjsVersion: any;
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AA8B1B,eAAO,MAAM,aAAa,KAA8C,CAAA;AACxE,eAAO,MAAM,cAAc,KAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,cAAc,8BAA8B,CAAA;AAC5C,cAAc,yBAAyB,CAAA;AACvC,cAAc,YAAY,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA;AACzB,cAAc,YAAY,CAAA;AA8B1B,eAAO,MAAM,aAAa,KAA8C,CAAA;AACxE,eAAO,MAAM,cAAc,KAAuB,CAAA;AAClD,eAAO,MAAM,cAAc,KAAuB,CAAA"}
package/dist/index.js CHANGED
@@ -32,7 +32,9 @@ if (packageJson?.name !== "@cedarjs/api") {
32
32
  }
33
33
  const prismaVersion = packageJson?.dependencies["@prisma/client"];
34
34
  const redwoodVersion = packageJson?.version;
35
+ const cedarjsVersion = packageJson?.version;
35
36
  export {
37
+ cedarjsVersion,
36
38
  prismaVersion,
37
39
  redwoodVersion
38
40
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api",
3
- "version": "1.0.0-canary.12348+80a540751",
3
+ "version": "1.0.0-canary.12349+4e88d87a2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -95,7 +95,7 @@
95
95
  "title-case": "3.0.3"
96
96
  },
97
97
  "devDependencies": {
98
- "@cedarjs/framework-tools": "1.0.0-canary.12348",
98
+ "@cedarjs/framework-tools": "1.0.0-canary.12349",
99
99
  "@types/aws-lambda": "8.10.145",
100
100
  "@types/jsonwebtoken": "9.0.8",
101
101
  "@types/memjs": "1",
@@ -123,5 +123,5 @@
123
123
  "optional": true
124
124
  }
125
125
  },
126
- "gitHead": "80a540751f62557b510d50049ce795a3dd0b2c5e"
126
+ "gitHead": "4e88d87a25b6259d9ebdfa08c857106c4252e283"
127
127
  }