@atlaspack/transformer-webextension 2.14.21-typescript-1fd1095e8.0 → 2.14.21-typescript-e99c742e9.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.
@@ -0,0 +1,3 @@
1
+ import { Transformer } from '@atlaspack/plugin';
2
+ declare const _default: Transformer<unknown>;
3
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import type { SchemaEntity } from '@atlaspack/utils';
2
+ export declare const MV3Schema: SchemaEntity;
3
+ export declare const MV2Schema: SchemaEntity;
4
+ export declare const VersionSchema: SchemaEntity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/transformer-webextension",
3
- "version": "2.14.21-typescript-1fd1095e8.0",
3
+ "version": "2.14.21-typescript-e99c742e9.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,20 +9,20 @@
9
9
  "type": "git",
10
10
  "url": "https://github.com/atlassian-labs/atlaspack.git"
11
11
  },
12
- "main": "lib/WebExtensionTransformer.js",
13
- "source": "src/WebExtensionTransformer.ts",
12
+ "main": "./lib/WebExtensionTransformer.js",
13
+ "source": "./src/WebExtensionTransformer.ts",
14
+ "types": "./lib/WebExtensionTransformer.d.ts",
14
15
  "engines": {},
15
16
  "dependencies": {
16
- "@atlaspack/diagnostic": "2.14.2-typescript-1fd1095e8.0",
17
- "@atlaspack/plugin": "2.14.21-typescript-1fd1095e8.0",
18
- "@atlaspack/utils": "2.17.3-typescript-1fd1095e8.0",
17
+ "@atlaspack/diagnostic": "2.14.2-typescript-e99c742e9.0",
18
+ "@atlaspack/plugin": "2.14.21-typescript-e99c742e9.0",
19
+ "@atlaspack/utils": "2.17.3-typescript-e99c742e9.0",
19
20
  "@mischnic/json-sourcemap": "^0.1.0",
20
21
  "content-security-policy-parser": "^0.3.0"
21
22
  },
22
23
  "type": "commonjs",
23
24
  "scripts": {
24
- "check-ts": "tsc --noEmit"
25
+ "check-ts": "tsc --emitDeclarationOnly --rootDir src"
25
26
  },
26
- "types": "src/WebExtensionTransformer.ts",
27
- "gitHead": "1fd1095e86da1e50d6c7819c0f132ce09a2bf396"
28
- }
27
+ "gitHead": "e99c742e92175ac411d807daf2ba45d5bacebb58"
28
+ }