@potonz/shortlinks-manager-cf-d1 0.1.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +4 -3
package/dist/index.d.ts CHANGED
@@ -92,7 +92,6 @@ declare abstract class D1PreparedStatement {
92
92
  columnNames?: false;
93
93
  }): Promise<T[]>;
94
94
  }
95
- // Generated by dts-bundle-generator v9.5.1
96
95
  export interface IShortLinksManagerBackend {
97
96
  /**
98
97
  * Initialise any logic before the manager can do its thing. E.g. setting up tables.
package/package.json CHANGED
@@ -8,13 +8,14 @@
8
8
  "homepage": "https://github.com/potonz/shortlinks-manager",
9
9
  "repository": {
10
10
  "url": "git+https://github.com/potonz/shortlinks-manager.git",
11
- "type": "git"
11
+ "type": "git",
12
+ "directory": "packages/shortlinks-manager-cf-d1"
12
13
  },
13
- "version": "0.1.1",
14
+ "version": "0.2.0",
14
15
  "type": "module",
15
16
  "license": "MIT",
16
17
  "dependencies": {
17
- "@potonz/shortlinks-manager": "0.1.0"
18
+ "@potonz/shortlinks-manager": "0.1.1"
18
19
  },
19
20
  "main": "./dist/index.js",
20
21
  "module": "./dist/index.js",