@scion-scxml/debug 1.0.20 → 1.0.22

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,25 +1,23 @@
1
1
  {
2
2
  "name": "@scion-scxml/debug",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "fix-global": "sed -i -e 's/g.scxml = f()/g.scion = g.scion || {}; g.scion.scxml = f(); g.scion.core = g.scion.scxml.core;/' dist/scxml.debug.js",
7
- "build": "mkdir -p dist && browserify -d index.js -o dist/scxml.debug.js -s scxml -v && npm run fix-global",
8
- "postinstall": "licensezero-postinstall"
7
+ "build": "mkdir -p dist && browserify -d index.js -o dist/scxml.debug.js -s scxml -v && npm run fix-global"
9
8
  },
10
9
  "author": "Jacob Beard <jake@jacobeanrnd.com>",
11
- "license": "SEE LICENSE IN LICENSE",
10
+ "license": "Apache-2.0",
12
11
  "devDependencies": {
13
12
  "browserify": "^16.2.2"
14
13
  },
15
14
  "dependencies": {
16
- "@scion-scxml/monitor-middleware": "^1.0.20",
17
- "@scion-scxml/scxml": "^4.3.26",
18
- "@scion-scxml/sourcemap-plugin": "^1.0.24",
19
- "licensezero-postinstall": "^1.0.0"
15
+ "@scion-scxml/monitor-middleware": "^1.0.22",
16
+ "@scion-scxml/scxml": "^4.3.28",
17
+ "@scion-scxml/sourcemap-plugin": "^1.0.26"
20
18
  },
21
19
  "description": "Drop-in replacement for the SCION scxml compiler module, that automatically enables the sourcemap-plugin and monitor client",
22
20
  "repository": "https://gitlab.com/scion-scxml/debug.git",
23
21
  "homepage": "https://gitlab.com/scion-scxml/debug",
24
- "gitHead": "0838a38c74a63ce40c48168e03c4e783e37c1731"
22
+ "gitHead": "ce920c0df2cbf1e96b0ebafa658c1019c43f81d7"
25
23
  }
package/licensezero.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "licensezero": [
4
- {
5
- "agentSignature": "53dc976f1ee4df681a6ce37a3d4f7f20accfb3ebfd20f1dfe5f8e78c1dc4f8c6c3f81d76963accbbbcceb1e6979766a95a87fe9e7465f69af969d34d7b30c100",
6
- "license": {
7
- "homepage": "https://www.npmjs.com/package/@scion-scxml/debug",
8
- "jurisdiction": "US-DE",
9
- "name": "Jacobean Research and Development",
10
- "projectID": "5ca3d044-ca4c-4ce3-b167-efb092d755a6",
11
- "publicKey": "5c9441fef36e5952d1906de3951b423a2e258c71cc9f5aea154a0319f5d73a10",
12
- "terms": "parity",
13
- "version": "3.0.0"
14
- },
15
- "licensorSignature": "67bdbd169f7de38f8b87ab6b6e437d49f7843fa480181d7a7aedcf89a5c9b2f0fb38d25496924a06a777bd00164b0644f94fb55c5bf76aec0c0db3cea6f5cb08"
16
- }
17
- ]
18
- }