@pod-os/core 0.9.0 → 0.9.1-73d52cd.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/core",
3
- "version": "0.9.0",
3
+ "version": "0.9.1-73d52cd.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./types/index.d.ts",
6
6
  "files": [
@@ -12,10 +12,10 @@
12
12
  "test": "jest",
13
13
  "test:watch": "jest --watch",
14
14
  "lint": "eslint ./src",
15
- "build:bundle": "rimraf lib && esbuild src/index.ts --outfile=lib/index.js --bundle --target=esnext --global-name=PodOS",
16
- "build:esm": "rimraf dist && esbuild src/index.ts --outdir=dist --bundle --splitting --format=esm",
15
+ "build:bundle": "rimraf lib && node esbuild/build-bundle.mjs",
16
+ "build:esm": "rimraf dist && node esbuild/build-esm.mjs",
17
17
  "build:types": "rimraf types && tsc --emitDeclarationOnly --outDir types",
18
- "build:watch": "npm run build:esm -- --watch",
18
+ "build:watch": "node esbuild/watch-esm.mjs",
19
19
  "build": " npm run build:bundle && npm run build:types && npm run build:esm"
20
20
  },
21
21
  "keywords": [
@@ -24,29 +24,29 @@
24
24
  "author": "Angelo Veltens",
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@babel/preset-env": "^7.20.2",
28
- "@babel/preset-typescript": "^7.21.0",
29
- "@types/jest": "^29.5.0",
27
+ "@babel/preset-env": "^7.22.9",
28
+ "@babel/preset-typescript": "^7.22.5",
29
+ "@types/jest": "^29.5.3",
30
30
  "@types/jest-when": "^3.5.2",
31
- "@types/sparqljs": "^3.1.3",
32
- "@typescript-eslint/eslint-plugin": "^5.56.0",
33
- "@typescript-eslint/parser": "^5.56.0",
34
- "esbuild": "^0.16.17",
35
- "eslint": "^8.36.0",
36
- "jest": "^29.5.0",
31
+ "@types/sparqljs": "^3.1.4",
32
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
33
+ "@typescript-eslint/parser": "^6.0.0",
34
+ "esbuild": "^0.18.12",
35
+ "eslint": "^8.44.0",
36
+ "jest": "^29.6.1",
37
37
  "jest-when": "^3.5.2",
38
- "prettier": "^2.8.6",
39
- "rdf-namespaces": "^1.10.1",
40
- "rimraf": "^3.0.2",
41
- "sparqljs": "^3.6.2",
42
- "typescript": "^4.9.5"
38
+ "prettier": "^3.0.0",
39
+ "rdf-namespaces": "^1.11.0",
40
+ "rimraf": "^5.0.1",
41
+ "sparqljs": "^3.7.1",
42
+ "typescript": "^5.1.6"
43
43
  },
44
44
  "dependencies": {
45
45
  "@inrupt/solid-client-authn-browser": "^1.13.4",
46
46
  "buffer": "^6.0.3",
47
- "rdflib": "^2.2.31",
47
+ "rdflib": "^2.2.32",
48
48
  "slugify": "^1.6.6",
49
- "url": "^0.11.0"
49
+ "url": "^0.11.1"
50
50
  },
51
51
  "directories": {
52
52
  "lib": "lib"