@netacea/netaceaintegrationbase 2.0.25 → 2.0.26

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 (1) hide show
  1. package/package.json +29 -44
package/package.json CHANGED
@@ -1,45 +1,30 @@
1
1
  {
2
- "name": "@netacea/netaceaintegrationbase",
3
- "version": "2.0.25",
4
- "description": "Base package for Netacea CDN integrations.",
5
- "type": "module",
6
- "types": "dist/index.d.ts",
7
- "exports": {
8
- "import": "./dist/index.mjs",
9
- "require": "./dist/index.cjs",
10
- "default": "./dist/index.mjs"
11
- },
12
- "files": [
13
- "./dist/index.mjs",
14
- "./dist/index.cjs",
15
- "./dist/index.d.ts"
16
- ],
17
- "scripts": {
18
- "build": "npx tsc --project tsconfig.build.json && npm run rollup",
19
- "lint:fix": "npx eslint . --ext ts --fix",
20
- "lint": "npx eslint . --ext ts",
21
- "prepublishOnly": "npm run build",
22
- "rollup": "bash scripts/rollup.sh",
23
- "test": "NODE_OPTIONS='--import tsx' npx nyc tape './tests/*.test.ts'"
24
- },
25
- "author": "Netacea <npm@netacea.com> (https://netacea.com)",
26
- "publishConfig": {
27
- "access": "public"
28
- },
29
- "license": "UNLICENSED",
30
- "devDependencies": {
31
- "@types/node": "^20.11.30",
32
- "@types/sinon": "^17.0.3",
33
- "@types/tape": "^5.6.4",
34
- "nyc": "^15.1.0",
35
- "sinon": "^17.0.1",
36
- "tape": "^5.7.5",
37
- "ts-node": "^10.9.2",
38
- "tsx": "^4.10.2",
39
- "typescript": "^5.4.2"
40
- },
41
- "dependencies": {
42
- "@netacea/kinesisingest": "^1.5.43"
43
- },
44
- "gitHead": "c8404a662a1b81770098c4ca7cb00abc8e2a3c17"
45
- }
2
+ "name": "@netacea/netaceaintegrationbase",
3
+ "version": "2.0.26",
4
+ "description": "Base package for Netacea CDN integrations.",
5
+ "type": "module",
6
+ "types": "dist/index.d.ts",
7
+ "exports": {
8
+ "import": "./dist/index.mjs",
9
+ "require": "./dist/index.cjs",
10
+ "default": "./dist/index.mjs"
11
+ },
12
+ "files": [
13
+ "./dist/index.mjs",
14
+ "./dist/index.cjs",
15
+ "./dist/index.d.ts"
16
+ ],
17
+ "scripts": {
18
+ "prepack": "npx netacea-bundler prepack",
19
+ "postpack": "npx netacea-bundler postpack"
20
+ },
21
+ "author": "Netacea <npm@netacea.com> (https://netacea.com)",
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "license": "UNLICENSED",
26
+ "dependencies": {
27
+ "@netacea/kinesisingest": "^1.5.44"
28
+ },
29
+ "gitHead": "6b8dc377316ba9526910e1f44f17fbee44e4a51d"
30
+ }