@puzzlin/models 0.7.0 → 0.7.2

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/package.json CHANGED
@@ -1,13 +1,9 @@
1
1
  {
2
2
  "name": "@puzzlin/models",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "Shared models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
- "engines": {
8
- "npm": "9.5.1",
9
- "node": "18.16.0"
10
- },
11
7
  "scripts": {
12
8
  "build": "rimraf dist && tsc && tsc-alias",
13
9
  "pack": "npm run build && npm pack",
@@ -1,3 +0,0 @@
1
- /** Token placeholder used for redirect URLs. */
2
- export declare const TOKEN_PLACEHOLDER = "{{token}}";
3
- //# sourceMappingURL=constants.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/auth/utils/constants.ts"],"names":[],"mappings":"AAAA,gDAAgD;AAChD,eAAO,MAAM,iBAAiB,cAAc,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TOKEN_PLACEHOLDER = void 0;
4
- /** Token placeholder used for redirect URLs. */
5
- exports.TOKEN_PLACEHOLDER = '{{token}}';
6
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/auth/utils/constants.ts"],"names":[],"mappings":";;;AAAA,gDAAgD;AACnC,QAAA,iBAAiB,GAAG,WAAW,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './constants';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auth/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./constants"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/auth/utils/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B"}